You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Transformers Agents component is now setting the message role using an Enum. This works fine for Transformers-backed LLMs but fails with other LLMs (LiteLLM, llama.cpp).
Logic should be added to convert these Enums to their string value.
The text was updated successfully, but these errors were encountered:
The Transformers Agents component is now setting the message role using an Enum. This works fine for Transformers-backed LLMs but fails with other LLMs (LiteLLM, llama.cpp).
Logic should be added to convert these Enums to their string value.
The text was updated successfully, but these errors were encountered: