SerializedHandoff
type SerializedHandoff = object;
Properties
Section titled “Properties”inputJsonSchema
Section titled “inputJsonSchema”inputJsonSchema: Handoff["inputJsonSchema"];
The JSON schema for the handoff input. Can be empty if the handoff does not take an input
strictJsonSchema
Section titled “strictJsonSchema”strictJsonSchema: Handoff["strictJsonSchema"];
Whether the input JSON schema is in strict mode. We strongly recommend setting this to true, as it increases the likelihood of correct JSON input.
toolDescription
Section titled “toolDescription”toolDescription: Handoff["toolDescription"];
The tool description for the handoff
toolName
Section titled “toolName”toolName: Handoff["toolName"];
The name of the tool that represents the handoff.