public class KnowledgeClientApiService extends ClientBaseService
| 限定符和类型 | 类和说明 |
|---|---|
static class |
KnowledgeClientApiService.KnowledgeEditGenerationChain |
static class |
KnowledgeClientApiService.KnowledgeGenerationChain |
static class |
KnowledgeClientApiService.KnowledgePageGenerationChain |
static class |
KnowledgeClientApiService.KnowledgeUsedGenerationChain |
logger, mapper, retrofit| 构造器和说明 |
|---|
KnowledgeClientApiService(okhttp3.OkHttpClient client,
String baseUrl)
Creates a new KnowledgeClientApiService that wraps OkHttpClient
|
public KnowledgeClientApiService(okhttp3.OkHttpClient client,
String baseUrl)
client - retrofit instancebaseUrl - base url of the apipublic KnowledgeClientApiService.KnowledgeGenerationChain knowledgeCreate(KnowledgeBaseParams params)
public KnowledgeClientApiService.KnowledgeEditGenerationChain knowledgeModify(KnowledgeBaseParams params)
public KnowledgeClientApiService.KnowledgePageGenerationChain knowledgeQuery(QueryKnowledgeRequest params)
public KnowledgeClientApiService.KnowledgeEditGenerationChain knowledgeDelete(KnowledgeBaseParams params)
public KnowledgeClientApiService.KnowledgeUsedGenerationChain knowledgeUsed()
Copyright © 2024. All rights reserved.