langchain/libs
William FH 4855964332
Fix OAI Tool Message (#14746)
See format here:
https://platform.openai.com/docs/guides/function-calling/parallel-function-calling


It expects a "name" argument, which we aren't providing by default.


![image](https://github.com/langchain-ai/langchain/assets/13333726/7cd82978-337c-40a1-b099-3bb25cd57eb4)


Alternative is to add the 'name' field directly to the message if people
prefer.
2023-12-15 06:45:09 -08:00
..
cli cli[patch]: unicode issue (#14672) 2023-12-13 11:14:51 -08:00
community Fix OAI Tool Message (#14746) 2023-12-15 06:45:09 -08:00
core [Tracing] String Stacktrace (#14131) 2023-12-14 22:15:07 -08:00
experimental create mypy cache dir if it doesn't exist (#14579) 2023-12-12 15:34:50 -08:00
langchain Fix OAI Tool Message (#14746) 2023-12-15 06:45:09 -08:00
partners google-genai[patch], community[patch]: Added support for new Google GenerativeAI models (#14530) 2023-12-14 20:56:46 -08:00