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

A

AbsAiComponent - org.noear.solon.ai.flow.components中的类
Ai 虚拟组件(基类)
AbsAiComponent() - 类 的构造器org.noear.solon.ai.flow.components.AbsAiComponent
 
AbstractChatDialect - org.noear.solon.ai.chat.dialect中的类
聊天模型方言虚拟类
AbstractChatDialect() - 类 的构造器org.noear.solon.ai.chat.dialect.AbstractChatDialect
 
AbstractDocumentLoader - org.noear.solon.ai.rag.loader中的类
虚拟文档加载器
AbstractDocumentLoader() - 类 的构造器org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
AbstractEmbeddingDialect - org.noear.solon.ai.embedding.dialect中的类
嵌入模型方言虚拟类
AbstractEmbeddingDialect() - 类 的构造器org.noear.solon.ai.embedding.dialect.AbstractEmbeddingDialect
 
AbstractImageDialect - org.noear.solon.ai.image.dialect中的类
图像模型方言虚拟类
AbstractImageDialect() - 类 的构造器org.noear.solon.ai.image.dialect.AbstractImageDialect
 
AbstractMedia - org.noear.solon.ai.media中的类
虚拟媒体类型
AbstractMedia() - 类 的构造器org.noear.solon.ai.media.AbstractMedia
 
AbstractOptionsDocumentLoader<Opt,Slf extends AbstractOptionsDocumentLoader> - org.noear.solon.ai.rag.loader中的类
虚拟带选项的文档加载器
AbstractOptionsDocumentLoader() - 类 的构造器org.noear.solon.ai.rag.loader.AbstractOptionsDocumentLoader
 
AbstractRerankingDialect - org.noear.solon.ai.reranking.dialect中的类
重排模型方言虚拟类
AbstractRerankingDialect() - 类 的构造器org.noear.solon.ai.reranking.dialect.AbstractRerankingDialect
 
add(McpSyncServer, McpServer.SyncSpecification, T) - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerManager
添加
add(McpSyncServer, McpServer.SyncSpecification, FunctionPrompt) - 类 中的方法org.noear.solon.ai.mcp.server.manager.PromptMcpServerManager
 
add(McpSyncServer, McpServer.SyncSpecification, FunctionResource) - 类 中的方法org.noear.solon.ai.mcp.server.manager.ResourceMcpServerManager
 
add(McpSyncServer, McpServer.SyncSpecification, FunctionTool) - 类 中的方法org.noear.solon.ai.mcp.server.manager.ToolMcpServerManager
 
addChoice(ChatChoice) - 类 中的方法org.noear.solon.ai.chat.ChatResponseDefault
添加输出选择
addDefaultTools(FunctionTool) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认工具(即每次请求都会带上)
addDefaultTools(Collection<FunctionTool>) - 类 中的方法org.noear.solon.ai.chat.ChatConfig
添加默认工具(即每次请求都会带上)
AddDocResponse - org.noear.solon.ai.rag.repository.dashvector中的类
AddDocResponse
AddDocResponse() - 类 的构造器org.noear.solon.ai.rag.repository.dashvector.AddDocResponse
 
addDocuments(String, List<String>, List<List<Float>>, List<String>, List<Map<String, Object>>) - 类 中的方法org.noear.solon.ai.rag.repository.chroma.ChromaClient
添加文档
addDocuments(String, List<Doc>) - 类 中的方法org.noear.solon.ai.rag.repository.dashvector.DashVectorClient
添加文档
addEnvVar(String, String) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
addEnvVar(String, String) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
addHint(String) - 类 中的方法io.modelcontextprotocol.spec.McpSchema.ModelPreferences.Builder
 
additionalMetadata(String, Object) - 接口 中的方法org.noear.solon.ai.rag.DocumentLoader
附加元数据
additionalMetadata(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.rag.DocumentLoader
附加元数据
additionalMetadata - 类 中的变量org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
additionalMetadata(String, Object) - 类 中的方法org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
additionalMetadata(Map<String, Object>) - 类 中的方法org.noear.solon.ai.rag.loader.AbstractDocumentLoader
 
addMessage(ChatMessage...) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(ChatPrompt) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(Collection<? extends ChatMessage>) - 接口 中的方法org.noear.solon.ai.chat.ChatSession
添加消息
addMessage(Collection<? extends ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.ChatSessionDefault
添加消息
addMessage(ChatMessage...) - 类 中的方法org.noear.solon.ai.chat.prompt.Prompt
 
addMessage(Collection<ChatMessage>) - 类 中的方法org.noear.solon.ai.chat.prompt.Prompt
 
addMetadata(Map<String, Object>) - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
添加元数据
addMetadata(String, Object) - 接口 中的方法org.noear.solon.ai.chat.message.ChatMessage
添加元数据
addMetadata(Map<String, Object>) - 类 中的方法org.noear.solon.ai.chat.message.ChatMessageBase
添加元数据
addMetadata(String, Object) - 类 中的方法org.noear.solon.ai.chat.message.ChatMessageBase
添加元数据
addMetadataField(MetadataField) - 类 中的方法org.noear.solon.ai.rag.repository.ElasticsearchRepository.Builder
添加需要索引的元数据字段
addMetadataField(MetadataField) - 类 中的方法org.noear.solon.ai.rag.repository.TcVectorDbRepository.Builder
添加单个元数据索引字段
addPrompt(McpServerFeatures.AsyncPromptRegistration) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
已过时。
addPrompt(McpServerFeatures.AsyncPromptSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new prompt handler at runtime.
addPrompt(McpServerFeatures.SyncPromptSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new prompt handler.
addPrompt(FunctionPrompt) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记提示语
addPrompt(PromptProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记提示语
addProperty(FlowContext, String, Object) - 接口 中的方法org.noear.solon.ai.flow.components.AiPropertyComponent
添加属性
addResource(McpServerFeatures.AsyncResourceRegistration) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
已过时。
addResource(McpServerFeatures.AsyncResourceSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new resource handler at runtime.
addResource(McpServerFeatures.SyncResourceSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new resource handler.
addResource(FunctionResource) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记资源
addResource(ResourceProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记资源
addResourceTemplate(McpServerFeatures.AsyncResourceTemplateSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new resource template handler at runtime.
addResourceTemplate(McpServerFeatures.SyncResourceTemplateSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new resource template handler.
addRoot(McpSchema.Root) - 类 中的方法io.modelcontextprotocol.client.McpAsyncClient
Adds a new root to the client's root list.
addRoot(McpSchema.Root) - 类 中的方法io.modelcontextprotocol.client.McpSyncClient
Add a roots dynamically.
addTool(McpServerFeatures.AsyncToolRegistration) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
已过时。
This method will be removed in 0.9.0. Use McpAsyncServer.addTool(McpServerFeatures.AsyncToolSpecification).
addTool(McpServerFeatures.AsyncToolSpecification) - 类 中的方法io.modelcontextprotocol.server.McpAsyncServer
Add a new tool specification at runtime.
addTool(McpServerFeatures.SyncToolSpecification) - 类 中的方法io.modelcontextprotocol.server.McpSyncServer
Add a new tool handler.
addTool(FunctionTool) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记工具
addTool(ToolProvider) - 类 中的方法org.noear.solon.ai.mcp.server.McpServerEndpointProvider
登记工具
aggregationMessageContent - 类 中的变量org.noear.solon.ai.chat.ChatResponseDefault
 
AiComponent - org.noear.solon.ai.flow.components中的接口
Ai 组件
AiConfig - org.noear.solon.ai中的类
Ai 接口配置
AiConfig() - 类 的构造器org.noear.solon.ai.AiConfig
 
AiFlowPlugin - org.noear.solon.ai.flow.integration中的类
AiFlow 插件
AiFlowPlugin() - 类 的构造器org.noear.solon.ai.flow.integration.AiFlowPlugin
 
AiIoComponent - org.noear.solon.ai.flow.components中的接口
Ai 输入输出组件基类
AiMedia - org.noear.solon.ai中的接口
Ai 媒体
AiModel - org.noear.solon.ai中的接口
Ai 模型
AiModelDialect - org.noear.solon.ai中的接口
Ai 模型方言
AiPlugin - org.noear.solon.ai.integration中的类
 
AiPlugin() - 类 的构造器org.noear.solon.ai.integration.AiPlugin
 
AiProperties - org.noear.solon.ai.integration中的类
Ai 属性(仅用于配置提示)
AiProperties() - 类 的构造器org.noear.solon.ai.integration.AiProperties
 
AiPropertyComponent - org.noear.solon.ai.flow.components中的接口
Ai 属性组件基类
AiUsage - org.noear.solon.ai中的类
Ai 使用情况
AiUsage(long, long, long) - 类 的构造器org.noear.solon.ai.AiUsage
 
algorithm(VectorField.VectorAlgorithm) - 类 中的方法org.noear.solon.ai.rag.repository.RedisRepository.Builder
设置向量算法
all() - 接口 中的方法org.noear.solon.ai.mcp.server.manager.McpServerManager
全部
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.PromptMcpServerManager
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.ResourceMcpServerManager
 
all() - 类 中的方法org.noear.solon.ai.mcp.server.manager.ToolMcpServerManager
 
Annotations() - 类 的构造器io.modelcontextprotocol.spec.McpSchema.Annotations
 
apiKey - 类 中的变量org.noear.solon.ai.AiConfig
 
apiKey(String) - 类 中的方法org.noear.solon.ai.chat.ChatModel.Builder
接口密钥
apiKey(String) - 类 中的方法org.noear.solon.ai.embedding.EmbeddingModel.Builder
接口密钥
apiKey(String) - 类 中的方法org.noear.solon.ai.image.ImageModel.Builder
接口密钥
apiKey(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
 
apiKey(String) - 类 中的方法org.noear.solon.ai.rag.repository.WebSearchRepository.Builder
 
apiKey(String) - 类 中的方法org.noear.solon.ai.reranking.RerankingModel.Builder
接口密钥
apiUrl - 类 中的变量org.noear.solon.ai.AiConfig
 
apiUrl(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpClientProvider.Builder
 
arg(String) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
arg(String) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
args(String...) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
args(List<String>) - 类 中的方法io.modelcontextprotocol.client.transport.ServerParameters.Builder
 
args(String...) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
args(List<String>) - 类 中的方法org.noear.solon.ai.mcp.client.McpServerParameters.Builder
 
arguments() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
调用参数(字典型式)
argumentsBuilder - 类 中的变量org.noear.solon.ai.chat.tool.ToolCallBuilder
 
argumentsStr() - 类 中的方法org.noear.solon.ai.chat.tool.ToolCall
调用参数(字符串型式)
Assert - io.modelcontextprotocol.util中的类
Utility class providing assertion methods for parameter validation.
Assert() - 类 的构造器io.modelcontextprotocol.util.Assert
 
AssistantMessage - org.noear.solon.ai.chat.message中的类
聊天助理消息
AssistantMessage() - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
AssistantMessage(String) - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
AssistantMessage(String, boolean, List<Map>, List<ToolCall>) - 类 的构造器org.noear.solon.ai.chat.message.AssistantMessage
 
async(ClientMcpTransport) - 接口 中的静态方法io.modelcontextprotocol.client.McpClient
已过时。
This method will be removed in 0.9.0. Use McpClient.async(McpClientTransport)
async(McpClientTransport) - 接口 中的静态方法io.modelcontextprotocol.client.McpClient
Start building an asynchronous MCP client with the specified transport layer.
async(McpServerTransportProvider) - 接口 中的静态方法io.modelcontextprotocol.server.McpServer
Starts building an asynchronous MCP server that provides non-blocking operations.
AsyncPromptRegistration() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptRegistration
已过时。
 
AsyncPromptSpecification() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptSpecification
 
AsyncResourceRegistration() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceRegistration
已过时。
 
AsyncResourceSpecification() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceSpecification
 
AsyncResourceTemplateSpecification() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncResourceTemplateSpecification
 
AsyncToolRegistration() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncToolRegistration
已过时。
 
AsyncToolSpecification() - 类 的构造器io.modelcontextprotocol.server.McpServerFeatures.AsyncToolSpecification
 
Attrs - org.noear.solon.ai.flow.components中的接口
组件属性
Audio - org.noear.solon.ai.media中的类
音频
Audio() - 类 的构造器org.noear.solon.ai.media.Audio
 
augment(String, Object) - 接口 中的静态方法org.noear.solon.ai.chat.message.ChatMessage
用户消息增强
awaitForExit() - 类 中的方法io.modelcontextprotocol.client.transport.StdioClientTransport
Waits for the server process to exit.
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接