ToolChoice.tool constructor

ToolChoice.tool(
  1. String toolName
)

Implementation

factory ToolChoice.tool(String toolName) => ToolChoice._('tool', toolName);