fix: Wrong prompt input key for sql agent (#8708)

This commit is contained in:
Michael Kret 2024-02-22 09:47:00 +02:00 committed by GitHub
parent 94e0924812
commit 7c1cf33616
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ export async function sqlAgentAgentExecute(
input = getPromptInputByType({
ctx: this,
i,
inputKey: 'input',
inputKey: 'text',
promptTypeKey: 'promptType',
});
}