Array[string] Array[number] Array[file] 过滤条件 处理输入变量中的数组,添加过滤条件。从数组中分拣所有满足条件的数组变量,可以理解为对变量的属性进行过滤。 支持提取以下变量:type-文件类别:包含图片、文档、音频、视频类型size-文件大小name-文件名url-应用使用者通过URL上传的文件,可填写完整URL进行筛选extension...
{ Point string `json:"point"` Params struct { AppID string `json:"app_id"` ToolVariable string `json:"tool_variable"` Inputs map[string]interface{} `json:"inputs"` Query string `json:"query"` } `json:"params"` } type ExtensionPointResponse struct { Result string `json:"result"` ...
// base on: https://github.com/soulteary/dify-simple-rag-with-wp/blob/main/main.go package main import ( "net/http" "github.com/gin-gonic/gin" ) type ExtensionPointRequest struct { Point string `json:"point"` Params struct { AppID string `json:"app_id"` ToolVariable string `json:...
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. - dify/docker/
typeMoviestruct{ IDint`json:"id"` Titlestring`json:"title"` Overviewstring`json:"overview"` Genres[]string`json:"genres"` Posterstring`json:"poster"` ReleaseDateint`json:"release_date"` } funcmain(){ client:=meilisearch.NewClient(meilisearch.ClientConfig{ ...
# Notion OAuth client id (used for public integration type) NOTION_CLIENT_ID= # Notion internal integration secret. # If the value of NOTION_INTEGRATION_TYPE is "internal", # you need to configure this variable. NOTION_INTERNAL_SECRET= # --- # Mail related configuration # ---...
MAX_VARIABLE_SIZE: ${MAX_VARIABLE_SIZE:-204800} WORKFLOW_PARALLEL_DEPTH_LIMIT: ${WORKFLOW_PARALLEL_DEPTH_LIMIT:-3} WORKFLOW_FILE_UPLOAD_LIMIT: ${WORKFLOW_FILE_UPLOAD_LIMIT:-10} HTTP_REQUEST_NODE_MAX_BINARY_SIZE: ${HTTP_REQUEST_NODE_MAX_BINARY_SIZE:-10485760} HTTP_REQUEST_NODE_MAX_TE...
{ "name": "api-version", "in": "query", "required": true, "schema": { "type": "string", "example": "2024-11-01-preview" } }, { "name": "search", "in": "query", "required": true, "schema": { "type": "string" } } ], "responses": { "200": { "descript...
{ Point string `json:"point"` Params struct { AppID string `json:"app_id"` ToolVariable string `json:"tool_variable"` Inputs map[string]interface{} `json:"inputs"` Query string `json:"query"` } `json:"params"` } type ExtensionPointResponse struct { Result string `json:"result"` ...
Open Source GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Repositories Topics Trending Collections Enterprise Enterprise platform AI-powered developer platform Available add-ons GitHub Advanced Security Enterprise-grade security features Copilot for business...