Add wait_for_response functionality to ToolResource and related components. Update API models, schemas, and routers to support new parameter. Enhance UI components to manage wait_for_response state, ensuring proper integration across the application.
This commit is contained in:
@@ -199,6 +199,7 @@ export interface Tool {
|
||||
httpTimeoutMs?: number;
|
||||
parameterSchema?: Record<string, any>;
|
||||
parameterDefaults?: Record<string, any>;
|
||||
waitForResponse?: boolean;
|
||||
isCustom?: boolean;
|
||||
isSystem?: boolean;
|
||||
enabled?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user