Skip to content

agent transcriptions cannot be disabled in the frontend - is it a bug? #1444

@Andhs-eff

Description

@Andhs-eff

I'm trying to get transcriptions in the frontend using a component from the example https://docs.livekit.io/agents/voice-agent/transcriptions/

It works, but I can't disable forwarding the agent transcription to the client in the Agent settings. However, user transcriptions can be disabled

from livekit.agents.pipeline import VoicePipelineAgent, AgentTranscriptionOptions

assistant = VoiceAssistant(
        vad=silero.VAD.load(),
        stt=deepgram.STT(),
        llm=openai.LLM(model="gpt-4o-mini"),
        tts=openai.TTS(),
        chat_ctx=initial_ctx,
        transcription=AgentTranscriptionOptions(user_transcription=False, agent_transcription=False)
    )

With these settings I don't get user transcription, but I still get agent transcription

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions