fix: add binding for name in ChatCompletionRequestToolMessage#1407
fix: add binding for name in ChatCompletionRequestToolMessage#1407JDScript wants to merge 1 commit intoabetlen:mainfrom
Conversation
|
Yeah, but I checked the document here, under Example invoking multiple function calls in one response. Examples given by OpenAI also adds the name parameter, which is the same as in the examples/notebooks/Functions.ipynb. Therefore, I used an optional binding. |
|
Any update on this? I am facing same issue while using functionary. |
|
This does not seem like the correct fix. I see this message when specifying a message |
|
Also discussed here openai/openai-python#1078 I see, the
So a name needs to be populated from somewhere, or the |
|
Perhaps we have to get it by looking at the history of tool calls with the same tool id. |
Follow issue #1405