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

This commit is contained in:
Benjamin 2024-11-12 00:00:27 +08:00 committed by GitHub
parent e63c0e3cbb
commit b7238caea5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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