工具 API

create_agent

Create a conversational AI agent with custom configuration. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: name: Name of the agent first_message: First message the agent will say i.e. "Hi, how can I help you today?" system_prompt: System prompt for the agent voice_id: ID of the voice to use for the agent language: ISO 639-1 language code for the agent llm: LLM to use for the agent temperature: Temperature for the agent. The lower the temperature, the more deterministic the agent's responses will be. Range is 0 to 1. max_tokens: Maximum number of tokens to generate. asr_quality: Quality of the ASR. `high` or `low`. model_id: ID of the ElevenLabs model to use for the agent. optimize_streaming_latency: Optimize streaming latency. Range is 0 to 4. stability: Stability for the agent. Range is 0 to 1. similarity_boost: Similarity boost for the agent. Range is 0 to 1. turn_timeout: Timeout for the agent to respond in seconds. Defaults to 7 seconds. max_duration_seconds: Maximum duration of a conversation in seconds. Defaults to 600 seconds (10 minutes). record_voice: Whether to record the agent's voice. retention_days: Number of days to retain the agent's data.

其他1 积分

调用信息

工具标识
elevenlabs.create_agent
服务提供方
ElevenLabs
平均响应
0 ms
近 7 天调用
0

输入参数

name必填

string

first_message必填

string

system_prompt必填

string

voice_id

language

string

llm

string

temperature

number

max_tokens

asr_quality

string

model_id

string

optimize_streaming_latency

integer

stability

number

similarity_boost

number

turn_timeout

integer

max_duration_seconds

integer

record_voice

boolean

retention_days

integer