Documentation
¶
Index ¶
Constants ¶
View Source
const ( AppTypeAgent = "agent" // 智能体 AppTypeRag = "rag" // 文本问答 AppTypeWorkflow = "workflow" // 工作流 AppTypeChatflow = "chatflow" // 对话流 AppTypeMCPServer = "mcpserver" // mcp server )
app type
View Source
const ( AppPublishPublic = "public" // 系统公开发布 AppPublishOrganization = "organization" // 组织公开发布 AppPublishPrivate = "private" // 私密发布 )
app publish type
View Source
const ( ToolTypeBuiltIn = "builtin" // 内置工具 ToolTypeCustom = "custom" // 自定义工具 )
tool type
View Source
const ( MCPTypeMCP = "mcp" // mcp MCPTypeMCPServer = "mcpserver" // mcp server )
mcp type
View Source
const ( MCPServerToolTypeCustomTool = "custom" // 自定义工具 MCPServerToolTypeBuiltInTool = "builtin" // 内置工具 MCPServerToolTypeOpenAPI = "openapi" // 用户导入的openapi )
mcp server tool type
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.