fix(Structured Output Parser Node, Auto-fixing Output Parser Node, Tools Agent Node): Structured output improvements (#13908)

Co-authored-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
Eugene
2025-03-13 18:20:24 +03:00
committed by GitHub
parent 31037484a5
commit 5b6b78709e
7 changed files with 138 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ function createRunDataWithError(inputMessage: string) {
input: inputMessage,
system_message: 'You are a helpful assistant',
formatting_instructions:
'IMPORTANT: Always call `format_final_response` to format your final response!',
'IMPORTANT: Always call `format_final_json_response` to format your final response!',
},
},
},
@@ -68,7 +68,7 @@ function createRunDataWithError(inputMessage: string) {
input: inputMessage,
system_message: 'You are a helpful assistant',
formatting_instructions:
'IMPORTANT: Always call `format_final_response` to format your final response!',
'IMPORTANT: Always call `format_final_json_response` to format your final response!',
},
},
},