工具 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.
调用信息
- 工具标识
- elevenlabs.create_agent
- 服务提供方
- ElevenLabs
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
name必填string
first_message必填string
system_prompt必填string
voice_id—
languagestring
llmstring
temperaturenumber
max_tokens—
asr_qualitystring
model_idstring
optimize_streaming_latencyinteger
stabilitynumber
similarity_boostnumber
turn_timeoutinteger
max_duration_secondsinteger
record_voiceboolean
retention_daysinteger