feat(mcp): elicitation support (#5965)
This commit is contained in:
@@ -14,6 +14,15 @@ export type ActionRequiredData = {
|
||||
id: string;
|
||||
prompt?: string | null;
|
||||
toolName: string;
|
||||
} | {
|
||||
actionType: 'elicitation';
|
||||
id: string;
|
||||
message: string;
|
||||
requested_schema: unknown;
|
||||
} | {
|
||||
actionType: 'elicitationResponse';
|
||||
id: string;
|
||||
user_data: unknown;
|
||||
};
|
||||
|
||||
export type AddExtensionRequest = {
|
||||
|
||||
Reference in New Issue
Block a user