Hi there!
Can I know what the expectation of the page?
it’s should show as today’s date, like 25/7?
and Ai’s output is also use this date,but my server time is right.
ah so you want to the AI output showing today’s date with MM/DD
format right?
if it’s, you can add date to the AI Agent, so the AI Agent will know the date correctly.
Simply add this to your AI Agent system instructions:
Today date is {{ $now.toLocal().format(('dd/MM/yyyy - HH:mm:ss')) }}
thanks。
I hava another question。
when i use Claude or Gemini model even if i hava define these tools, they will not use any tools
but DeepSeek can fluently use tools
Some AI Models needs to fine-tune
with adding some system instructions through AI Agent. And maybe that’s causing the tools that you define doesn’t work properly.
Anyway, if it helps, would you mind marking my message as solution? Thanks!