fix(AI Agent Node): Throw better errors for non-tool agents when using structured tools (#11582)

This commit is contained in:
oleg
2024-11-08 16:15:33 +01:00
committed by GitHub
parent 658568e270
commit 9b6123dfb2
7 changed files with 141 additions and 6 deletions

View File

@@ -408,7 +408,8 @@ export function convertNodeToAiTool<
};
const noticeProp: INodeProperties = {
displayName: 'Use the expression {{ $fromAI() }} for any data to be filled by the model',
displayName:
"Use the expression {{ $fromAI('placeholder_name') }} for any data to be filled by the model",
name: 'notice',
type: 'notice',
default: '',