From 4997c3de20a381eac30224a7a550afa66174f07d Mon Sep 17 00:00:00 2001 From: Joanne Date: Mon, 12 May 2025 20:53:12 -0400 Subject: added tutorial tool, still need to integrate with metadatatool --- src/client/documents/Documents.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/documents') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 61b370da4..19ddbdd50 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -187,6 +187,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'); -- cgit v1.2.3-70-g09d2