async-openai icon indicating copy to clipboard operation
async-openai copied to clipboard

Wrong type of function tools in Assistant

Open WildBench opened this issue 9 months ago • 0 comments

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.

WildBench avatar May 09 '24 04:05 WildBench