工具 API

add_knowledge_base_to_agent

Add a knowledge base to ElevenLabs workspace. Allowed types are epub, pdf, docx, txt, html. ⚠️ COST WARNING: This tool makes an API call to ElevenLabs which may incur costs. Only use when explicitly requested by the user. Args: agent_id: ID of the agent to add the knowledge base to. knowledge_base_name: Name of the knowledge base. url: URL of a web page to add to the knowledge base. input_file_url: URL of a document file (pdf, docx, txt, html, epub) to add to the knowledge base. The file will be downloaded to a temporary location. text: Text content to add to the knowledge base. Note: Must provide exactly one of: url, input_file_url, or text.

其他1 积分

调用信息

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

输入参数

agent_id必填

string

knowledge_base_name必填

string

url

input_file_url

text