public class AgentAgentArtifact extends Object
| 构造器和说明 |
|---|
AgentAgentArtifact(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
GetAgentAgentArtifactResp |
get(GetAgentAgentArtifactReq req)
下载智能体产物,根据产物 ID(agent_artifact_id)获取该产物的下载地址及基础信息(名称、URL),用于开发者拉取智能体在会话中生成的图片、文件、云文档等产物。
|
GetAgentAgentArtifactResp |
get(GetAgentAgentArtifactReq req,
RequestOptions reqOptions)
下载智能体产物,根据产物 ID(agent_artifact_id)获取该产物的下载地址及基础信息(名称、URL),用于开发者拉取智能体在会话中生成的图片、文件、云文档等产物。
|
public AgentAgentArtifact(Config config)
public GetAgentAgentArtifactResp get(GetAgentAgentArtifactReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic GetAgentAgentArtifactResp get(GetAgentAgentArtifactReq req) throws Exception
ExceptionCopyright © 2026. All rights reserved.