You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go to scene -> page, select modelui, there is an icon pop-up window in the bottom right corner, choose the database id, library, table, after clicking the confirm button, append the table's json data in the prompt input box
进入场景-> 页 ,选择modelui , 右下角有个icon弹窗,选择数据库id、库、表,确认按钮后,在提示词输入框追加表的json数据
The specific implementation issues and prototypes mirror each other
具体实现issue和原型互相映照
/solidui/datasource/info get datasourceid
/solidui/metadataQuery/queryDatabases get database list
/solidui/metadataQuery/queryTables get table list
add a format conversion interface to query json format data according to datasourceid, dataname, tablename / 新增查询表json接口
[
{
"field1": "value1",
"field2": "value2",
"field3": "value3"
},
{
"field1": "value4",
"field2": "value5",
"field3": "value6"
},
{
"field1": "value7",
"field2": "value8",
"field3": "value9"
}
]
Description
No response
Use case
No response
Solutions
No response
Anything else
No response
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Problem Description
#81
Go to scene -> page, select modelui, there is an icon pop-up window in the bottom right corner, choose the database id, library, table, after clicking the confirm button, append the table's json data in the prompt input box
进入场景-> 页 ,选择modelui , 右下角有个icon弹窗,选择数据库id、库、表,确认按钮后,在提示词输入框追加表的json数据
The specific implementation issues and prototypes mirror each other
具体实现issue和原型互相映照
/solidui/datasource/info get datasourceid
/solidui/metadataQuery/queryDatabases get database list
/solidui/metadataQuery/queryTables get table list
add a format conversion interface to query json format data according to datasourceid, dataname, tablename / 新增查询表json接口
[
{
"field1": "value1",
"field2": "value2",
"field3": "value3"
},
{
"field1": "value4",
"field2": "value5",
"field3": "value6"
},
{
"field1": "value7",
"field2": "value8",
"field3": "value9"
}
]
Description
No response
Use case
No response
Solutions
No response
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: