Expand description
Serde helper utilities
Functionsยง
- deserialize_
maybe_ quoted - Deserializes a value that can be represented as either its native type or a quoted string. This is particularly useful for LLM tool calls which sometimes quote numeric arguments.
- deserialize_
opt_ maybe_ quoted - Deserializes an optional value that can be represented as either its native type or a quoted string.