| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.assistants | |
| com.alibaba.dashscope.threads.messages | |
| com.alibaba.dashscope.threads.runs |
| 限定符和类型 | 方法和说明 |
|---|---|
ListResult<Assistant> |
Assistants.list(GeneralListParam listParam) |
ListResult<AssistantFile> |
Assistants.listFiles(String assistantId,
GeneralListParam listParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
ListResult<ThreadMessage> |
Messages.list(String threadId,
GeneralListParam listParam) |
ListResult<MessageFile> |
Messages.listFiles(String threadId,
String messageId,
GeneralListParam listParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
ListResult<Run> |
Runs.list(String threadId,
GeneralListParam listParam)
List the run of thread id.
|
ListResult<RunStep> |
Runs.listSteps(String threadId,
String runId,
GeneralListParam listParam)
List the run step of the run id.
|
Copyright © 2024. All rights reserved.