跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W Z 

P

pageDelimiter(String) - 类 中的方法org.noear.solon.ai.rag.loader.PdfLoader.Options
页面分隔符,用于在单文档模式下分隔不同页面的文本
pageDelimiter(String) - 类 中的方法org.noear.solon.ai.rag.loader.PptLoader.Options
 
PAGINATED_REQUEST_TYPE_REF - 类 中的静态变量io.modelcontextprotocol.client.McpAsyncClient
 
PaginatedRequest(String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PaginatedRequest
 
PaginatedRequest(String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PaginatedRequest
 
PaginatedRequest() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PaginatedRequest
Creates a new paginated request with an empty cursor.
PaginatedResult(String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PaginatedResult
 
param(String, Object) - 类 中的方法org.noear.solon.ai.chat.message.UserMessageTemplate
paramAdd(String, Object) - 类 中的方法org.noear.solon.ai.chat.message.SystemMessageTemplate
配置参数
paramAdd(Map<String, Object>) - 类 中的方法org.noear.solon.ai.chat.message.SystemMessageTemplate
配置参数
paramAdd(String, Object) - 类 中的方法org.noear.solon.ai.chat.message.UserMessageTemplate
配置参数
paramAdd(Map<String, Object>) - 类 中的方法org.noear.solon.ai.chat.message.UserMessageTemplate
配置参数
paramAdd(String, String) - 类 中的方法org.noear.solon.ai.chat.prompt.FunctionPromptDesc
申明函数参数
paramAdd(String, boolean, String) - 类 中的方法org.noear.solon.ai.chat.prompt.FunctionPromptDesc
申明函数参数
paramAdd(String, Type, String) - 类 中的方法org.noear.solon.ai.chat.tool.FunctionToolDesc
申明函数参数
paramAdd(String, Type, boolean, String) - 类 中的方法org.noear.solon.ai.chat.tool.FunctionToolDesc
申明函数参数
ParamAnnoResolver - org.noear.solon.ai.chat.tool.impl中的类
 
ParamAnnoResolver() - 类 的构造器org.noear.solon.ai.chat.tool.impl.ParamAnnoResolver
 
ParamDesc - org.noear.solon.ai.util中的类
函数工具参数描述
ParamDesc(String, Type, boolean, String) - 类 的构造器org.noear.solon.ai.util.ParamDesc
 
params() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.JSONRPCNotification
 
params() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.JSONRPCRequest
 
params() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JSONRPCNotification
 
params() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JSONRPCRequest
 
params() - 接口 中的方法org.noear.solon.ai.chat.prompt.FunctionPrompt
参数
params() - 类 中的方法org.noear.solon.ai.chat.prompt.FunctionPromptDesc
 
params() - 类 中的方法org.noear.solon.ai.chat.prompt.MethodFunctionPrompt
 
parse(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiThoughtProcessor
解析 Gemini 助手消息,处理思考内容和工具调用
parse(String) - 类 中的方法org.noear.solon.ai.skills.pdf.PdfSkill
解析功能(保持不变)
PARSE_ERROR - 类 中的静态变量com.agentclientprotocol.sdk.error.AcpErrorCodes
Parse error: Invalid JSON was received by the server.
PARSE_ERROR - 类 中的静态变量io.modelcontextprotocol.spec.McpSchema.ErrorCodes
Invalid JSON was received by the server.
parseAssistantMessage(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.chat.dialect.AbstractChatDialect
 
parseAssistantMessage(ChatResponseDefault, ONode) - 接口 中的方法org.noear.solon.ai.chat.dialect.ChatDialect
分析工具调用
parseAssistantMessage(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeChatDialect
 
parseAssistantMessage(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiChatDialect
 
parseAssistantMessageContent(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.chat.dialect.AbstractChatDialect
 
parseComparison(ComparisonNode) - 类 中的方法org.noear.solon.ai.rag.repository.qdrant.FilterTransformer
 
parseMcpServers(String) - 类 中的静态方法org.noear.solon.ai.mcp.client.McpProviders
根据 mcpServers 配置解析出参数
parseMcpServers(ONode) - 类 中的静态方法org.noear.solon.ai.mcp.client.McpProviders
根据 mcpServers 配置解析出参数
parseNonStreamResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeResponseParser
解析非流式响应
parseNonStreamResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiResponseParser
解析非流式响应
parseNonStreamResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiResponsesResponseParser
解析非流式响应
parseResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeResponseParser
解析响应 JSON
parseResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiResponseParser
解析响应 JSON
parseResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiResponsesResponseParser
解析响应 JSON
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 接口 中的方法org.noear.solon.ai.chat.dialect.ChatDialect
分析响应数据
parseResponseJson(EmbeddingConfig, String) - 接口 中的方法org.noear.solon.ai.embedding.dialect.EmbeddingDialect
分析响应数据
parseResponseJson(GenerateConfig, String) - 接口 中的方法org.noear.solon.ai.generate.dialect.GenerateDialect
分析响应数据
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeChatDialect
 
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeChatDialect
 
parseResponseJson(EmbeddingConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeEmbeddingDialect
 
parseResponseJson(GenerateConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeGenerateDialect
 
parseResponseJson(RerankingConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeRerankingDialect
 
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiChatDialect
 
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.ollama.OllamaChatDialect
 
parseResponseJson(EmbeddingConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.ollama.OllamaEmbeddingDialect
 
parseResponseJson(GenerateConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.ollama.OllamaGenerateDialect
 
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiChatDialect
 
parseResponseJson(EmbeddingConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiEmbeddingDialect
 
parseResponseJson(GenerateConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiGenerateDialect
 
parseResponseJson(RerankingConfig, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiRerankingDialect
 
parseResponseJson(ChatConfig, ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiResponsesDialect
解析响应 JSON
parseResponseJson(RerankingConfig, String) - 接口 中的方法org.noear.solon.ai.reranking.dialect.RerankingDialect
分析响应数据
parseResults(ONode) - 接口 中的方法org.noear.solon.ai.skills.search.WebSearchSkill.SearchDriver
 
parseStreamResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.claude.ClaudeResponseParser
解析流式响应
parseStreamResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.GeminiResponseParser
解析流式响应
parseStreamResponse(ChatResponseDefault, String) - 类 中的方法org.noear.solon.ai.llm.dialect.openai.OpenaiResponsesResponseParser
解析流式响应
parseToolCall(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.chat.dialect.AbstractChatDialect
 
parseToolCall(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.llm.dialect.ollama.OllamaChatDialect
 
parseToolCalls(ChatResponseDefault, ONode) - 类 中的方法org.noear.solon.ai.chat.dialect.AbstractChatDialect
解析工具调用
Part - io.a2a_preview.model中的接口
 
partition(List<T>) - 类 中的静态方法org.noear.solon.ai.rag.util.ListUtil
分页
partition(List<T>, int) - 类 中的静态方法org.noear.solon.ai.rag.util.ListUtil
分页
password - 类 中的变量org.noear.solon.ai.flow.components.repositorys.RedisConfig
 
path() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ReadTextFileRequest
 
path() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallDiff
 
path() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.ToolCallLocation
 
path() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.WriteTextFileRequest
 
pause() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
暂停
pause() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
暂停(主要用于测试)
pause() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
暂停(主要用于测试)
pause() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
暂停(主要用于测试)
PdfLoader - org.noear.solon.ai.rag.loader中的类
pdf 文档加载器
PdfLoader(File) - 类 的构造器org.noear.solon.ai.rag.loader.PdfLoader
 
PdfLoader(URL) - 类 的构造器org.noear.solon.ai.rag.loader.PdfLoader
 
PdfLoader(SupplierEx<InputStream>) - 类 的构造器org.noear.solon.ai.rag.loader.PdfLoader
 
PdfLoader.LoadMode - org.noear.solon.ai.rag.loader中的枚举
分割模式
PdfLoader.Options - org.noear.solon.ai.rag.loader中的类
加载选项
PdfSkill - org.noear.solon.ai.skills.pdf中的类
PDF 专家技能:提供 PDF 文档的结构化读取与精美排版生成能力。
PdfSkill(String) - 类 的构造器org.noear.solon.ai.skills.pdf.PdfSkill
基础构造:不强制要求字体(默认西文)
PdfSkill(String, Supplier<InputStream>) - 类 的构造器org.noear.solon.ai.skills.pdf.PdfSkill
高级构造:允许传入自定义字体流(如来自 resources 或外部文件)
pending(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
触发协作流挂起
pending(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
触发协作流挂起
PERMISSION_DENIED - 类 中的静态变量com.agentclientprotocol.sdk.error.AcpErrorCodes
Permission denied: The user denied permission for the requested operation.
PermissionCancelled() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PermissionCancelled
 
PermissionOption() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PermissionOption
 
PermissionSelected(String) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PermissionSelected
 
PgVectorRepository - org.noear.solon.ai.rag.repository中的类
PostgreSQL pgvector 矢量存储知识库
PgVectorRepository.Builder - org.noear.solon.ai.rag.repository中的类
Builder 类用于链式构建 PgVectorRepository
ping() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Sends a ping request to the server.
ping() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Send a synchronous ping request.
ping() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
Sends a ping request to the client.
ping() - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
Sends a synchronous ping request to the client.
Plan(String, List<AcpSchema.PlanEntry>) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.Plan
 
PlanChunk - org.noear.solon.ai.agent.react.task中的类
ReAct 计划块(Planning):包含智能体生成的任务拆解或步骤规划
PlanChunk(Node, ReActTrace, ChatResponse) - 类 的构造器org.noear.solon.ai.agent.react.task.PlanChunk
 
PlanEntry() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PlanEntry
 
planInstruction(Function<ReActTrace, String>) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
planningInstruction(Function<ReActTrace, String>) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
 
planningInstruction(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
 
planningInstruction(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptionsAmend
 
planningInstruction(Function<ReActTrace, String>) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptionsAmend
 
planningMode(boolean) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
规划模式(推理前先制定计划)
planningMode(boolean) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptionsAmend
 
PlanTask - org.noear.solon.ai.agent.react.task中的类
ReAct 规划任务节点 在正式推理开始前,引导模型将复杂目标拆解为结构化的执行计划(Plans)。
PlanTask(ReActAgentConfig) - 类 的构造器org.noear.solon.ai.agent.react.task.PlanTask
 
port - 类 中的变量org.noear.solon.ai.util.ProxyDesc
 
PostgreDialect - org.noear.solon.ai.skills.text2sql.dialect中的类
PostgreSQL 系列方言实现 适配 PG、人大金仓(Kingbase)、瀚高(Highgo) 等区分大小写的数据库系统
PostgreDialect() - 类 的构造器org.noear.solon.ai.skills.text2sql.dialect.PostgreDialect
 
postInvoke(AcpInvocationContext, Object) - 接口 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.AcpInterceptor
Called after successful handler invocation.
postJson(String) - 类 中的方法org.noear.solon.ai.skills.social.AbsWebhookSkill
发送 JSON 数据到默认 Webhook 地址
postJson(String, String) - 类 中的方法org.noear.solon.ai.skills.social.AbsWebhookSkill
发送 JSON 数据到指定 URL(用于处理带签名的动态 URL)
postStart() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
 
PptLoader - org.noear.solon.ai.rag.loader中的类
ppt 文档加载器 读取ppt内容,并转换为文本
PptLoader(SupplierEx<InputStream>) - 类 的构造器org.noear.solon.ai.rag.loader.PptLoader
 
PptLoader(File) - 类 的构造器org.noear.solon.ai.rag.loader.PptLoader
 
PptLoader(URL) - 类 的构造器org.noear.solon.ai.rag.loader.PptLoader
 
PptLoader.LoadMode - org.noear.solon.ai.rag.loader中的枚举
 
PptLoader.Options - org.noear.solon.ai.rag.loader中的类
 
PrebuiltVoiceConfig() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig.PrebuiltVoiceConfig
 
preInvoke(AcpInvocationContext) - 接口 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.AcpInterceptor
Called before handler invocation.
prepare(ReActAgentConfig, ReActOptions, AgentSession, TeamProtocol) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
准备执行环境
prepare(SimpleAgentConfig, SimpleOptions, AgentSession, TeamProtocol) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
prepare(TeamAgentConfig, TeamOptions, AgentSession, String) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
运行时环境准备
prepare() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
预备
prepare() - 类 中的方法org.noear.solon.ai.skills.claudecode.SolonCodeCLI
已过时。
 
prepare() - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
 
prepareAgentPrompt(TeamTrace, Agent, Prompt, Locale) - 类 中的方法org.noear.solon.ai.agent.team.protocol.BlackboardProtocol
 
prepareAgentPrompt(TeamTrace, Agent, Prompt, Locale) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol
 
prepareAgentPrompt(TeamTrace, Agent, Prompt, Locale) - 类 中的方法org.noear.solon.ai.agent.team.protocol.HierarchicalProtocol
增强专家指令:注入汇报规范与多模态提醒
prepareAgentPrompt(TeamTrace, Agent, Prompt, Locale) - 接口 中的方法org.noear.solon.ai.agent.team.TeamProtocol
动态生成 Agent 提示词(在此处处理上下文衔接或状态同步)
prepareSupervisorContext(FlowContext, TeamTrace, StringBuilder) - 接口 中的方法org.noear.solon.ai.agent.team.TeamProtocol
注入 Supervisor 决策上下文(如待办事项、黑板状态)
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol
 
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.BlackboardProtocol
 
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol
 
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.HierarchicalProtocol
实时构建运行看板:注入成员能力、负载与错误信息
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol
向主管注入“人才市场”状态,提供博弈参考
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.SequentialProtocol
 
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 类 中的方法org.noear.solon.ai.agent.team.protocol.SwarmProtocol
 
prepareSupervisorInstruction(FlowContext, TeamTrace, StringBuilder) - 接口 中的方法org.noear.solon.ai.agent.team.TeamProtocol
注入 Supervisor 动态决策指令(如实时进度、环境感知)
presence_penalty(double) - 类 中的方法org.noear.solon.ai.chat.ModelOptionsAmend
常用选项:惩罚已出现过的词
printWelcome() - 类 中的方法org.noear.solon.ai.skills.claudecode.SolonCodeCLI
已过时。
 
printWelcome() - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
 
priority() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.Annotations
 
priority() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.PlanEntry
 
priority() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.Annotations
 
priority() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.EmbeddedResource
已过时。
Only exists for backwards-compatibility purposes. Use McpSchema.EmbeddedResource.annotations() instead.
priority() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ImageContent
已过时。
Only exists for backwards-compatibility purposes. Use McpSchema.ImageContent.annotations() instead.
priority() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.TextContent
已过时。
Only exists for backwards-compatibility purposes. Use McpSchema.TextContent.annotations() instead.
profile() - 接口 中的方法org.noear.solon.ai.agent.Agent
智能体档案(能力画像与交互契约)
profile(AgentProfile) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
 
profile(Consumer<AgentProfile>) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
 
profile() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
profile(AgentProfile) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent.Builder
 
profile() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
 
profile(AgentProfile) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
 
profile(Consumer<AgentProfile>) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
 
profile() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
 
progress() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ProgressNotification
 
PROGRESS_NOTIFICATION_TYPE_REF - 类 中的静态变量io.modelcontextprotocol.client.McpAsyncClient
 
progressConsumer(Function<McpSchema.ProgressNotification, Mono<Void>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
Adds a consumer to be notified of progress notifications from the server.
progressConsumer(Consumer<McpSchema.ProgressNotification>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
Adds a consumer to be notified of progress notifications from the server.
progressConsumers(List<Function<McpSchema.ProgressNotification, Mono<Void>>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
Adds a multiple consumers to be notified of progress notifications from the server.
progressConsumers(List<Consumer<McpSchema.ProgressNotification>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
Adds a multiple consumers to be notified of progress notifications from the server.
progressNotification(McpSchema.ProgressNotification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
Sends a notification to the client that the current progress status has changed for long-running operations.
progressNotification(McpSchema.ProgressNotification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
Sends a notification to the client that the current progress status has changed for long-running operations.
ProgressNotification(Object, double, Double, String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ProgressNotification
 
ProgressNotification(Object, double, Double, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ProgressNotification
 
progressToken(Object) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CallToolRequest.Builder
 
progressToken(Object) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.CreateMessageRequest.Builder
 
progressToken(Object) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ElicitRequest.Builder
 
progressToken() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ProgressNotification
 
progressToken() - 接口 中的方法io.modelcontextprotocol.spec.McpSchema.Request
 
Prompt - com.agentclientprotocol.sdk.annotation中的注释类型
Marks a method as the handler for prompt requests.
prompt(AcpSchema.PromptRequest) - 类 中的方法com.agentclientprotocol.sdk.client.AcpAsyncClient
Sends a prompt to the agent within a session.
prompt(AcpSchema.PromptRequest) - 类 中的方法com.agentclientprotocol.sdk.client.AcpSyncClient
Sends a prompt to the agent within a session.
prompt() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.PromptRequest
 
prompt() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptSpecification
 
prompt() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncPromptSpecification
 
prompt() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncPromptSpecification
 
prompt() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncPromptSpecification
 
Prompt(String, String, String, List<McpSchema.PromptArgument>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Prompt
 
Prompt(String, String, List<McpSchema.PromptArgument>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Prompt
 
Prompt(String, String, String, List<McpSchema.PromptArgument>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Prompt
 
prompt(Prompt) - 接口 中的方法org.noear.solon.ai.agent.Agent
创建基于 Prompt 的请求构建器
prompt(String) - 接口 中的方法org.noear.solon.ai.agent.Agent
创建基于字符串指令的请求构建器
prompt() - 接口 中的方法org.noear.solon.ai.agent.Agent
创建恢复请求构建器(用于从会话中恢复 prompt 执行)
prompt(Prompt) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
prompt(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
prompt() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
prompt(Prompt) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
 
prompt(String) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
 
prompt() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
 
prompt(Prompt) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
创建团队请求(支持后续流式或异步处理)
prompt(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
 
prompt() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
 
prompt(ChatSession) - 类 中的方法org.noear.solon.ai.chat.ChatModel
prompt(Prompt) - 类 中的方法org.noear.solon.ai.chat.ChatModel
提示语
prompt(List<ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.ChatModel
提示语
prompt(ChatMessage...) - 类 中的方法org.noear.solon.ai.chat.ChatModel
提示语
prompt(String) - 类 中的方法org.noear.solon.ai.chat.ChatModel
提示语
Prompt - org.noear.solon.ai.chat.prompt中的接口
聊天提示语
prompt(String) - 类 中的方法org.noear.solon.ai.generate.GenerateModel
输入
prompt(GeneratePrompt) - 类 中的方法org.noear.solon.ai.generate.GenerateModel
输入(支持丰富参数形态)
prompt(Map<String, Object>) - 类 中的方法org.noear.solon.ai.generate.GenerateModel
输入(支持丰富参数形态)
PromptArgument(String, String, String, Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PromptArgument
 
PromptArgument(String, String, Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PromptArgument
 
promptCapabilities() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.AgentCapabilities
 
PromptCapabilities() - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PromptCapabilities
 
PromptCapabilities(Boolean) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.PromptCapabilities
 
PromptContext - com.agentclientprotocol.sdk.agent中的接口
Context provided to prompt handlers for accessing agent capabilities.
promptContext(PromptContext) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext.Builder
 
PromptContextResolver - com.agentclientprotocol.sdk.agent.support.resolver中的类
Resolves PromptContext and SyncPromptContext parameters.
PromptContextResolver() - 类 的构造器com.agentclientprotocol.sdk.agent.support.resolver.PromptContextResolver
 
promptHandler(AcpAgent.PromptHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.AsyncAgentBuilder
Sets the handler for prompt requests.
promptHandler(AcpAgent.SyncPromptHandler) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpAgent.SyncAgentBuilder
Sets the synchronous handler for prompt requests.
promptHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptSpecification
 
promptHandler() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.SyncPromptSpecification
 
promptHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncPromptSpecification
 
promptHandler() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.SyncPromptSpecification
 
PromptImpl - org.noear.solon.ai.chat.prompt中的类
提示语实现
PromptImpl() - 类 的构造器org.noear.solon.ai.chat.prompt.PromptImpl
 
PromptMapping - org.noear.solon.ai.annotation中的注释类型
提示语映射
PromptMessage(McpSchema.Role, McpSchema.Content) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PromptMessage
 
PromptProvider - org.noear.solon.ai.chat.prompt中的接口
提示语提供者
PromptReference(String, String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PromptReference
 
PromptReference(String, String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PromptReference
 
PromptReference(String) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.PromptReference
 
PromptRequest(String, List<AcpSchema.ContentBlock>) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PromptRequest
 
PromptRequestResolver - com.agentclientprotocol.sdk.agent.support.resolver中的类
Resolves AcpSchema.PromptRequest parameters in prompt handlers.
PromptRequestResolver() - 类 的构造器com.agentclientprotocol.sdk.agent.support.resolver.PromptRequestResolver
 
PromptResponse(AcpSchema.StopReason) - 类 的构造器com.agentclientprotocol.sdk.spec.AcpSchema.PromptResponse
 
prompts(Map<String, McpServerFeatures.AsyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
Registers multiple prompts with their handlers using a Map.
prompts(List<McpServerFeatures.AsyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
Registers multiple prompts with their handlers using a List.
prompts(McpServerFeatures.AsyncPromptSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.AsyncSpecification
Registers multiple prompts with their handlers using varargs.
prompts(Map<String, McpStatelessServerFeatures.AsyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
Registers multiple prompts with their handlers using a Map.
prompts(List<McpStatelessServerFeatures.AsyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
Registers multiple prompts with their handlers using a List.
prompts(McpStatelessServerFeatures.AsyncPromptSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessAsyncSpecification
Registers multiple prompts with their handlers using varargs.
prompts(Map<String, McpStatelessServerFeatures.SyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
Registers multiple prompts with their handlers using a Map.
prompts(List<McpStatelessServerFeatures.SyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
Registers multiple prompts with their handlers using a List.
prompts(McpStatelessServerFeatures.SyncPromptSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.StatelessSyncSpecification
Registers multiple prompts with their handlers using varargs.
prompts(Map<String, McpServerFeatures.SyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
Registers multiple prompts with their handlers using a Map.
prompts(List<McpServerFeatures.SyncPromptSpecification>) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
Registers multiple prompts with their handlers using a List.
prompts(McpServerFeatures.SyncPromptSpecification...) - 类 中的方法io.modelcontextprotocol.server.McpServer.SyncSpecification
Registers multiple prompts with their handlers using varargs.
prompts() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Async
 
prompts() - 类 中的方法io.modelcontextprotocol.server.McpServerFeatures.Sync
 
prompts() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Async
 
prompts() - 类 中的方法io.modelcontextprotocol.server.McpStatelessServerFeatures.Sync
 
prompts() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ListPromptsResult
 
prompts(Boolean) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities.Builder
 
prompts() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ServerCapabilities
 
promptsChangeConsumer(Function<List<McpSchema.Prompt>, Mono<Void>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.AsyncSpec
Adds a consumer to be notified when the available prompts change.
promptsChangeConsumer(Consumer<List<McpSchema.Prompt>>) - 类 中的方法io.modelcontextprotocol.client.McpClient.SyncSpec
Adds a consumer to be notified when the available prompts change.
promptsChangeConsumer(Function<List<McpSchema.Prompt>, Mono<Void>>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
提示语变更消费者
promptTokens() - 类 中的方法org.noear.solon.ai.AiUsage
获取提示语消耗令牌数
PROP_CHAT_MODEL - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
 
PROP_EMBEDDING_MODEL - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
 
PROP_GENERATE_MODEL - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
 
PROP_IMAGE_MODEL - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
 
PROP_REPOSITORY - 接口 中的静态变量org.noear.solon.ai.flow.components.Attrs
 
properties() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.JsonSchema
 
protocol(TeamProtocolFactory) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
指定团队协作协议(Swarm, Sequential, Hierarchical 等)
protocol() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerContext
 
PROTOCOL_VERSION - 接口 中的静态变量io.modelcontextprotocol.spec.HttpHeaders
Identifies the MCP protocol version.
protocolVersion() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.InitializeRequest
 
protocolVersion() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpSchema.InitializeResponse
 
protocolVersion() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.InitializeRequest
 
protocolVersion() - 类 中的方法io.modelcontextprotocol.spec.McpSchema.InitializeResult
 
protocolVersions() - 类 中的方法com.agentclientprotocol.sdk.agent.transport.StdioAcpAgentTransport
 
protocolVersions() - 接口 中的方法com.agentclientprotocol.sdk.spec.AcpTransport
Returns the list of protocol versions supported by this transport.
protocolVersions() - 类 中的方法io.modelcontextprotocol.client.transport.WebRxSseClientTransport
 
protocolVersions() - 类 中的方法io.modelcontextprotocol.client.transport.WebRxStreamableHttpTransport
 
protocolVersions() - 类 中的方法io.modelcontextprotocol.server.transport.StdioServerTransportProvider
 
protocolVersions() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxSseServerTransportProvider
 
protocolVersions() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStreamableServerTransportProvider
 
protocolVersions() - 接口 中的方法io.modelcontextprotocol.spec.McpServerTransportProviderBase
Returns the protocol version supported by this transport provider.
protocolVersions() - 接口 中的方法io.modelcontextprotocol.spec.McpStatelessServerTransport
 
protocolVersions() - 接口 中的方法io.modelcontextprotocol.spec.McpTransport
 
ProtocolVersions - io.modelcontextprotocol.spec中的接口
 
provider - 类 中的变量org.noear.solon.ai.AiConfig
 
provider(String) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
服务提供者
provider(String) - 类 中的方法org.noear.solon.ai.embedding.EmbeddingModel.Builder
服务提供者
provider(String) - 类 中的方法org.noear.solon.ai.generate.GenerateModel.Builder
服务提供者
provider(String) - 类 中的方法org.noear.solon.ai.reranking.RerankingModel.Builder
服务提供者
proxy - 类 中的变量org.noear.solon.ai.AiConfig
 
proxy(Proxy) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
网络代理
proxy(String, int) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
网络代理
proxy(Proxy) - 类 中的方法org.noear.solon.ai.embedding.EmbeddingModel.Builder
网络代理
proxy(String, int) - 类 中的方法org.noear.solon.ai.embedding.EmbeddingModel.Builder
网络代理
proxy(Proxy) - 类 中的方法org.noear.solon.ai.generate.GenerateModel.Builder
网络代理
proxy(String, int) - 类 中的方法org.noear.solon.ai.generate.GenerateModel.Builder
网络代理
proxy(Proxy) - 类 中的方法org.noear.solon.ai.reranking.RerankingModel.Builder
网络代理
proxy(String, int) - 类 中的方法org.noear.solon.ai.reranking.RerankingModel.Builder
网络代理
ProxyDesc - org.noear.solon.ai.util中的类
简单代理描述
ProxyDesc() - 类 的构造器org.noear.solon.ai.util.ProxyDesc
 
proxyInstance - 类 中的变量org.noear.solon.ai.AiConfig
 
PushNotificationAuthenticationInfo - io.a2a_preview.model中的类
 
PushNotificationAuthenticationInfo() - 类 的构造器io.a2a_preview.model.PushNotificationAuthenticationInfo
 
PushNotificationConfig - io.a2a_preview.model中的类
 
PushNotificationConfig() - 类 的构造器io.a2a_preview.model.PushNotificationConfig
 
putAll(ModelOptionsAmend<?, X>) - 类 中的方法org.noear.solon.ai.chat.ModelOptionsAmend
 
PythonSkill - org.noear.solon.ai.skills.sys中的类
Python 脚本执行技能:为 AI 提供科学计算、数据分析及自动化脚本处理能力。
PythonSkill(String) - 类 的构造器org.noear.solon.ai.skills.sys.PythonSkill
 
PythonSkill(String, String) - 类 的构造器org.noear.solon.ai.skills.sys.PythonSkill
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接