Skip to main content

parse_tool_input_json

Function parse_tool_input_json 

Source
pub fn parse_tool_input_json(buffer: &str) -> Option<Value>
Expand description

Parse streamed tool arguments (fences, segments, double-encoded JSON).

Callers that need TUI arg_repair should try that first, then fall back to this function.