mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Updated the inference request structure to improve type safety and added comprehensive logging for both requests and responses. - Modified tool call execution to handle only the latest tool call while sending placeholders for previous calls. - Implemented error handling for tool results, ensuring proper logging and formatting of error messages. - Introduced a timeout parameter for network requests in the ops_net module to enhance request reliability.