Docs.rs
dynamo-parsers-0.7.0
dynamo-parsers 0.7.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nv-anants
saturley-hall
nv-tusharma
Dependencies
anyhow ^1
normal
dynamo-async-openai ^0.7.0
normal
lazy_static ^1.5.0
normal
num-traits ^0.2
normal
openai-harmony ^0.0.3
normal
regex ^1
normal
rustpython-parser ^0.4.0
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1
normal
tracing ^0.1
normal
uuid ^1.17
normal
Versions
22.12%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module base_json_parser
dynamo_
parsers
0.7.0
Module base_
json_
parser
Module Items
Structs
Functions
In dynamo_
parsers::
tool_
calling::
json
dynamo_parsers
::
tool_calling
::
json
Module
base_
json_
parser
Copy item path
Source
Structs
§
Called
Function
Arguments
Called
Function
Parameters
Functions
§
detect_
tool_
call_
start_
basic_
json
try_
tool_
call_
parse_
basic_
json
Attempts to parse a tool call from a raw LLM message string into a unified
ToolCallResponse
format.