Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 623 Bytes

File metadata and controls

12 lines (8 loc) · 623 Bytes

FailureToolCallOutput

The failed output of a tool call.

Properties

Name Type Required Description
correction_message str Yes The correction message returned by the tool if the tool call was not successful. This is a message that the tool returned to the Agent, which may be used to correct the Agent's input to the tool.
type Literal["failure"] Yes None

[Back to Model list] [Back to API list] [Back to README]