您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
SEARCH:
程序包的使用
com.agentsflex.core.prompt
使用
com.agentsflex.core.prompt
的程序包
程序包
说明
com.agentsflex.core.agent.react
com.agentsflex.core.agent.route
com.agentsflex.core.model.chat
LLM 大语言模型
com.agentsflex.core.model.client
com.agentsflex.core.prompt
提示词
com.agentsflex.core.agent.react
使用的
com.agentsflex.core.prompt
中的类
类
说明
MemoryPrompt
com.agentsflex.core.agent.route
使用的
com.agentsflex.core.prompt
中的类
类
说明
MemoryPrompt
com.agentsflex.core.model.chat
使用的
com.agentsflex.core.prompt
中的类
类
说明
Prompt
com.agentsflex.core.model.client
使用的
com.agentsflex.core.prompt
中的类
类
说明
Prompt
com.agentsflex.core.prompt
使用的
com.agentsflex.core.prompt
中的类
类
说明
Prompt
PromptTemplate
文本模板引擎,用于将包含 {{xxx}} 占位符的字符串模板,动态渲染为最终文本。
PromptTemplate.ParseResult
表达式解析结果。
PromptTemplate.TemplateParseResult
模板解析的最终结果,包含: - 解析后的表达式树(ParseResult) - 是否显式声明空兜底
PromptTemplate.TemplateToken
模板片段对象。