mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 02:46:56 +00:00
[feature][chat]Refactor chat model config related codes.#1739
This commit is contained in:
@@ -289,7 +289,7 @@ def build_agent(dataSetId):
|
||||
# "description":"DuSQL",
|
||||
# "status":1,
|
||||
# "examples":[],
|
||||
# "agentConfig":json.dumps({
|
||||
# "toolConfig":json.dumps({
|
||||
# "tools":[{
|
||||
# "id":1,
|
||||
# "type":"NL2SQL_LLM",
|
||||
@@ -303,7 +303,7 @@ def build_agent(dataSetId):
|
||||
"description":"DuSQL",
|
||||
"status":1,
|
||||
"examples":[],
|
||||
"agentConfig":json.dumps({
|
||||
"toolConfig":json.dumps({
|
||||
"tools":[{
|
||||
"id":1,
|
||||
"type":"NL2SQL_LLM",
|
||||
|
||||
Reference in New Issue
Block a user