mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
fix: Wrong prompt input key for sql agent (#8708)
This commit is contained in:
parent
94e0924812
commit
7c1cf33616
|
@ -45,7 +45,7 @@ export async function sqlAgentAgentExecute(
|
|||
input = getPromptInputByType({
|
||||
ctx: this,
|
||||
i,
|
||||
inputKey: 'input',
|
||||
inputKey: 'text',
|
||||
promptTypeKey: 'promptType',
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue