org.anyline.metadata.Table |
CozeActuator.create(CozeRuntime runtime,
org.anyline.metadata.Table table) |
创建知识库
|
int |
CozeActuator.delete(CozeRuntime runtime,
org.anyline.metadata.Table table,
Document document) |
|
org.anyline.entity.DataRow |
CozeActuator.get(CozeRuntime runtime,
String url,
Map<String,Object> params) |
|
protected Map<String,String> |
CozeActuator.header(CozeRuntime runtime) |
|
org.anyline.entity.DataRow |
CozeActuator.post(CozeRuntime runtime,
String url,
Map<String,Object> params) |
|
void |
CozeActuator.post(CozeRuntime runtime,
String url,
Map<String,Object> params,
File file) |
|
org.anyline.entity.DataRow |
CozeActuator.upload(CozeRuntime runtime,
String url,
Document document,
Map<String,Object> params) |
根据文件 创建知识库文档
|