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

fix(llms/marshaling): toolCall can not unmarshal #932

Open wangjiancn opened 4 days ago

wangjiancn commented 4 days ago

The function parameter becomes map[string]any when unmarshal is applied.

PR Checklist

wangjiancn commented 4 days ago

@tmc @eliben please review this MR!