ToolUse
@JsonSerializable
@PolymorphicLabel(value = "tool_use")
Constructors
Link copied to clipboard
constructor(name: ToolName, id: ToolUseId, input: Map<String, Any>, caller: ToolCaller? = null, cache_control: CacheControl? = null)