pipecat/src/pipecat/services/openai_realtime_beta/events.py | ServerEvent, SessionCreatedEvent, SessionUpdatedEvent, ConversationCreated, ConversationItemCreated (+37) |
pipecat/src/pipecat/services/openai_realtime_beta/openai.py | _receive_task_handler, _handle_evt_audio_done, _handle_evt_conversation_item_created, _handle_conversation_item_retrieved, _handle_evt_text_delta (+17) |
pipecat/src/pipecat/services/openai_realtime_beta/context.py | init, __setup_local, upgrade_to_realtime, handle_function_call_result, OpenAIRealtimeLLMContext (+3) |
pipecat/src/pipecat/services/openai/realtime/context.py | init, __setup_local, upgrade_to_realtime, handle_function_call_result, OpenAIRealtimeLLMContext (+2) |
pipecat/src/pipecat/services/aws/nova_sonic/context.py | init, __setup_local, upgrade_to_nova_sonic, handle_function_call_result, AWSNovaSonicLLMContext (+2) |
pipecat/src/pipecat/services/openai/llm.py | handle_function_call_result, OpenAIUserContextAggregator, OpenAIAssistantContextAggregator |
pipecat/src/pipecat/services/google/gemini_live/llm.py | GeminiLiveContext, GeminiLiveUserContextAggregator, GeminiLiveAssistantContextAggregator |
pipecat/src/pipecat/processors/aggregators/openai_llm_context.py | init, OpenAILLMContext |
pipecat/src/pipecat/services/google/llm.py | GoogleUserContextAggregator, GoogleAssistantContextAggregator |
pipecat/src/pipecat/services/openai_realtime_beta/frames.py | RealtimeFunctionCallResultFrame |