Skip to content

Commit 040371e

Browse files
committed
fix compile error
1 parent 4f451cb commit 040371e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typescript-sdk/apps/dojo/src/types/integration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export type Feature =
66
| "human_in_the_loop"
77
| "predictive_state_updates"
88
| "shared_state"
9-
| "tool_based_generative_ui";
9+
| "tool_based_generative_ui"
10+
| "agentic_chat_reasoning";
1011

1112
export interface MenuIntegrationConfig {
1213
id: string;

0 commit comments

Comments
 (0)