You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tool call errors are returned within the result field of an invocation-result message.
This makes it hard to infer the status of a tool call from the message body alone.
Introduce an invocation-failure type to make it easier for clients (I.e the React SDK) to present failure results.
Currently, tool call errors are returned within the
result
field of aninvocation-result
message.This makes it hard to infer the status of a tool call from the message body alone.
Introduce an
invocation-failure
type to make it easier for clients (I.e the React SDK) to present failure results.inferable/control-plane/src/modules/contract.ts
Line 223 in 1c3b7a6
The text was updated successfully, but these errors were encountered: