class documentation

class HandoffInput: (source)

View In Hierarchy

Data conversion friendly representation of a Handoff. Contains only the fields which are needed by the model execution to determine what to handoff to, not the actual handoff invocation, which remains in the workflow context.

Class Variable agent_name Undocumented
Class Variable input_json_schema Undocumented
Class Variable strict_json_schema Undocumented
Class Variable tool_description Undocumented
Class Variable tool_name Undocumented
agent_name: str = (source)

Undocumented

input_json_schema: dict[str, Any] = (source)

Undocumented

strict_json_schema: bool = (source)

Undocumented

tool_description: str = (source)

Undocumented

tool_name: str = (source)

Undocumented