Prompt Tool Configuration
data class PromptToolConfiguration(val toolChoice: Any? = null, val tools: List<Either<PromptTool0Properties, PromptTool1Properties>>)
Tool configuration
Constructors
Link copied to clipboard
constructor(toolChoice: Any? = null, tools: List<Either<PromptTool0Properties, PromptTool1Properties>>)