To ease the generation of tool definitions, I'm using some other crates to generate the JSON for my models. These are compliant with the Tool definition but Tool does not implement Deserialize, preventing me from deserialization from my own data.
See #openai-func, run CommandsGPT::all_functions_json() and try deserializing the items into Tool
To ease the generation of tool definitions, I'm using some other crates to generate the JSON for my models. These are compliant with the Tool definition but Tool does not implement Deserialize, preventing me from deserialization from my own data.
See #openai-func, run
CommandsGPT::all_functions_json()and try deserializing the items into Tool