Module json

Module json 

Source

Re-exports§

pub use super::config;
pub use super::response;
pub use base_json_parser::detect_tool_call_start_basic_json;
pub use base_json_parser::try_tool_call_parse_basic_json;
pub use deepseek_parser::detect_tool_call_start_deepseek_v3_1;
pub use deepseek_parser::parse_tool_calls_deepseek_v3_1;
pub use super::config::JsonParserConfig;
pub use super::response::ToolCallResponse;

Modules§

base_json_parser
deepseek_parser

Enums§

JsonParserType

Functions§

detect_tool_call_start_json
find_tool_call_end_position_json
try_tool_call_parse_json