Skip to content

Commit

Permalink
fix: Wrong prompt input key for sql agent (#8708)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency authored and netroy committed Feb 23, 2024
1 parent 8fc151d commit 6be5f5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function sqlAgentAgentExecute(
input = getPromptInputByType({
ctx: this,
i,
inputKey: 'input',
inputKey: 'text',
promptTypeKey: 'promptType',
});
}
Expand Down

0 comments on commit 6be5f5e

Please sign in to comment.