@sqlrooms/ai-config / createDefaultAiConfig
Function: createDefaultAiConfig()
createDefaultAiConfig(
props?):object
Parameters
| Parameter | Type |
|---|---|
props? | Partial<{ sessions: object[]; currentSessionId?: string; openSessionTabs?: string[]; }> |
Returns
| Name | Type | Description |
|---|---|---|
sessions | object[] | - |
currentSessionId? | string | - |
openSessionTabs? | string[] | IDs of sessions that are open as tabs |
