protected static class TencentAIParser.TextParser extends TencentAIParser.Parser
Modifier | Constructor and Description |
---|---|
protected |
TextParser() |
Modifier and Type | Method and Description |
---|---|
protected List<TencentAIParser.Message> |
createMessages(String systemPrompt,
String prompt,
String text)
创建消息
|
AIParseInfo |
parse(AIParserConfig config,
String prompt,
String text)
解析
|
getAuthorization, parseInfo
public AIParseInfo parse(AIParserConfig config, String prompt, String text)
config
- 配置prompt
- 提示词text
- 文本protected List<TencentAIParser.Message> createMessages(String systemPrompt, String prompt, String text)
systemPrompt
- 系统提示词prompt
- 提示词text
- 文本Copyright © 2025. All rights reserved.