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

Options to pass through frames (transcription, llm context, etc...) #1322

Open
lucasrothman opened this issue Mar 1, 2025 · 0 comments
Open

Comments

@lucasrothman
Copy link

lucasrothman commented Mar 1, 2025

Could there be parameters added to some frame processors to pass through frames instead of capturing them? For things like TranscriptionFrames and OpenAILLMContext frames it would sometimes be useful to have them available to upstream processors. Is there a specific reason or advantage to having frames captured instead of just handled and passed through?

I know context aggregators would have to be adjusted, but ultimately my use case is to get the last user message from context/transcription but I have no good way to tell when that will be updated. The UserStoppedSpeakingFrame comes before the context is updated, and constantly checking the difference between context stored as a variable in my frame processor and the context aggregator seems like a hacky way of doing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant