Regarding Exercise 2 in C1M3 (Agentic AI), does the LLM user_prompt require a schema of the JSON structure or merely a prompt about the required output structure?
Thanks
Sri
Regarding Exercise 2 in C1M3 (Agentic AI), does the LLM user_prompt require a schema of the JSON structure or merely a prompt about the required output structure?
Thanks
Sri
according to the exercise 2 instructions provided by objective and format, looks like you do need mention the json format schema in the user prompt.![]()
Regards
DP
Thanks for your response. I was able to tweak my prompt without providing a schema to pass all the tests. It looks like the LLM inferred the JSON structure based on my prompt.