-
Notifications
You must be signed in to change notification settings - Fork 6.7k
[generative_ai]: Function calling with OpenAI samples are not working anymore. #12996
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Activity
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.Issues that are directly related to samples.triage meI really want to be triaged.I really want to be triaged.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In which file did you encounter the issue?
generative_ai/function_calling/test_function_calling.py
Did you change the file? If so, how?
No.
Describe the issue
Both function calling with Open AI samples (1, 2) are no longer working (CI build log):
I noticed this issue when worked on #12811
There is a related discussion #12990 about missing regressions after the recent CI migration.