Does somebody know how can I debug AI Task?
I have a task:
"""
your task is to detect the language from the input and reply in a format language: ..., "greeting": ...
Example 1:
input: Good evening
output: "language": "english", "greeting": "Hello"
"""
I wrote the message to the bot: "Good evening"
And I received the output: "{"
It's not clear, and I cannot see it from the "Logs" what prompt was sent to OpenAI API, but it seems like it was completly wrong