Skip to content

Commit

Permalink
get_sql processor card update
Browse files Browse the repository at this point in the history
Signed-off-by: Oktie Hassanzadeh <[email protected]>
  • Loading branch information
oktie committed Feb 12, 2025
1 parent 3c02807 commit 32e99dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/unitxt/catalog/processors/text2sql/get_sql.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"__type__": "sequential_operator",
"steps": [
{
"__type__": "add_prefix",
"field": "prediction",
"prefix": "SELECT "
},
{
"__type__": "get_sql",
"field": "prediction"
Expand Down

0 comments on commit 32e99dc

Please sign in to comment.