class documentation

class FunctionToolInput: (source)

View In Hierarchy

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

Class Variable description Undocumented
Class Variable name Undocumented
Class Variable params_json_schema Undocumented
Class Variable strict_json_schema Undocumented
description: str = (source)

Undocumented

Undocumented

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

Undocumented

strict_json_schema: bool = (source)

Undocumented