Named

@Serializable
data class Named(val name: String) : LLMParams.ToolChoice(source)

LLM will call the tool name as a response

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard