Python
Agent Reference
🚧 Under construction
AgentConfig
initial_message
Optional[BaseMessage]
placeholder
generate_responses
bool
placeholder
allowed_idle_time_seconds
Optional[float]
placeholder
allow_agent_to_be_cut_off
bool
placeholder
end_conversation_on_goodbye
bool
placeholder
send_filler_audio
Union[bool, FillerAudioConfig]
placeholder
webhook_config
Optional[WebhookConfig]
placeholder
track_bot_sentiment
bool
placeholder
LLMAgentConfig
prompt_preamble
str
placeholder
expected_first_prompt
Optional[str]
placeholder
model_name
str
placeholder
temperature
float
placeholder
max_tokens
int
placeholder
cut_off_response
Optional[CutOffResponse]
placeholder
RESTfulUserImplementedAgentConfig
respond
EndpointConfig
placeholder