PromptToolConfiguration

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>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val toolChoice: Any? = null
Link copied to clipboard