Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LangchainProcessor can not use the OpenAILLMContext #918

Open
markbackman opened this issue Jan 2, 2025 · 0 comments
Open

LangchainProcessor can not use the OpenAILLMContext #918

markbackman opened this issue Jan 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@markbackman
Copy link
Contributor

Description

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.

@markbackman markbackman added feature enhancement New feature or request and removed feature labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant