Module tool_calling

Module tool_calling 

Source

Re-exports§

pub use config::JsonParserConfig;
pub use config::ToolCallConfig;
pub use config::ToolCallParserType;
pub use harmony::parse_tool_calls_harmony_complete;
pub use json::try_tool_call_parse_json;
pub use parsers::detect_and_parse_tool_call;
pub use parsers::detect_tool_call_start;
pub use parsers::find_tool_call_end_position;
pub use parsers::try_tool_call_parse;
pub use pythonic::try_tool_call_parse_pythonic;
pub use response::CalledFunction;
pub use response::ToolCallResponse;
pub use response::ToolCallType;
pub use tools::try_tool_call_parse_aggregate;
pub use tools::try_tool_call_parse_stream;

Modules§

config
harmony
json
parsers
pythonic
response
tools