frank
frank
我看到native/analyzer.rb里写着这样一段注释: # > 1.6.0 # all_specs[dep.name] 为 nil 会崩溃 # 主要原因是 all_specs 分析错误 # 查看 source 是否正确 现在出现的就是这种崩溃
The generated code of struct "ParametersPayload" has only a "additionalProperties" field, caused by missing info in [OpenAPI document](https://github.com/openai/openai-openapi/blob/master/openapi.yaml).
Hi @nezhyborets , I found ResponseObject decode failed with errors below: valueNotFound(OpenAI.Tool, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "tools", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "The oneOf structure did not decode into...
Hi @nezhyborets , I found another problem when debug response streaming. ``` unknownEventType("response.function_call_arguments.delta") unknownEventType("response.function_call_arguments.done") ``` how to fix: in **ModelResponseStreamEventType** ``` case responseFunctionCallArgumentsDelta = "response.function_call.arguments.delta" case responseFunctionCallArgumentsDone = "response.function_call.arguments.done" ```...