I think the issue was just the prompting of the agent. We can see that the OpenAI node within the tool creates the emojis we want, but when the response is returned to the agent, the agent tries to make the message more concise before delivering it back to us.
@@nateherk Yes, in AI Agent, in addition to the 'system_message', there is also "formatting_instructions." with this value: "IMPORTANT: Always call `format_final_response` to format your final response!". How can I modify this text??
Thank you for the simple and informative examples
I’m glad it could help! Thanks for the feedback
I like the live demo style and working through the problems you might encounter. Keep producing quality content. Thanks!
Thank you for the feedback, I’m glad you enjoyed this style tutorial!
Very interesting, thank you! I'm surprised you can't just input the exact response from the tool to give to the agent, like a dynamic field.
very clear and nice to understand. Please create an example inclding own WebPage 🙂 Thanks
I will look into this, thanks for the feedback!
Good one
Emoji: maybe is a problem with String-Type (its not an object)
I think the issue was just the prompting of the agent. We can see that the OpenAI node within the tool creates the emojis we want, but when the response is returned to the agent, the agent tries to make the message more concise before delivering it back to us.
@@nateherk Yes, in AI Agent, in addition to the 'system_message', there is also "formatting_instructions." with this value: "IMPORTANT: Always call `format_final_response` to format your final response!". How can I modify this text??