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 LangchainProcessor is out of date with the rest of Pipecat in terms of working with the context. There are two issues:
The LangchainProcessor relies on LLMUserResponseAggregator and LLMAssistantResponseAggregator, which are deprecated.
The LangchainProcessor is not a subclass of an AIService (like other LLM services), so it cannot use the OpenAILLMContext, which makes it an outlier from other services.
Work to be completed
This issue is tracking the work to align the LangchainProcessor with how the other services use the OpenAILLMContext to track the context and use tools.
The text was updated successfully, but these errors were encountered:
Description
The
LangchainProcessor
is out of date with the rest of Pipecat in terms of working with the context. There are two issues:LangchainProcessor
relies onLLMUserResponseAggregator
andLLMAssistantResponseAggregator
, which are deprecated.LangchainProcessor
is not a subclass of an AIService (like other LLM services), so it cannot use theOpenAILLMContext
, which makes it an outlier from other services.Work to be completed
This issue is tracking the work to align the
LangchainProcessor
with how the other services use theOpenAILLMContext
to track the context and use tools.The text was updated successfully, but these errors were encountered: