aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 6371c4e9d..e1cd62602 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');