| Package | Description |
|---|---|
| chat.autocoder | |
| chat.autocoder.models |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResult> |
BatchQueryManager.batchQuery(List<String> prompts,
QueryOptions options)
执行多个查询并发处理
|
List<String> |
BatchQueryManager.batchQuickQuery(List<String> prompts,
QueryOptions options)
批量查询并收集文本结果
|
QueryResponse |
SessionManager.jsonQuery(String prompt,
QueryOptions options)
会话中的JSON查询
|
QueryResponse |
AutoCoderClient.jsonQuery(String prompt,
QueryOptions options)
JSON查询,返回QueryResponse
|
Stream<QueryResult> |
SessionManager.query(String prompt,
QueryOptions options)
在会话上下文中执行查询
|
Stream<QueryResult> |
AutoCoderClient.query(String prompt,
QueryOptions options)
执行代码生成查询,返回Stream
|
Stream<QueryResult> |
AutoCoderClient.queryFromFile(String filePath,
QueryOptions options)
从文件读取提示内容并查询
|
String |
SessionManager.quickQuery(String prompt,
QueryOptions options)
会话中的快速查询
|
String |
AutoCoderClient.quickQuery(String prompt,
QueryOptions options)
快速查询,返回完整文本结果
|
| Modifier and Type | Method and Description |
|---|---|
QueryOptions |
QueryOptions.mergeWithConfig(SDKConfig config) |
Copyright © 2025. All rights reserved.