This commit is contained in:
Lakee Sivaraya
2026-01-17 10:02:52 -08:00
parent 8574d66aac
commit d0c3c6aec7

View File

@@ -107,6 +107,7 @@ export const SELECTOR_TYPES_HYDRATION_REQUIRED: SubBlockType[] = [
'variables-input',
'mcp-server-selector',
'mcp-tool-selector',
'table-selector',
] as const
export type ExtractToolOutput<T> = T extends ToolResponse ? T['output'] : never