mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
OpenAI API 要求 type=object 的 schema 节点必须声明 properties, 否则会拒绝请求。在 request_from_internal 出口处对工具参数 schema 进行深拷贝并递归补全缺失的空 properties,不影响内部表示。
OpenAI API 要求 type=object 的 schema 节点必须声明 properties, 否则会拒绝请求。在 request_from_internal 出口处对工具参数 schema 进行深拷贝并递归补全缺失的空 properties,不影响内部表示。