gpt4 gives everything in json format. But after fu...
# │ai-agents-mentals
c
gpt4 gives everything in json format. But after further instruction. > If no function is found, then answer using your knowledge. it proceeds as normal
Copy code
user
What time is it?

func_parser
{
"error": "No corresponding function found for the given request."
}

user
Tell me a joke

func_parser
{
"error": "No corresponding function found for the given request."
}

user
If no function is found, then respond as usual without json.

func_parser
I'm sorry, but I don't have a function for telling jokes. If you have any other queries that fit into the available functions, feel free to ask!

user
Tell me a joke

func_parser
I'm sorry, but my current capabilities are limited to processing specific requests related to the functions I have. I can't provide jokes at this time. If you have any other requests that might fit into the available functions, please let me know!

user
If no function is found, then answer using your knowledge.

func_parser
Sure, here's a light-hearted joke for you:
Why don't scientists trust atoms?
Because they make up everything!

user
Tell me a joke

func_parser
Why did the scarecrow win an award?
Because he was outstanding in his field!

user
Is it rainy in Seattle today?

func_parser
{
    "get_weather_by city" : {
        "city_name" : "Seattle"
    }
}