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

G

GeminiChatDialect - org.noear.solon.ai.llm.dialect.gemini中的类
Gemini 聊天模型方言 此类实现了与 Google Gemini API 的集成,提供聊天补全功能。
GeminiChatDialect() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.GeminiChatDialect
 
GeminiConfigConverter - org.noear.solon.ai.llm.dialect.gemini.model中的类
Gemini 配置转换工具 用于将 Map 类型的配置转换为 GenerationConfig 等配置对象。
GeminiConfigConverter() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.model.GeminiConfigConverter
 
GeminiRequestBuilder - org.noear.solon.ai.llm.dialect.gemini中的类
Gemini 请求构建器 负责构建符合 Gemini API 规范的请求 JSON, 包括消息格式转换、工具定义等。
GeminiRequestBuilder() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.GeminiRequestBuilder
 
GeminiResponseParser - org.noear.solon.ai.llm.dialect.gemini中的类
Gemini 响应解析器 负责解析 Gemini API 返回的流式和非流式响应, 将 JSON 格式的响应转换为内部的消息模型。
GeminiResponseParser() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.GeminiResponseParser
 
GeminiThoughtProcessor - org.noear.solon.ai.llm.dialect.gemini中的类
Gemini 思考内容处理器 负责解析和处理 Gemini API 返回的思考内容(thoughts), 包括流式和非流式两种场景下的思考内容提取。
GeminiThoughtProcessor() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.GeminiThoughtProcessor
 
generate() - 类 中的方法org.noear.solon.ai.chat.message.SystemMessageTemplate
生成
generate() - 类 中的方法org.noear.solon.ai.chat.message.UserMessageTemplate
生成
generate(String, String, String) - 类 中的方法org.noear.solon.ai.skills.generation.ImageGenerationSkill
执行图片生成
generate(String, String, Path, String) - 接口 中的方法org.noear.solon.ai.skills.generation.ImageGenerationSkill.ImageDriver
 
generate(String, Integer, String, String) - 类 中的方法org.noear.solon.ai.skills.generation.VideoGenerationSkill
执行视频生成
generate(String, int, String, Path, String) - 接口 中的方法org.noear.solon.ai.skills.generation.VideoGenerationSkill.VideoDriver
 
generateCacheKey(Map<String, Object>) - 类 中的方法io.modelcontextprotocol.json.schema.jackson.DefaultJsonSchemaValidator
Generates a cache key for the given schema map.
GenerateConfig - org.noear.solon.ai.generate中的类
生成配置
GenerateConfig() - 类 的构造器org.noear.solon.ai.generate.GenerateConfig
 
GenerateContent - org.noear.solon.ai.generate中的类
生成内容
GenerateContent() - 类 的构造器org.noear.solon.ai.generate.GenerateContent
 
GenerateContent(String, String, String, String) - 类 的构造器org.noear.solon.ai.generate.GenerateContent
 
GenerateContent.Builder - org.noear.solon.ai.generate中的类
 
GenerateDialect - org.noear.solon.ai.generate.dialect中的接口
生成模型方言
GenerateDialectManager - org.noear.solon.ai.generate.dialect中的类
生成模型方言管理
GenerateDialectManager() - 类 的构造器org.noear.solon.ai.generate.dialect.GenerateDialectManager
 
GenerateException - org.noear.solon.ai.generate中的异常错误
生成异常
GenerateException(String) - 异常错误 的构造器org.noear.solon.ai.generate.GenerateException
 
GenerateException(String, Throwable) - 异常错误 的构造器org.noear.solon.ai.generate.GenerateException
 
GenerateException(Throwable) - 异常错误 的构造器org.noear.solon.ai.generate.GenerateException
 
GenerateModel - org.noear.solon.ai.generate中的类
生成模型
GenerateModel(Properties) - 类 的构造器org.noear.solon.ai.generate.GenerateModel
 
GenerateModel(GenerateConfig) - 类 的构造器org.noear.solon.ai.generate.GenerateModel
 
GenerateModel.Builder - org.noear.solon.ai.generate中的类
嵌入模型构建器实现
GenerateModelCom - org.noear.solon.ai.flow.components.models中的类
聊天模型组件
GenerateModelCom() - 类 的构造器org.noear.solon.ai.flow.components.models.GenerateModelCom
 
generateName(ONode, String, String) - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.AbsOpenApiResolver
生成工具名称:优先使用 operationId,否则根据 method 和 path 生成
GenerateOptions - org.noear.solon.ai.generate中的类
生成选项
GenerateOptions() - 类 的构造器org.noear.solon.ai.generate.GenerateOptions
 
GeneratePrompt - org.noear.solon.ai.generate中的接口
生成提示语(方便强类型定义)
GeneratePromptDefault - org.noear.solon.ai.generate中的类
生成提示语默认实现
GeneratePromptDefault(Map<String, Object>) - 类 的构造器org.noear.solon.ai.generate.GeneratePromptDefault
 
GenerateRequestDesc - org.noear.solon.ai.generate中的类
生成请求描述
GenerateRequestDesc(GenerateConfig, GenerateDialect, String, Map) - 类 的构造器org.noear.solon.ai.generate.GenerateRequestDesc
 
GenerateResponse - org.noear.solon.ai.generate中的类
生成响应
GenerateResponse(String, GenerateException, List<GenerateContent>, AiUsage) - 类 的构造器org.noear.solon.ai.generate.GenerateResponse
 
GenerationConfig - org.noear.solon.ai.llm.dialect.gemini.model中的类
Gemini 生成配置 用于配置 Gemini API 的生成参数,包括输出格式、采样策略、停止条件等。
GenerationConfig() - 类 的构造器org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
GenericDialect - org.noear.solon.ai.skills.text2sql.dialect中的类
标准 SQL 方言实现 作为默认缺省方言,遵循 ANSI SQL 标准
GenericDialect() - 类 的构造器org.noear.solon.ai.skills.text2sql.dialect.GenericDialect
 
get(String) - 接口 中的方法io.modelcontextprotocol.common.McpTransportContext
Extract a value from the context.
get() - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapperSupplier
Returns a new instance of McpJsonMapper that uses the Jackson library for JSON serialization and deserialization.
get() - 类 中的方法io.modelcontextprotocol.json.schema.jackson.JacksonJsonSchemaValidatorSupplier
Returns a new instance of JsonSchemaValidator that uses the Jackson library for JSON schema validation.
get(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.chat.prompt.FunctionPrompt
 
get(String) - 类 中的方法org.noear.solon.ai.skills.data.RedisSkill
 
getA2AClientMap() - 类 中的方法io.a2a_preview.client.HostAgent
 
getA2AState(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol
 
getAcpMethod() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Get the ACP method name (e.g., "initialize", "session/prompt").
getAcpMethod() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the ACP method name (e.g., "initialize", "session/prompt").
getActivePromptSessionId() - 类 中的方法com.agentclientprotocol.sdk.spec.AcpAgentSession
Gets the session ID of the active prompt, if any.
getAdditional() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.DocumentData
 
getAgent() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpAgentSupport
Get the underlying sync agent.
getAgentCapabilities() - 类 中的方法com.agentclientprotocol.sdk.client.AcpAsyncClient
Returns the capabilities negotiated with the agent during initialization.
getAgentCapabilities() - 类 中的方法com.agentclientprotocol.sdk.client.AcpSyncClient
Returns the capabilities negotiated with the agent during initialization.
getAgentCard() - 类 中的方法io.a2a_preview.client.A2AClient
Get agent card information
getAgentCard() - 类 中的方法io.a2a_preview.server.A2AServer
Get agent card information
getAgentCard() - 类 中的方法io.a2a_preview.server.A2AServerEndpoint
Get agent card information
getAgentCards() - 类 中的方法io.a2a_preview.client.HostAgent
 
getAgentInfo() - 类 中的方法io.a2a_preview.client.HostAgent
 
getAgentMap() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getAgentName() - 类 中的方法org.noear.solon.ai.agent.AbsAgentChunk
 
getAgentName() - 接口 中的方法org.noear.solon.ai.agent.AgentChunk
获取当前产生块的智能体名字
getAgentName() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getAgentName() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getAgentName() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getAggregationContent() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取聚合内容(流响应完成时可用)
getAggregationContent() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
 
getAggregationMessage() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取聚合消息(流响应完成时可用)
getAggregationMessage() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取聚合消息
getAnnotation(Class<A>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get a specific annotation if present.
getAnnotations() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get all annotations on this parameter.
getAnyOf() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getApiDetail(String) - 类 中的方法org.noear.solon.ai.skills.restapi.RestApiSkill
 
getApiKey() - 类 中的方法org.noear.solon.ai.AiConfig
 
getApiKey() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getApiKey() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
getApiUrl() - 类 中的方法org.noear.solon.ai.AiConfig
 
getApiUrl() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getApiUrl() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
getArgs() - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters
 
getArgs() - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters
 
getArgs() - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLTask
获取拟调用的参数快照
getArgs() - 类 中的方法org.noear.solon.ai.chat.interceptor.ToolRequest
获取参数
getArgs() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getArgs() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getArguments() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
调用参数(字典型式)
getArgumentsStr() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
调用参数(字符串型式)
getAspectRatio() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.ImageConfig
 
getAsyncServer() - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Get the underlying async server instance.
getAttachment(FlowContext, Node) - 接口 中的方法org.noear.solon.ai.flow.components.AiIoComponent
获取组件附件
getAttachment(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.inputs.WebInputCom
 
getAttachmentName(Node) - 接口 中的方法org.noear.solon.ai.flow.components.AiIoComponent
获取组件附件名
getAttribute(String) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get a custom attribute.
getAttribute(String, Class<T>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get a typed custom attribute.
getAwardedAgent() - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol.ContractState
 
getBatchSize() - 类 中的方法org.noear.solon.ai.embedding.EmbeddingConfig
获取批次大数
getBean() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Get the target bean instance.
getBids() - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol.ContractState
 
getBlob() - 类 中的方法org.noear.solon.ai.chat.content.BlobBlock
 
getBlocks() - 类 中的方法org.noear.solon.ai.chat.content.Contents
多模态内容
getBlocks() - 类 中的方法org.noear.solon.ai.chat.message.ToolMessage
内容块集合(兼容多模态LLM)
getBlocks() - 类 中的方法org.noear.solon.ai.chat.message.UserMessage
内容块集合(兼容多模态LLM)
getCacheSeconds() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getCacheSize() - 类 中的方法io.modelcontextprotocol.json.schema.jackson.DefaultJsonSchemaValidator
Returns the current size of the schema cache.
getCandidateAgents(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.protocol.TeamProtocolBase
获取持有 Profile 定义的候选 Agent 列表
getCandidateCount() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getCapabilities() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the negotiated capabilities.
getCapabilities() - 类 中的方法org.noear.solon.ai.agent.AgentProfile
 
getCapability() - 异常错误 中的方法com.agentclientprotocol.sdk.error.AcpCapabilityException
Returns the name of the unsupported capability.
getCategory() - 类 中的方法org.noear.solon.ai.chat.skill.SkillMetadata
 
getCertainty() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.Additional
 
getChannel() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getChannel() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
通道
getChat() - 类 中的方法org.noear.solon.ai.integration.AiProperties
 
getChatModel() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getChatModel() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getChatModel() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getChoices() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取所有选择
getChoices() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取所有选择
getClasses() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.SchemaResponse
 
getClassicInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getClassicInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getClazz() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.ClassInfo
 
getClient() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
获取客户端
getClientCapabilities() - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
Returns the capabilities negotiated with the client during initialization.
getClientCapabilities() - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
Returns the capabilities negotiated with the client during initialization.
getClientCapabilities() - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Returns the capabilities negotiated with the client during initialization.
getClientCapabilities() - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Returns the capabilities negotiated with the client during initialization.
getClientCapabilities() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Get the client capabilities that define the supported features and functionality.
getClientCapabilities() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Get the client capabilities that define the supported features and functionality.
getClientCapabilities() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
Get the client capabilities that define the supported features and functionality.
getClientCapabilities() - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
Get the client capabilities that define the supported features and functionality.
getClientCustomizer() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getClientInfo() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Get the client implementation information.
getClientInfo() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Get the client implementation information.
getClientInfo() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServerExchange
Get the client implementation information.
getClientInfo() - 类 中的方法io.modelcontextprotocol.server.McpSyncServerExchange
Get the client implementation information.
getCode() - 异常错误 中的方法com.agentclientprotocol.sdk.error.AcpProtocolException
Returns the JSON-RPC error code.
getCode() - 异常错误 中的方法com.agentclientprotocol.sdk.spec.AcpAgentSession.AcpError
 
getCode() - 异常错误 中的方法com.agentclientprotocol.sdk.spec.AcpClientSession.AcpError
 
getCode() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorResponse
 
getCode() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DocOpResult
 
getCollections() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.CollectionsResponse
获取集合列表
getCollectionStats(String) - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaClient
获取集合信息
getColumnName(String, ResultSet) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
读取列名
getColumnNullable(String, ResultSet) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
判断列是否允许为空
getColumnSize(String, ResultSet) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
读取列长度
getColumnType(String, ResultSet) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
读取列类型名称
getCommand() - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters
 
getCommand() - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters
 
getCommand() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getCommand() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getComment() - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLDecision
 
getComment() - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLTask
 
getCommentOrDefault(String) - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLDecision
获取备注信息,若为空则返回默认拒绝文案
getCompletionTokens() - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
 
getConfig() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
getConfig() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getConfig() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
 
getConfig() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getConfig() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
 
getConfig() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getConfig() - 类 中的方法org.noear.solon.ai.chat.ChatRequest
获取配置
getConfig() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取配置(只读)
getConfig() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
 
getConstraints() - 类 中的方法org.noear.solon.ai.agent.AgentProfile
 
getContent() - 接口 中的方法org.noear.solon.ai.agent.AgentChunk
获取当前块的消息内容
getContent() - 接口 中的方法org.noear.solon.ai.agent.AgentResponse
获取消息内容
getContent() - 类 中的方法org.noear.solon.ai.agent.react.ReActResponse
 
getContent() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleResponse
 
getContent() - 类 中的方法org.noear.solon.ai.agent.team.TeamResponse
 
getContent() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace.TeamRecord
 
getContent() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取消息原始内容
getContent() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取消息原始内容
getContent() - 类 中的方法org.noear.solon.ai.chat.content.AbsMedia
获取内容
getContent() - 类 中的方法org.noear.solon.ai.chat.content.BlobBlock
 
getContent() - 接口 中的方法org.noear.solon.ai.chat.content.ContentBlock
获取内容
getContent() - 类 中的方法org.noear.solon.ai.chat.content.Contents
单模态内容
getContent() - 类 中的方法org.noear.solon.ai.chat.content.TextBlock
 
getContent() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
内容
getContent() - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
内容
getContent() - 类 中的方法org.noear.solon.ai.chat.message.SystemMessage
 
getContent() - 类 中的方法org.noear.solon.ai.chat.message.ToolMessage
内容(兼容单模态LLM)
getContent() - 类 中的方法org.noear.solon.ai.chat.message.UserMessage
内容(兼容单模态LLM)
getContent() - 类 中的方法org.noear.solon.ai.chat.resource.ResourcePack
 
getContent() - 类 中的方法org.noear.solon.ai.generate.GenerateResponse
获取图片
getContent() - 类 中的方法org.noear.solon.ai.rag.Document
获取内容
getContent() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.DocumentData
 
getContentRaw() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
原生内容(可能是 String、Map、List、null)
getContext() - 接口 中的方法org.noear.solon.ai.agent.AgentResponse
获取上下文
getContext() - 类 中的方法org.noear.solon.ai.agent.react.ReActResponse
 
getContext() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取流程快照快照
getContext() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleResponse
 
getContext() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getContext() - 类 中的方法org.noear.solon.ai.agent.team.TeamResponse
 
getContext() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getContext() - 类 中的方法org.noear.solon.ai.flow.events.NodeEvent
 
getContractState(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol
 
getCount() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.CollectionResponse
获取集合中的文档数量
getCreated() - 类 中的方法org.noear.solon.ai.chat.ChatChoice
生成时间
getCurrent(FlowContext) - 类 中的静态方法org.noear.solon.ai.agent.react.ReActTrace
 
getCurrent(FlowContext) - 类 中的静态方法org.noear.solon.ai.agent.team.TeamTrace
 
getCurrentInitializationResult() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Get the current initialization result.
getCurrentInitializationResult() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Get the current initialization result.
getCurrentTime() - 类 中的方法org.noear.solon.ai.skills.sys.SystemClockSkill
 
getCustomInstruction() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.GenericDialect
 
getCustomInstruction() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.H2Dialect
 
getCustomInstruction() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.MySqlDialect
 
getCustomInstruction() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.OracleDialect
 
getCustomInstruction() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.PostgreDialect
 
getCustomInstruction() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.SqliteDialect
 
getCustomInstruction() - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
获取给 AI 的方言特定提示(例如:日期函数的使用习惯)
getData() - 异常错误 中的方法com.agentclientprotocol.sdk.error.AcpProtocolException
Returns the optional additional error data.
getData() - 异常错误 中的方法com.agentclientprotocol.sdk.spec.AcpAgentSession.AcpError
 
getData() - 异常错误 中的方法com.agentclientprotocol.sdk.spec.AcpClientSession.AcpError
 
getData() - 类 中的方法org.noear.solon.ai.chat.content.AbsMedia
获取 base64
getData() - 类 中的方法org.noear.solon.ai.embedding.EmbeddingResponse
获取数据
getData() - 类 中的方法org.noear.solon.ai.generate.GenerateContent
 
getData() - 类 中的方法org.noear.solon.ai.generate.GenerateResponse
获取数据
getData() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.GraphQLResponse
 
getDdlQueryResultDdlNameColumn() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getDdlQuerySqlTemplate() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getDecision(AgentSession, HITLTask) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
 
getDecision(AgentSession, String) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
 
getDefault() - 接口 中的静态方法io.modelcontextprotocol.json.McpJsonMapper
Returns the default McpJsonMapper.
getDefault() - 接口 中的静态方法io.modelcontextprotocol.json.schema.JsonSchemaValidator
Returns the default JsonSchemaValidator.
getDefault() - 类 中的静态方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getDefault() - 类 中的静态方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getDefault() - 类 中的静态方法org.noear.solon.ai.agent.simple.SimpleSystemPrompt
 
getDefault() - 类 中的静态方法org.noear.solon.ai.agent.team.TeamSystemPromptCn
 
getDefault() - 类 中的静态方法org.noear.solon.ai.agent.team.TeamSystemPromptEn
 
getDefaultInterceptors() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDefaultInterceptors() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
获取所有默认拦截器
getDefaultOptions() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getDefaultOptions() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getDefaultOptions() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getDefaultOptions() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDefaultOptions() - 类 中的方法org.noear.solon.ai.generate.GenerateConfig
获取所有默认选项
getDefaultSkills() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDefaultSkills() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
获取所有默认技能
getDefaultTool(String) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDefaultToolContext() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDefaultTools() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDefaultTools() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
获取所有默认工具
getDefaultToolsContext() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
已过时。
getDescription(int) - 类 中的静态方法com.agentclientprotocol.sdk.error.AcpErrorCodes
Returns a human-readable description for the given error code.
getDescription() - 类 中的方法org.noear.solon.ai.chat.skill.SkillMetadata
 
getDescription() - 接口 中的方法org.noear.solon.ai.flow.components.AiComponent
获取组件描述
getDescription() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getDescription() - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getDimension() - 枚举 中的方法org.noear.solon.ai.rag.repository.tcvectordb.EmbeddingModelEnum
 
getDistance() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.Additional
 
getDistances() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取文档距离列表
getDocOp() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DocOpResult
 
getDocuments() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.GetResponse
 
getDocuments() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取文档内容列表
getDuration() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace.TeamRecord
 
getEmbed() - 类 中的方法org.noear.solon.ai.integration.AiProperties
 
getEmbedding() - 类 中的方法org.noear.solon.ai.embedding.Embedding
 
getEmbedding() - 类 中的方法org.noear.solon.ai.rag.Document
设置嵌入矢量
getEmbeddings() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.GetResponse
 
getEmbeddings() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取文档向量列表
getEnableEnhancedCivicAnswers() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getEnv() - 类 中的方法com.agentclientprotocol.sdk.client.transport.AgentParameters
 
getEnv() - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters
 
getEnv() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getEnv() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getError() - 异常错误 中的方法com.agentclientprotocol.sdk.spec.AcpAgentSession.AcpError
 
getError() - 异常错误 中的方法com.agentclientprotocol.sdk.spec.AcpClientSession.AcpError
 
getError() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取错误
getError() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取错误
getError() - 类 中的方法org.noear.solon.ai.embedding.EmbeddingResponse
获取错误
getError() - 类 中的方法org.noear.solon.ai.generate.GenerateResponse
获取异常
getError() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaResponse
 
getError() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取错误类型
getError() - 类 中的方法org.noear.solon.ai.reranking.RerankingResponse
获取错误
getErrorHint(SQLException) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.GenericDialect
 
getErrorHint(SQLException) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.H2Dialect
 
getErrorHint(SQLException) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.MySqlDialect
 
getErrorHint(SQLException) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.OracleDialect
 
getErrorHint(SQLException) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.PostgreDialect
 
getErrorHint(SQLException) - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.SqliteDialect
 
getErrorHint(SQLException) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
根据异常信息提供纠错建议
getErrors() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.GraphQLResponse
 
getErrorSink() - 类 中的方法com.agentclientprotocol.sdk.client.transport.StdioAcpClientTransport
 
getErrorSink() - 类 中的方法io.modelcontextprotocol.client.transport.StdioClientTransport
 
getExample() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getExtra(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getExtra(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getExtraAs(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getExtraAs(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getExtras() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getExtras() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getFeedbackDescription(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getFeedbackDescription(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getFeedbackReasonDescription(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getFeedbackReasonDescription(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getFields() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.Doc
 
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.MetadataField
 
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.elasticsearch.MetadataField
获取字段类型
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.mysql.MetadataField
 
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.opensearch.MetadataField
获取字段类型
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.pgvector.MetadataField
 
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.redis.MetadataField
 
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.tcvectordb.MetadataField
获取字段类型
getFieldType() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.MetadataField
获取字段类型
getFilterExpression() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取过滤器(用于查询结果的二次过滤)
getFinalAnswer() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getFinalAnswer() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getFinalKey(String) - 类 中的方法org.noear.solon.ai.skills.data.RedisSkill
获取最终的 Redis Key
getFinalPrompt() - 类 中的方法org.noear.solon.ai.chat.ChatRequest
获取最终提示语(方便进行动态调整)
getFinishMarker() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
获取完成标记(若未设置,默认生成 [NAME_FINISH])
getFinishMarker() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
获取终结标识符(兜底生成模式)
getFinishReason() - 类 中的方法org.noear.solon.ai.chat.ChatChoice
完成原因
getFirstMessage() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取首条消息
getFirstMessage() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
getFormat() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getFormattedHistory() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取人性化历史记录格式
getFormattedHistory() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
获取全量格式化历史
getFormattedHistory(int) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getFormattedHistory(int, boolean) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
渲染协作历史(Markdown 格式)
getFormattedPlans() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取格式化的计划文本 (用于注入 System Prompt)
getFrequencyPenalty() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getFreshness() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取热度(时间范围)
getFullDdlCreateTableSqlDot() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getFullDdlCreateTableSqlLeftDelimitedIdentifier() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getFullDdlCreateTableSqlPrefix() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getFullDdlCreateTableSqlRightDelimitedIdentifier() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getFullDdlCreateTableSqlTruncationSymbol() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getFullTextWeight() - 类 中的方法org.noear.solon.ai.rag.util.HybridSearchParams
全文权重
getGenericType() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get the generic type, preserving type parameters.
getGet() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.Data
 
getGlobalState() - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol.A2AState
 
getGraph() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
getGraph() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
 
getGraphAdjuster() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getGraphAdjuster() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getHandler() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getHandlers() - 类 中的方法com.agentclientprotocol.sdk.agent.support.handler.ReturnValueHandlerComposite
Get the list of registered handlers.
getHeaders() - 类 中的方法org.noear.solon.ai.AiConfig
 
getHeaders() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getHeaders() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getHeaders() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getHeartbeatInterval() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getHttpFactory() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getHttpProxy() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getHttpSsl() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getHttpTimeout() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getHybridSearchParams() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取混合搜索参数
getId() - 类 中的方法io.modelcontextprotocol.spec.McpServerSession
Retrieve the session id.
getId() - 类 中的方法io.modelcontextprotocol.spec.McpStreamableServerSession
Return the Session ID.
getId() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
调用id(用于回传)
getId() - 类 中的方法org.noear.solon.ai.rag.Document
获取 id
getId() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.CollectionResponse
获取集合ID
getId() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.Doc
 
getId() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DocOpResult
 
getId() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.Additional
 
getIds() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.GetResponse
 
getIds() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取文档ID列表
getImage() - 类 中的方法org.noear.solon.ai.integration.AiProperties
 
getImageConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getImageSize() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.ImageConfig
 
getIncludeThoughts() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.ThinkingConfig
 
getIndex() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get the parameter index (0-based), or -1 for return type.
getIndex() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
索引位(流式调用时)
getIndex() - 类 中的方法org.noear.solon.ai.embedding.Embedding
 
getIndex() - 类 中的方法org.noear.solon.ai.reranking.Reranking
 
getInitializationTimeout() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getInput(FlowContext, Node) - 接口 中的方法org.noear.solon.ai.flow.components.AiIoComponent
获取组件数据输入
getInput(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.inputs.ConsoleInputCom
 
getInput(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.inputs.WebInputCom
 
getInputAsString(Object) - 类 中的静态方法org.noear.solon.ai.flow.components.outputs.VarOutputCom
 
getInputModes() - 类 中的方法org.noear.solon.ai.agent.AgentProfile
 
getInputName(Node) - 接口 中的方法org.noear.solon.ai.flow.components.AiIoComponent
获取组件数据输入名字(有默认,可以配置)
getInputSchema() - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getInputSchemaOr(String) - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getInstance() - 类 中的静态方法org.noear.solon.ai.chat.tool.MethodExecuteHandler
 
getInstance() - 类 中的静态方法org.noear.solon.ai.chat.tool.ToolCallResultConverterDefault
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.claude.ClaudeChatDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeChatDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeEmbeddingDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeGenerateDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.dashscope.DashscopeRerankingDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.gemini.GeminiChatDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.ollama.OllamaChatDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.ollama.OllamaEmbeddingDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.ollama.OllamaGenerateDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.openai.OpenaiChatDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.openai.OpenaiEmbeddingDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.openai.OpenaiGenerateDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.openai.OpenaiRerankingDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.llm.dialect.openai.OpenaiResponsesDialect
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.chroma.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.dashvector.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.elasticsearch.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.milvus.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.mysql.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.opensearch.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.pgvector.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.qdrant.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.redis.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.tcvectordb.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.rag.repository.weaviate.FilterTransformer
 
getInstance() - 类 中的静态方法org.noear.solon.ai.skills.restapi.resolver.OpenApiResolver
 
getInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getInstruction(SimpleTrace) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleSystemPrompt
获取指令文本
getInstruction(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptCn
核心指令构造逻辑:按维度拼装 Prompt 块
getInstruction(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptEn
构建核心指令集:采用 Markdown 分层结构提升 LLM 遵循度
getInstruction(Prompt) - 接口 中的方法org.noear.solon.ai.chat.skill.Skill
动态指令注入:生成并注入到 System Message 的描述性文本(如果使用 MD 层级,从第三级开始) 用于约束 AI 如何使用该技能下的工具
getInstruction(Prompt) - 类 中的方法org.noear.solon.ai.chat.skill.SkillDesc
 
getInstruction(Prompt) - 类 中的方法org.noear.solon.ai.mcp.client.McpSkillClient
动态指令获取:从远程服务端获取针对当前上下文优化后的 System Message 指令
getInstruction(Prompt) - 类 中的方法org.noear.solon.ai.skills.claudecode.CliSkill
已过时。
 
getInstruction(Prompt) - 类 中的方法org.noear.solon.ai.skills.cli.CliSkill
 
getInstruction(Prompt) - 类 中的方法org.noear.solon.ai.skills.restapi.RestApiSkill
 
getInstruction(Prompt) - 类 中的方法org.noear.solon.ai.skills.text2sql.Text2SqlSkill
 
getInstructionMcp(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpSkillServer
导出指令获取逻辑为 MCP 工具
getInterceptors() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getInterceptors() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getItems() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getJsonRpcError() - 异常错误 中的方法io.modelcontextprotocol.spec.McpError
 
getLanguageCode() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig
 
getLastAgentContent() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
提取最近一位专家 Agent(非 Supervisor)的内容
getLastAgentDuration() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getLastAgentName() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getLastAssistantMessage() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取最后 Assistant 消息
getLastAssistantMessage() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
getLastDecision() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getLastFinishReasonNormalized() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取归一化后的 finishReason,如果没有则返回默认值 "stop"
getLastMessage() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取最后消息
getLastMessage() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
getLastObservation() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getLastPayload() - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol.A2AState
 
getLastReasonMessage() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getLastTempTarget() - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol.A2AState
 
getLatestMessages(int) - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
 
getLatestMessages(int) - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
 
getLatestMessages(int) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
获取最近消息
getLatestMessages(int) - 类 中的方法org.noear.solon.ai.chat.session.FileChatSession
 
getLatestMessages(int) - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
获取最近消息
getLatestMessages(int) - 类 中的方法org.noear.solon.ai.chat.session.RedisChatSession
 
getLimit() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取限制条数
getLocale() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getLocale() - 接口 中的方法org.noear.solon.ai.agent.react.ReActSystemPrompt
获取语言环境 (默认中文)
getLocale() - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getLocale() - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getLocale() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getLocale() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getLocale() - 接口 中的方法org.noear.solon.ai.agent.team.TeamSystemPrompt
获取提示词对应的语言环境
getLocale() - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptCn
 
getLocale() - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptEn
 
getLogprobs() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getMarketplace() - 类 中的方法org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol.MarketState
 
getMaximum() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMaxItems() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMaxLength() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMaxMessages() - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
获取最大消息数
getMaxOutputTokens() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getMaxProperties() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMaxRetries() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getMaxRetries() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getMaxRetries() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getMaxSteps() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getMaxStepsLimit() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getMaxTurns() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getMcpEndpoint() - 接口 中的方法io.modelcontextprotocol.server.transport.IMcpHttpServerTransport
 
getMcpEndpoint() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxSseServerTransportProvider
 
getMcpEndpoint() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStatelessServerTransport
 
getMcpEndpoint() - 类 中的方法io.modelcontextprotocol.server.transport.WebRxStreamableServerTransportProvider
 
getMcpEndpoint() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
获取 mcp 端点
getMcpEndpoint() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
 
getMcpEndpoint() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
 
getMcpEndpoint() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
MCP 端点
getMediaResolution() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getMessage() - 类 中的方法org.noear.solon.ai.agent.AbsAgentChunk
 
getMessage() - 接口 中的方法org.noear.solon.ai.agent.AgentChunk
获取当前块的消息
getMessage() - 接口 中的方法org.noear.solon.ai.agent.AgentResponse
获取消息
getMessage() - 类 中的方法org.noear.solon.ai.agent.react.ReActResponse
 
getMessage() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleResponse
 
getMessage() - 类 中的方法org.noear.solon.ai.agent.team.TeamResponse
 
getMessage() - 类 中的方法org.noear.solon.ai.chat.ChatChoice
消息
getMessage() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取消息
getMessage() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取消息
getMessage() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaResponse
 
getMessage() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取错误消息
getMessage() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorResponse
 
getMessage() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DocOpResult
 
getMessageEndpoint() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
获取 message 端点(有可能与 mcp 端点相关)
getMessageEndpoint() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
 
getMessageEndpoint() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
 
getMessageEndpoint() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
已过时。
3.5
getMessages() - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
 
getMessages() - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
 
getMessages() - 接口 中的方法org.noear.solon.ai.chat.ChatSession
获取消息
getMessages() - 类 中的方法org.noear.solon.ai.chat.ChatSessionDefault
已过时。
获取所有消息
getMessages() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取消息
getMessages() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
getMessages() - 类 中的方法org.noear.solon.ai.chat.session.FileChatSession
 
getMessages() - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
获取所有消息
getMessages() - 类 中的方法org.noear.solon.ai.chat.session.RedisChatSession
 
getMeta(String, T) - 类 中的方法org.noear.solon.ai.agent.AgentProfile
安全获取元数据(泛型支持)
getMetadata() - 类 中的方法org.noear.solon.ai.agent.AgentProfile
 
getMetadata() - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
获取元数据
getMetadata() - 类 中的方法org.noear.solon.ai.chat.message.ChatMessageBase
获取元数据
getMetadata() - 类 中的方法org.noear.solon.ai.rag.Document
获取元数据
getMetadata(String) - 类 中的方法org.noear.solon.ai.rag.Document
获取元数据
getMetadata() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.CollectionResponse
获取集合元数据
getMetadata() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.DocumentData
 
getMetadataAs(String) - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
获取元数据
getMetadataAs(String) - 类 中的方法org.noear.solon.ai.chat.message.ChatMessageBase
 
getMetadatas() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.GetResponse
 
getMetadatas() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.QueryResponse
获取文档元数据列表
getMethod() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Get the method to invoke.
getMethod() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get the method this parameter belongs to.
getMethod() - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getMetrics() - 接口 中的方法org.noear.solon.ai.agent.AgentResponse
获取执行指标(如 Token 消耗、耗时等)
getMetrics() - 接口 中的方法org.noear.solon.ai.agent.AgentTrace
 
getMetrics() - 类 中的方法org.noear.solon.ai.agent.react.ReActResponse
 
getMetrics() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getMetrics() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleResponse
 
getMetrics() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getMetrics() - 类 中的方法org.noear.solon.ai.agent.team.TeamResponse
 
getMetrics() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getMimeType() - 类 中的方法org.noear.solon.ai.chat.content.AbsMedia
获取 mimeType
getMimeType() - 类 中的方法org.noear.solon.ai.chat.content.AudioBlock
 
getMimeType() - 类 中的方法org.noear.solon.ai.chat.content.BlobBlock
 
getMimeType() - 接口 中的方法org.noear.solon.ai.chat.content.ContentBlock
获取多媒体类型
getMimeType() - 类 中的方法org.noear.solon.ai.chat.content.ImageBlock
 
getMimeType() - 类 中的方法org.noear.solon.ai.chat.content.TextBlock
 
getMimeType() - 类 中的方法org.noear.solon.ai.chat.content.VideoBlock
 
getMimeType() - 类 中的方法org.noear.solon.ai.generate.GenerateContent
 
getMinimum() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMinItems() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMinLength() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getMinProperties() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getModel() - 类 中的方法org.noear.solon.ai.AiConfig
 
getModel() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getModel() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取模型
getModel() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取模型
getModel() - 类 中的方法org.noear.solon.ai.embedding.EmbeddingResponse
获取模型
getModel() - 类 中的方法org.noear.solon.ai.generate.GenerateResponse
获取模型
getModel() - 类 中的方法org.noear.solon.ai.reranking.RerankingResponse
获取模型
getModelName() - 枚举 中的方法org.noear.solon.ai.rag.repository.tcvectordb.EmbeddingModelEnum
 
getModelOptions() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getModelOptions() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getModelOptions() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
 
getModifiedArgs() - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLDecision
 
getMonoGenericType(AcpMethodParameter) - 类 中的静态方法com.agentclientprotocol.sdk.agent.support.handler.MonoHandler
Get the generic type parameter of the Mono (e.g., PromptResponse from Mono<PromptResponse>).
getMultiSpeakerVoiceConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig
 
getName() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get the parameter name (requires -parameters compiler flag).
getName() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getName() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getName() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getName() - 类 中的方法org.noear.solon.ai.chat.message.ToolMessage
函数名
getName() - 类 中的方法org.noear.solon.ai.chat.skill.SkillMetadata
 
getName() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
函数名字
getName() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getName() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
名字
getName() - 类 中的方法org.noear.solon.ai.rag.repository.chroma.CollectionResponse
获取集合名称
getName() - 枚举 中的方法org.noear.solon.ai.rag.repository.dashvector.FieldType
 
getName() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.MetadataField
 
getName() - 类 中的方法org.noear.solon.ai.rag.repository.elasticsearch.MetadataField
获取字段名
getName() - 类 中的方法org.noear.solon.ai.rag.repository.mysql.MetadataField
 
getName() - 类 中的方法org.noear.solon.ai.rag.repository.opensearch.MetadataField
获取字段名称
getName() - 类 中的方法org.noear.solon.ai.rag.repository.pgvector.MetadataField
 
getName() - 类 中的方法org.noear.solon.ai.rag.repository.redis.MetadataField
 
getName() - 类 中的方法org.noear.solon.ai.rag.repository.tcvectordb.MetadataField
获取字段名
getName() - 类 中的方法org.noear.solon.ai.rag.repository.vectorex.MetadataField
 
getName() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.MetadataField
获取字段名
getName() - 接口 中的方法org.noear.solon.ai.skills.restapi.ApiResolver
 
getName() - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getName() - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.OpenApiResolver
 
getName() - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.OpenApiV2Resolver
 
getName() - 类 中的方法org.noear.solon.ai.skills.restapi.resolver.OpenApiV3Resolver
 
getName() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.GenericDialect
 
getName() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.H2Dialect
 
getName() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.MySqlDialect
 
getName() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.OracleDialect
 
getName() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.PostgreDialect
 
getName() - 类 中的方法org.noear.solon.ai.skills.text2sql.dialect.SqliteDialect
 
getName() - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
获取方言名称
getNaturalInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getNaturalInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getNextAgent() - 类 中的方法org.noear.solon.ai.agent.team.protocol.SequentialProtocol.SequenceState
 
getNode() - 类 中的方法org.noear.solon.ai.agent.react.task.ActionChunk
 
getNode() - 类 中的方法org.noear.solon.ai.agent.react.task.PlanChunk
 
getNode() - 类 中的方法org.noear.solon.ai.agent.react.task.ReasonChunk
 
getNode() - 类 中的方法org.noear.solon.ai.agent.team.NodeChunk
获取当前正在执行的流程节点信息
getNode() - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorChunk
 
getNode() - 类 中的方法org.noear.solon.ai.flow.events.NodeEvent
 
getNullable() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getObjectMapper() - 类 中的方法io.modelcontextprotocol.json.jackson.JacksonMcpJsonMapper
Returns the underlying Jackson ObjectMapper used for JSON serialization and deserialization.
getOptions() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getOptions() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getOptions() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getOptions() - 类 中的方法org.noear.solon.ai.chat.ChatRequest
获取选项
getOptions() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取选项
getOptions() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
 
getOrder() - 接口 中的方法com.agentclientprotocol.sdk.agent.support.interceptor.AcpInterceptor
Get the order of this interceptor.
getOriginalPrompt() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getOriginalPrompt() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getOriginalPrompt() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getOriginalPrompt() - 类 中的方法org.noear.solon.ai.chat.ChatRequest
获取原始提示语
getOutput() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorResponse
 
getOutputKey() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getOutputKey() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getOutputKey() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getOutputModes() - 类 中的方法org.noear.solon.ai.agent.AgentProfile
 
getOutputName(Node) - 接口 中的方法org.noear.solon.ai.flow.components.AiIoComponent
获取组件数据输出名字(有默认,可以配置)
getOutputSchema() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getOutputSchema() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getOutputSchema() - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getOutputSchemaOr(String) - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getParameters() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Get the pre-computed parameter metadata.
getParameterType() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpMethodParameter
Get the parameter type, or return type if index is -1.
getPath() - 类 中的方法org.noear.solon.ai.skills.restapi.ApiTool
 
getPattern() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getPendingReason() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取挂起的原因或提示信息
getPendingReason() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
获取挂起的原因或提示信息
getPendingTask(AgentSession) - 类 中的静态方法org.noear.solon.ai.agent.react.intercept.HITL
获取会话中当前挂起的任务信息
getPheromones() - 类 中的方法org.noear.solon.ai.agent.team.protocol.SwarmProtocol.SwarmState
 
getPlanningInstruction(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getPlanProgress() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取当前的执行进度描述
getPlans() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取当前执行计划
getPrebuiltVoiceConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig.VoiceConfig
 
getPresencePenalty() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getProcessBuilder() - 类 中的方法com.agentclientprotocol.sdk.client.transport.StdioAcpClientTransport
Creates and returns a new ProcessBuilder instance.
getProcessBuilder() - 类 中的方法io.modelcontextprotocol.client.transport.StdioClientTransport
Creates and returns a new ProcessBuilder instance.
getProfile() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getProfile() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getProfile() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getPrompt(McpSchema.GetPromptRequest) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Retrieves a specific prompt by its ID.
getPrompt(McpSchema.GetPromptRequest) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
 
getPrompt(String, Map<String, Object>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
获取提示语
getPromptContext() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the async prompt context if available.
getPromptRegistry() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
获取提示词注册表
getPromptRegistry() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
 
getPromptRegistry() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
 
GetPromptRequest(String, Map<String, Object>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.GetPromptRequest
 
GetPromptRequest(String, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.GetPromptRequest
 
getPromptRequest(String, Map<String, Object>) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
获取提示语
GetPromptResult(String, List<McpSchema.PromptMessage>, Map<String, Object>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.GetPromptResult
 
GetPromptResult(String, List<McpSchema.PromptMessage>) - 类 的构造器io.modelcontextprotocol.spec.McpSchema.GetPromptResult
 
getPrompts() - 类 中的方法org.noear.solon.ai.chat.prompt.MethodPromptProvider
 
getPrompts() - 接口 中的方法org.noear.solon.ai.chat.prompt.PromptProvider
获取提示语
getPrompts() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
 
getPrompts(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
 
getPrompts() - 类 中的方法org.noear.solon.ai.mcp.client.McpProviders
获取提示语
getPrompts() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
 
getPromptsChangeConsumer() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getPromptTokens() - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
 
getProperties() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getProperty(FlowContext, String) - 接口 中的方法org.noear.solon.ai.flow.components.AiPropertyComponent
设置属性
getPropertyAll(FlowContext, String) - 接口 中的方法org.noear.solon.ai.flow.components.AiPropertyComponent
 
getPropertyOrdering() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getProtocol() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getProtocol() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getProtocol() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getProtocol() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getProtocolContext() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
获取协议私有上下文
getProtocolContextAs(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getProtocolDashboardSnapshot() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
获取协议状态快照(JSON 格式,供 Agent 感知全局进度)
getProtocolTool(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getProtocolTools() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getProvider() - 类 中的方法org.noear.solon.ai.AiConfig
 
getProvider() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getProvider(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpProviders
获取提供者
getProviders() - 类 中的方法org.noear.solon.ai.mcp.client.McpProviders
获取所有提供者
getProxy() - 类 中的方法org.noear.solon.ai.AiConfig
 
getProxy() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getQuery() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取查询字符串
getReasoning() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
 
getReasoningFieldName() - 类 中的方法org.noear.solon.ai.chat.ChatConfig
 
getReasoningFieldName() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
 
getRecordCount() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getRecords() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getRecordWindowSize() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getRelation(String, ResultSet) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
获取外键关系描述
getRelevanceScore() - 类 中的方法org.noear.solon.ai.reranking.Reranking
 
getRemark(String, ResultSet) - 接口 中的方法org.noear.solon.ai.skills.text2sql.SqlDialect
读取表或列的注释备注
getRepository(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.repositorys.AbsRepositoryCom
 
getRepository(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.repositorys.InMemoryRepositoryCom
 
getRepository(FlowContext, Node) - 类 中的方法org.noear.solon.ai.flow.components.repositorys.RedisRepositoryCom
 
getRequest() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the request object.
getRequest(Class<T>) - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the request cast to a specific type.
getRequest() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
 
getRequest() - 类 中的方法org.noear.solon.ai.chat.interceptor.ToolRequest
获取模型请求
getRequestTimeout() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getRequiredList() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getRerank() - 类 中的方法org.noear.solon.ai.integration.AiProperties
 
getResolvers() - 类 中的方法com.agentclientprotocol.sdk.agent.support.resolver.ArgumentResolverComposite
Get the list of registered resolvers.
getResourceRegistry() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
获取资源注册表
getResourceRegistry() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
 
getResourceRegistry() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
 
getResources() - 类 中的方法org.noear.solon.ai.chat.resource.MethodResourceProvider
 
getResources() - 类 中的方法org.noear.solon.ai.chat.resource.ResourcePack
 
getResources() - 接口 中的方法org.noear.solon.ai.chat.resource.ResourceProvider
获取资源
getResources() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
 
getResources(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
 
getResources() - 类 中的方法org.noear.solon.ai.mcp.client.McpProviders
获取资源
getResources() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
 
getResourcesChangeConsumer() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getResourcesUpdateConsumer() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getResourceTemplates() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
 
getResourceTemplates(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.react.ReActChunk
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.react.task.PlanChunk
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.react.task.ReasonChunk
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.simple.ChatChunk
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleChunk
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorChunk
 
getResponse() - 类 中的方法org.noear.solon.ai.agent.team.TeamChunk
 
GetResponse - org.noear.solon.ai.rag.repository.chroma中的类
Chroma 获取文档响应
GetResponse() - 类 的构造器org.noear.solon.ai.rag.repository.chroma.GetResponse
 
getResponseData() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取响应数据
getResponseData() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取响应数据
getResponseJsonSchema() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getResponseLogprobs() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getResponseMimeType() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getResponseModalities() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getResponseSchema() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getResultContent() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取消息结果内容(清理过思考)
getResultContent() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取消息结果内容(清理过思考)
getResultContent() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
 
getResults() - 类 中的方法org.noear.solon.ai.reranking.RerankingResponse
获取数据
getRetryDelayMs() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getRetryDelayMs() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getRetryDelayMs() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getReturnType() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpHandlerMethod
Get the return type metadata.
getROI() - 类 中的方法org.noear.solon.ai.agent.team.protocol.MarketBasedProtocol.MarketState.AgentProfile
 
getRole() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getRole(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getRole(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getRole() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getRole(SimpleTrace) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleSystemPrompt
获取角色文本
getRole() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getRole(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptCn
 
getRole(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptEn
 
getRole() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace.TeamRecord
 
getRole() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
角色
getRole() - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
角色
getRole() - 类 中的方法org.noear.solon.ai.chat.message.SystemMessage
角色
getRole() - 类 中的方法org.noear.solon.ai.chat.message.ToolMessage
角色
getRole() - 类 中的方法org.noear.solon.ai.chat.message.UserMessage
角色
getRounds() - 类 中的方法org.noear.solon.ai.agent.team.protocol.ContractNetProtocol.ContractState
 
getRoute() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getRoute() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getSchema() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.WeaviateClient
获取 schema
getScore() - 类 中的方法org.noear.solon.ai.rag.Document
获取评分
getScore() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.Doc
 
getSearchResultsRaw() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
搜索结果原始数据
getSearchType() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取搜索类型
getSeed() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getSequenceState(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.protocol.SequentialProtocol
 
getServer() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
 
getServer() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
 
getServer() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
获取服务端(postStart 后有效)
getServerCapabilities() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Get the server capabilities that define the supported features and functionality.
getServerCapabilities() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Get the server capabilities that define the supported features and functionality.
getServerCapabilities() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Get the server capabilities that define the supported features and functionality.
getServerCapabilities() - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
Get the server capabilities that define the supported features and functionality.
getServerCapabilities() - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
Get the server capabilities that define the supported features and functionality.
getServerCapabilities() - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Get the server capabilities that define the supported features and functionality.
getServerInfo() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Get the server implementation information.
getServerInfo() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Get the server implementation information.
getServerInfo() - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Get the server implementation information.
getServerInfo() - 类 中的方法io.modelcontextprotocol.server.McpStatelessAsyncServer
Get the server implementation information.
getServerInfo() - 类 中的方法io.modelcontextprotocol.server.McpStatelessSyncServer
Get the server implementation information.
getServerInfo() - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Get the server implementation information.
getServerInstructions() - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Get the server instructions that provide guidance to the client on how to interact with this server.
getServerInstructions() - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Get the server instructions that provide guidance to the client on how to interact with this server.
getServerParameters() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
getSession() - 类 中的方法org.noear.solon.ai.agent.AbsAgentChunk
 
getSession() - 接口 中的方法org.noear.solon.ai.agent.AgentChunk
获取所属会话
getSession() - 接口 中的方法org.noear.solon.ai.agent.AgentResponse
获取会话
getSession(String) - 接口 中的方法org.noear.solon.ai.agent.AgentSessionProvider
获取指定实例的会话 逻辑约定: 若会话已存在,则返回现有实例(保持上下文连续)。
getSession() - 类 中的方法org.noear.solon.ai.agent.react.ReActResponse
 
getSession() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getSession() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleResponse
 
getSession() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleTrace
 
getSession() - 类 中的方法org.noear.solon.ai.agent.team.TeamResponse
 
getSession() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getSession() - 类 中的方法org.noear.solon.ai.chat.ChatRequest
获取会话
getSession(String) - 接口 中的方法org.noear.solon.ai.chat.ChatSessionFactory
获取会话
getSession(String) - 接口 中的方法org.noear.solon.ai.chat.ChatSessionProvider
获取指定实例的会话 逻辑约定: 若会话已存在,则返回现有实例(保持上下文连续)。
getSessionId() - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Returns the session ID for this prompt invocation.
getSessionId() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the session ID if available.
getSessionId() - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Returns the session ID for this prompt invocation.
getSessionId() - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
 
getSessionId() - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
 
getSessionId() - 接口 中的方法org.noear.solon.ai.chat.ChatSession
获取会话id
getSessionId() - 类 中的方法org.noear.solon.ai.chat.ChatSessionDefault
已过时。
获取会话id
getSessionId() - 类 中的方法org.noear.solon.ai.chat.session.FileChatSession
 
getSessionId() - 类 中的方法org.noear.solon.ai.chat.session.InMemoryChatSession
获取会话id
getSessionId() - 类 中的方法org.noear.solon.ai.chat.session.RedisChatSession
 
getSessionWindowSize() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getSessionWindowSize() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getSessionWindowSize() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getShcemaTableQueryAndSchemaSqlTemplate() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getShcemaTableQueryAndTableSqlTemplate() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getShcemaTableQueryResultSchemeNameColumn() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getShcemaTableQueryResultTableNameColumn() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getShcemaTableQuerySql() - 类 中的方法org.noear.solon.ai.rag.loader.DdlLoadConfig
 
getSimilarityThreshold() - 类 中的方法org.noear.solon.ai.rag.util.QueryCondition
获取相似度阈值
getSkill(AgentSession) - 类 中的方法org.noear.solon.ai.skills.cli.CodeCLI
 
getSkillInstruction() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getSkillInstruction() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getSnapshot() - 接口 中的方法org.noear.solon.ai.agent.AgentSession
获取当前状态快照(用于状态回溯或持久化导出)
getSnapshot() - 类 中的方法org.noear.solon.ai.agent.session.FileAgentSession
 
getSnapshot() - 类 中的方法org.noear.solon.ai.agent.session.InMemoryAgentSession
 
getSnapshot() - 类 中的方法org.noear.solon.ai.agent.session.RedisAgentSession
 
getSource() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace.TeamRecord
 
getSource() - 类 中的方法org.noear.solon.ai.AiUsage
源数据
getSpeaker() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig.SpeakerVoiceConfig
 
getSpeakerVoiceConfigs() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig.MultiSpeakerVoiceConfig
 
getSpeechConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getStepCount() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getStopSequences() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getStreamSink() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getStreamSink() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleOptions
 
getStreamSink() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getStyle() - 类 中的方法org.noear.solon.ai.agent.AgentProfile
 
getStyle() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getSummary() - 类 中的方法org.noear.solon.ai.rag.Document
获取摘要
getSyncPromptContext() - 类 中的方法com.agentclientprotocol.sdk.agent.support.AcpInvocationContext
Get the sync prompt context if available.
getSystemContent() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取系统消息内容
getSystemContent() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
getSystemPrompt(ReActTrace) - 接口 中的方法org.noear.solon.ai.agent.react.ReActSystemPrompt
获取原始提示词模板
getSystemPrompt(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptCn
 
getSystemPrompt(ReActTrace) - 类 中的方法org.noear.solon.ai.agent.react.ReActSystemPromptEn
 
getSystemPrompt(SimpleTrace) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleSystemPrompt
组合 角色 (Role) 与 指令 (Instruction) 文本
getSystemPrompt(TeamTrace) - 接口 中的方法org.noear.solon.ai.agent.team.TeamSystemPrompt
获取未渲染的原始提示词模板
getSystemPrompt(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptCn
构建完整的系统提示词模板
getSystemPrompt(TeamTrace) - 类 中的方法org.noear.solon.ai.agent.team.TeamSystemPromptEn
 
getSystemPromptFor(ReActTrace, FlowContext) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
根据当前上下文获取动态渲染的系统提示词
getSystemPromptFor(SimpleTrace, FlowContext) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getSystemPromptFor(TeamTrace, FlowContext) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
 
getTableSchema(String) - 类 中的方法org.noear.solon.ai.skills.text2sql.Text2SqlSkill
 
getTask(TaskQueryParams) - 类 中的方法io.a2a_preview.client.A2AClient
Get the status of a task
getTaskHistory(String) - 类 中的方法io.a2a_preview.server.A2AServer
Get task history
GetTaskHistoryResponse - io.a2a_preview.model中的类
 
GetTaskHistoryResponse() - 类 的构造器io.a2a_preview.model.GetTaskHistoryResponse
 
getTaskPool() - 类 中的方法org.noear.solon.ai.agent.team.protocol.SwarmProtocol.SwarmState
 
GetTaskPushNotificationRequest - io.a2a_preview.model中的类
 
GetTaskPushNotificationRequest() - 类 的构造器io.a2a_preview.model.GetTaskPushNotificationRequest
 
GetTaskPushNotificationResponse - io.a2a_preview.model中的类
 
GetTaskPushNotificationResponse() - 类 的构造器io.a2a_preview.model.GetTaskPushNotificationResponse
 
GetTaskRequest - io.a2a_preview.model中的类
 
GetTaskRequest() - 类 的构造器io.a2a_preview.model.GetTaskRequest
 
GetTaskResponse - io.a2a_preview.model中的类
 
GetTaskResponse() - 类 的构造器io.a2a_preview.model.GetTaskResponse
 
getTaskUrl() - 类 中的方法org.noear.solon.ai.generate.GenerateConfig
获取任务地址
getTaskUrlAndId(String) - 类 中的方法org.noear.solon.ai.generate.GenerateConfig
获取任务地址和ID
getTemperature() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getTerminalOutput(AcpSchema.TerminalOutputRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.AcpAsyncAgent
Requests terminal output from the client.
getTerminalOutput(AcpSchema.TerminalOutputRequest) - 类 中的方法com.agentclientprotocol.sdk.agent.AcpSyncAgent
Requests terminal output from the client.
getTerminalOutput(AcpSchema.TerminalOutputRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.PromptContext
Requests terminal output from the client.
getTerminalOutput(AcpSchema.TerminalOutputRequest) - 接口 中的方法com.agentclientprotocol.sdk.agent.SyncPromptContext
Requests terminal output from the client.
getText() - 类 中的方法org.noear.solon.ai.generate.GenerateContent
 
getText() - 类 中的方法org.noear.solon.ai.reranking.Reranking
 
getThinkingBudget() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.ThinkingConfig
 
getThinkingConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getThinkingLevel() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.ThinkingConfig
 
getTimeout() - 类 中的方法org.noear.solon.ai.AiConfig
 
getTimeout() - 类 中的方法org.noear.solon.ai.chat.ChatConfigReadonly
 
getTimeout() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getTimeout() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getTitle() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getTitle() - 类 中的方法org.noear.solon.ai.rag.Document
获取标题
getTool(String) - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getTool(String) - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getTool(String, String) - 类 中的静态方法org.noear.solon.ai.agent.util.FeedbackTool
 
getTool() - 类 中的方法org.noear.solon.ai.chat.interceptor.ToolChain
获取工具
getToolCallCount() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
获取已触发的工具调用总数
getToolCallId() - 类 中的方法org.noear.solon.ai.chat.message.ToolMessage
工具调用标识
getToolCalls() - 类 中的方法org.noear.solon.ai.agent.react.task.ReasonChunk
 
getToolCalls() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
工具调用
getToolCallsRaw() - 类 中的方法org.noear.solon.ai.chat.message.AssistantMessage
工具高用原始数据(需要回传)
getToolContext() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getToolContext() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getToolName() - 类 中的方法org.noear.solon.ai.agent.react.intercept.HITLTask
获取拟调用的工具名
getToolName() - 类 中的方法org.noear.solon.ai.agent.react.task.ActionChunk
 
getToolRegistry() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerHost
获取工具注册表
getToolRegistry() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatefulMcpServerHost
 
getToolRegistry() - 类 中的方法org.noear.solon.ai.mcp.server.manager.StatelessMcpServerHost
 
getTools() - 类 中的方法org.noear.solon.ai.agent.react.ReActOptions
 
getTools() - 类 中的方法org.noear.solon.ai.agent.team.TeamOptions
 
getTools(Prompt) - 类 中的方法org.noear.solon.ai.chat.skill.AbsSkill
 
getTools(Prompt) - 接口 中的方法org.noear.solon.ai.chat.skill.Skill
动态工具注入:获取该技能挂载的所有功能工具
getTools(Prompt) - 类 中的方法org.noear.solon.ai.chat.skill.SkillDesc
 
getTools() - 类 中的方法org.noear.solon.ai.chat.tool.MethodToolProvider
 
getTools() - 接口 中的方法org.noear.solon.ai.chat.tool.ToolProvider
获取工具
getTools() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
获取函数工具(可用于模型绑定)
getTools(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider
获取函数工具(可用于模型绑定)
getTools() - 类 中的方法org.noear.solon.ai.mcp.client.McpProviders
获取工具
getTools(Prompt) - 类 中的方法org.noear.solon.ai.mcp.client.McpSkillClient
 
getTools() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
获取所有工具
getTools(Prompt) - 类 中的方法org.noear.solon.ai.mcp.server.McpSkillServer
 
getTools(Prompt) - 类 中的方法org.noear.solon.ai.skills.restapi.RestApiSkill
 
getTools(Prompt) - 类 中的方法org.noear.solon.ai.skills.text2sql.Text2SqlSkill
 
getToolsChangeConsumer() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getToolsContext() - 类 中的方法org.noear.solon.ai.chat.interceptor.ToolRequest
 
getToolsMcp(String) - 类 中的方法org.noear.solon.ai.mcp.server.McpSkillServer
 
getToolsName(Prompt) - 类 中的方法org.noear.solon.ai.mcp.server.McpSkillServer
 
getToolsStream() - 类 中的方法org.noear.solon.ai.mcp.client.McpSkillClient
获取远程导出的工具流 过滤策略:自动剔除标记为 "hide" 的管理类工具(即元数据同步工具),仅保留业务工具
getTopK() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getTopP() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.GenerationConfig
 
getTotalDuration() - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
 
getTotalTokens() - 类 中的方法org.noear.solon.ai.agent.trace.Metrics
 
getTrace(AgentSession) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
获取会话中的执行轨迹
getTrace(FlowContext, Prompt) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.react.ReActResponse
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.react.task.ActionChunk
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.react.task.PlanChunk
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.react.task.ReasonChunk
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.simple.ChatChunk
 
getTrace(FlowContext, Prompt) - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgent
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleResponse
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.team.NodeChunk
获取关联的团队执行轨迹
getTrace() - 类 中的方法org.noear.solon.ai.agent.team.task.SupervisorChunk
 
getTrace(AgentSession) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
获取当前会话中的团队协作踪迹(Trace)
getTrace(FlowContext, Prompt) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent
 
getTrace() - 类 中的方法org.noear.solon.ai.agent.team.TeamResponse
 
getTraceKey() - 类 中的方法org.noear.solon.ai.agent.react.ReActAgentConfig
 
getTraceKey() - 类 中的方法org.noear.solon.ai.agent.simple.SimpleAgentConfig
 
getTraceKey() - 类 中的方法org.noear.solon.ai.agent.team.TeamAgentConfig
获取 Trace 存储键(默认使用双下划线前缀隔离)
getTransferCount() - 类 中的方法org.noear.solon.ai.agent.team.protocol.A2AProtocol.A2AState
 
getTransport() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getTurnCount() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
getType() - 类 中的方法io.modelcontextprotocol.json.TypeRef
Returns the captured type information.
getType() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.Schema
 
getType() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getUrl() - 类 中的方法org.noear.solon.ai.chat.content.AbsMedia
获取 url
getUrl() - 类 中的方法org.noear.solon.ai.generate.GenerateContent
 
getUrl() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getUrl() - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters
 
getUrl() - 类 中的方法org.noear.solon.ai.rag.Document
获取资源地址
getUrl() - 类 中的方法org.noear.solon.ai.rag.repository.weaviate.DocumentData
 
getUsage() - 接口 中的方法org.noear.solon.ai.chat.ChatResponse
获取使用情况(完成时,才会有使用情况)
getUsage() - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
获取使用情况(完成时,才会有使用情况)
getUsage() - 类 中的方法org.noear.solon.ai.embedding.EmbeddingResponse
获取使用情况
getUsage() - 类 中的方法org.noear.solon.ai.generate.GenerateResponse
获取使用情况
getUsage() - 类 中的方法org.noear.solon.ai.reranking.RerankingResponse
获取使用情况
getUserContent() - 接口 中的方法org.noear.solon.ai.chat.prompt.Prompt
获取用户消息内容
getUserContent() - 类 中的方法org.noear.solon.ai.chat.prompt.PromptImpl
 
getValue() - 类 中的方法org.noear.solon.ai.generate.GenerateContent
 
getVariableNames() - 类 中的方法io.modelcontextprotocol.util.DefaultMcpUriTemplateManager
Extract URI variable names from a URI template.
getVariableNames() - 接口 中的方法io.modelcontextprotocol.util.McpUriTemplateManager
Extract URI variable names from this URI template.
getVector() - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.Doc
 
getVectorWeight() - 类 中的方法org.noear.solon.ai.rag.util.HybridSearchParams
矢量权重
getVersion() - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProperties
 
getVersion() - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
版本
getVoiceConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig
 
getVoiceConfig() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig.SpeakerVoiceConfig
 
getVoiceName() - 类 中的方法org.noear.solon.ai.llm.dialect.gemini.model.SpeechConfig.PrebuiltVoiceConfig
 
getWorkingMemory() - 类 中的方法org.noear.solon.ai.agent.react.ReActTrace
 
getWorkingMemory() - 类 中的方法org.noear.solon.ai.agent.team.TeamTrace
 
globalRelations - 类 中的变量org.noear.solon.ai.skills.text2sql.Text2SqlSkill
 
globSearch(String, String) - 类 中的方法org.noear.solon.ai.skills.cli.CliSkill
 
graphAdjuster(Consumer<GraphSpec>) - 类 中的方法org.noear.solon.ai.agent.react.ReActAgent.Builder
微调推理图结构
graphAdjuster(Consumer<GraphSpec>) - 类 中的方法org.noear.solon.ai.agent.team.TeamAgent.Builder
编排或调整计算图逻辑
GraphQLResponse - org.noear.solon.ai.rag.repository.weaviate中的类
GraphQL 响应
GraphQLResponse() - 类 的构造器org.noear.solon.ai.rag.repository.weaviate.GraphQLResponse
 
grep(String, String) - 类 中的方法org.noear.solon.ai.skills.claudecode.CliSkill
已过时。
 
grepSearch(String, String) - 类 中的方法org.noear.solon.ai.skills.cli.CliSkill
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
跳过导航链接