diff options
author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-01 14:34:48 -0400 |
---|---|---|
committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-07-01 14:34:48 -0400 |
commit | f49fa5010ac53eb87925d1cd40e3be145d441ea6 (patch) | |
tree | 27cd8f786e9948c765ec0a893e8272c62a7c39a6 /src/client/documents/Documents.ts | |
parent | 0e2abee77d5310056921fc50779349c0b36e166d (diff) | |
parent | 86c666427ff8b9d516450a150af641570e00f2d2 (diff) |
Merge branch 'agent-paper-main' into lanyi-expanded-agent-paper-main
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 e0c7bce82..6fd6534a4 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'); |