We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f451cb commit 040371eCopy full SHA for 040371e
typescript-sdk/apps/dojo/src/types/integration.ts
@@ -6,7 +6,8 @@ export type Feature =
6
| "human_in_the_loop"
7
| "predictive_state_updates"
8
| "shared_state"
9
- | "tool_based_generative_ui";
+ | "tool_based_generative_ui"
10
+ | "agentic_chat_reasoning";
11
12
export interface MenuIntegrationConfig {
13
id: string;
0 commit comments