You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 months ago
..
cli
community Fix OAI Tool Message (#14746) 9 months ago
core [Tracing] String Stacktrace (#14131) 9 months ago
experimental
langchain Fix OAI Tool Message (#14746) 9 months ago
partners