deepresearch-conversation
SKILL.md
AI PPT Generation
This skill allows OpenClaw agents to make in-depth discussions with users on a certain topic or subject and be able to interact deeply with them
API table
| name | path | description |
|---|---|---|
| DeepresearchConversation | /v2/agent/deepresearch/run | Deep Research conversation is provided by Baidu for multi-round streaming conversations with "Deep Research" agents. |
| ConversationCreate | /v2/agent/deepresearch/create | Used to create a new Agent dialogue session, a conversation_id will be returned upon successful invocation |
| FileUpload | /v2/agent/file/upload | file upload |
| FileParseSumbit | /v2/agent/file/parse/submit | submit a task for parsing uploaded file |
| FileParseQuery | /v2/agent/file/parse/query | query a task result of file parsing task |