VoiceAgentLlmGeneratedGreetingConfig interface

A greeting authored by the session model from a scoped opening-turn prompt.

Extends

Properties

prompt

The Handlebars prompt that guides the opening turn.

tool_choice

The tool-selection policy for the opening response. Defaults to none.

type

The greeting type. Always llm_generated for a greeting generated by the session model.

Property Details

prompt

The Handlebars prompt that guides the opening turn.

prompt: string

Property Value

string

tool_choice

The tool-selection policy for the opening response. Defaults to none.

tool_choice?: VoiceAgentToolChoice

Property Value

type

The greeting type. Always llm_generated for a greeting generated by the session model.

type: "llm_generated"

Property Value

"llm_generated"