Module tools

Module tools 

Source
Expand description

Tool/function definition types for LLM providers.

This module provides structures for defining tools that can be called by LLMs.

Re-exports§

pub use crate::types::ToolDefinition;

Structs§

ToolBuilder
Builder for creating tool definitions.

Enums§

ToolChoice
Tool choice strategy for completion requests.