We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8574d66 commit d0c3c6aCopy full SHA for d0c3c6a
apps/sim/blocks/types.ts
@@ -107,6 +107,7 @@ export const SELECTOR_TYPES_HYDRATION_REQUIRED: SubBlockType[] = [
107
'variables-input',
108
'mcp-server-selector',
109
'mcp-tool-selector',
110
+ 'table-selector',
111
] as const
112
113
export type ExtractToolOutput<T> = T extends ToolResponse ? T['output'] : never
0 commit comments