瀏覽代碼

chore(vanna): update form parameter from 'form' to 'llm' in vanna.yaml (#10548)

Benjamin 5 月之前
父節點
當前提交
b7238caea5
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      api/core/tools/provider/builtin/vanna/tools/vanna.yaml

+ 4 - 4
api/core/tools/provider/builtin/vanna/tools/vanna.yaml

@@ -136,7 +136,7 @@ parameters:
     human_description:
       en_US: DDL statements for training data
       zh_Hans: 用于训练RAG Model的建表语句
-    form: form
+    form: llm
   - name: question
     type: string
     required: false
@@ -146,7 +146,7 @@ parameters:
     human_description:
       en_US: Question-SQL Pairs
       zh_Hans: Question-SQL中的问题
-    form: form
+    form: llm
   - name: sql
     type: string
     required: false
@@ -156,7 +156,7 @@ parameters:
     human_description:
       en_US: SQL queries to your training data
       zh_Hans: 用于训练RAG Model的SQL语句
-    form: form
+    form: llm
   - name: memos
     type: string
     required: false
@@ -166,7 +166,7 @@ parameters:
     human_description:
       en_US: Sometimes you may want to add documentation about your business terminology or definitions
       zh_Hans: 添加更多关于数据库的业务说明
-    form: form
+    form: llm
   - name: enable_training
     type: boolean
     required: false