async-openai
async-openai copied to clipboard
Wrong type of function tools in Assistant
When a function inserted in CreateRunRequest.tools, the tool of the RunObject is: AssistantTools::Code(AssistantToolsCode { type: "function" }) . I assume it be AssistantTools::Function(AssistantToolsFunction). Could you help give some hints? Thanks.