diff options
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index a4a668085..bb6f5d637 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -189,6 +189,7 @@ export class DocumentOptions { chat_thread_id?: STRt = new StrInfo('thread id for chatbox', false); chat_assistant_id?: STRt = new StrInfo('assistant id for chatbox', false); chat_vector_store_id?: STRt = new StrInfo('assistant id for chatbox', false); + is_dash_doc_assistant?: STRt = new StrInfo('flag indicating if this is a Dash documentation assistant chat', false); wikiData?: STRt = new StrInfo('WikiData ID related to map location'); description?: STRt = new StrInfo('description of document'); |