WebMCPInvocationStatus type
Represents the status of a tool invocation.
Signature
export type WebMCPInvocationStatus = 'Completed' | 'Canceled' | 'Error';
Represents the status of a tool invocation.
export type WebMCPInvocationStatus = 'Completed' | 'Canceled' | 'Error';