tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
3.73k stars 518 forks source link

bugfix: Anthropic Function Calling #899

Closed lwlee2608 closed 1 week ago

lwlee2608 commented 1 week ago

Fixed a bug from previous PR #882 where Anthropic LLM couldn't identify the input arguments of a function call from the message history.

JckHoe commented 1 week ago

https://github.com/tmc/langchaingo/pull/908

can review this fix ? that pr resolves a issue with the request