Rename and update 'query_data' action to 'ask_codebase'
- Renamed 'query_data' action to 'ask_codebase' in the workflows. - Updated the description of the action to "Ask question about codebase". - Updated the action name in the handler to 'ask_codebase'.
This commit is contained in:
parent
b837365427
commit
cea47a47a3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "query_data",
|
"name": "ask_codebase",
|
||||||
"description": "Search for content information related to the problem from the vector database",
|
"description": "Ask question about codebase.",
|
||||||
"type": ["question"],
|
"type": ["question"],
|
||||||
"args": [{
|
"args": [{
|
||||||
"name": "question",
|
"name": "question",
|
||||||
@ -8,6 +8,6 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"from": "content.content.question"
|
"from": "content.content.question"
|
||||||
}],
|
}],
|
||||||
"action": "query_data",
|
"action": "ask_codebase",
|
||||||
"handler": ["${PythonVirtualEnv}", "${CurDir}/handler.py", "${question}"]
|
"handler": ["${PythonVirtualEnv}", "${CurDir}/handler.py", "${question}"]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user