Learn R Programming

LLMR (version 0.6.0)

bind_tools: Bind tools to a config (provider-agnostic)

Description

Bind tools to a config (provider-agnostic)

Usage

bind_tools(config, tools, tool_choice = NULL)

Value

modified llm_config

Arguments

config

llm_config

tools

list of tools (each with name, description, and parameters/input_schema)

tool_choice

optional tool_choice spec (provider-specific shape)