ToolCallControl

data class ToolCallControl(val toolCalls: Int = 5)

PromptContributor to control tool usage.

Constructors

Link copied to clipboard
constructor(toolCalls: Int = 5)

Properties

Link copied to clipboard
val toolCalls: Int = 5

Functions

Link copied to clipboard
open fun contribution(): String