pub fn may_be_fix_tool_schema(tools: Value) -> Option<Value>Expand description
Fix a tool schema that is missing type/properties. pub so consumers
can normalize their own tools value when implementing
crate::OAIChatLikeRequest::tools.
pub fn may_be_fix_tool_schema(tools: Value) -> Option<Value>Fix a tool schema that is missing type/properties. pub so consumers
can normalize their own tools value when implementing
crate::OAIChatLikeRequest::tools.