程序包 com.sh.ai.impl

类 AIBaseConfig

java.lang.Object
com.sh.ai.impl.AIBaseConfig
所有已实现的接口:
Serializable
直接已知子类:
OllamaConfig, OpenAIConfig, RagAIBaseConfig

public abstract class AIBaseConfig extends Object implements Serializable
AI大模型配置基类
另请参阅:
  • 字段详细资料

    • from

      protected int from
    • baseUrl

      protected String baseUrl
    • apiKey

      protected String apiKey
    • sessionId

      protected String sessionId
    • sessionName

      protected String sessionName
    • user

      protected String user
    • system

      protected String system
    • query

      protected String query
    • options

      protected Map<String,Object> options
    • toolList

      protected List<AITool> toolList
    • toolAppendSystem

      protected boolean toolAppendSystem
    • addSkill

      protected boolean addSkill
    • memory

      protected boolean memory
    • debug

      protected boolean debug
    • mcpServerList

      protected List<McpUtil.McpInfo> mcpServerList
  • 构造器详细资料

    • AIBaseConfig

      public AIBaseConfig()
  • 方法详细资料