Skip to content

SerializedHandoff

type SerializedHandoff = object;
inputJsonSchema: Handoff["inputJsonSchema"];

The JSON schema for the handoff input. Can be empty if the handoff does not take an input


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: Handoff["toolDescription"];

The tool description for the handoff


toolName: Handoff["toolName"];

The name of the tool that represents the handoff.