The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
langchain | ⬜️ Ignored (Inspect) | Visit Preview | Mar 31, 2024 4:30am |
@baskaryan lgtm
I think this should be mapped to a different role than assistant. Or ideally, use tool message, which is accommodated in the langchain-ollama
package:
langchain/libs/partners/ollama/langchain_ollama/chat_models.py
Lines 398 to 400 in 818267b
Login to write a write a comment.
Description: When using functional calling with OllamaFunctions, it raises an error on encountering a FunctionMessage: "Received unsupported message type for Ollama."
Issue: #18450