Module tools

Module tools 

Source

Re-exports§

pub use super::config::ToolCallConfig;
pub use super::parsers::detect_and_parse_tool_call;

Functions§

try_tool_call_parse_aggregate
Try parsing a string as a structured tool call, for aggregation usage.
try_tool_call_parse_stream
Try parsing a string as a structured tool call, for streaming (delta) usage.