(sessionPath: string | null | undefined)
| 43 | } |
| 44 | |
| 45 | export function getLocalDraftChatGroupId(sessionPath: string | null | undefined) { |
| 46 | return getLocalDraftParts(sessionPath)?.chatGroupId ?? null |
| 47 | } |
| 48 | |
| 49 | export function createLocalThreadDraft( |
| 50 | projectId: string, |
no test coverage detected