File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ speakeasyVersion: 1.592.1
22sources:
33 glean-api-specs:
44 sourceNamespace: glean-api-specs
5- sourceRevisionDigest: sha256:5159fff6d33bca488eb7675680b8b3ce53047024e045ed4bcdc60a8e9c369399
6- sourceBlobDigest: sha256:80bd48e819d1099d163c1b6ad857411f269e5f7ed7311c5db0999e15dfe840e6
5+ sourceRevisionDigest: sha256:776e36a287a2b0d0b819d8b071dd953e5640e6e3ef57887bae30ea50b24cb647
6+ sourceBlobDigest: sha256:3ca90a21a8129a7416ab5014387d0126c0866ae94002adebe0b54db8a18eec68
77 tags:
88 - latest
99 - main
Original file line number Diff line number Diff line change @@ -5490,10 +5490,12 @@ components:
54905490 DEFAULT : Integrates with your company's knowledge.
54915491 GPT : Communicates directly with the LLM.
54925492 UNIVERSAL : Uses both company and web knowledge.
5493+ SEARCH_DISABLED : Both web search and company search are disabled.
54935494 enum :
54945495 - DEFAULT
54955496 - GPT
54965497 - UNIVERSAL
5498+ - SEARCH_DISABLED
54975499 mode :
54985500 type : string
54995501 description : Top level modes to run GleanChat in.
Original file line number Diff line number Diff line change @@ -5933,10 +5933,12 @@ components:
59335933 DEFAULT : Integrates with your company's knowledge.
59345934 GPT : Communicates directly with the LLM.
59355935 UNIVERSAL : Uses both company and web knowledge.
5936+ SEARCH_DISABLED : Both web search and company search are disabled.
59365937 enum :
59375938 - DEFAULT
59385939 - GPT
59395940 - UNIVERSAL
5941+ - SEARCH_DISABLED
59405942 mode :
59415943 type : string
59425944 description : Top level modes to run GleanChat in.
Original file line number Diff line number Diff line change @@ -6905,10 +6905,12 @@ components:
69056905 DEFAULT : Integrates with your company's knowledge.
69066906 GPT : Communicates directly with the LLM.
69076907 UNIVERSAL : Uses both company and web knowledge.
6908+ SEARCH_DISABLED : Both web search and company search are disabled.
69086909 enum :
69096910 - DEFAULT
69106911 - GPT
69116912 - UNIVERSAL
6913+ - SEARCH_DISABLED
69126914 mode :
69136915 type : string
69146916 description : Top level modes to run GleanChat in.
You can’t perform that action at this time.
0 commit comments