C1M3_Assignment Ex. 2 question

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

hi @Srinath_Chavali

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.:backhand_index_pointing_down:t2:

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.

1 Like