Skip to main content
Version: 24.41.0

WebMCPInvocationStatus type

Represents the status of a tool invocation.

Signature

export type WebMCPInvocationStatus = 'Completed' | 'Canceled' | 'Error';