MKooi/Coding_Agents
0
1from llm_clients import call_llm_json2 3system = "You are strict."4user = "Return JSON with key 'answer' and value 42."5 6result = call_llm_json(system, user)7 8print(result)1from llm_clients import call_llm_json2 3system = "You are strict."4user = "Return JSON with key 'answer' and value 42."5 6result = call_llm_json(system, user)7 8print(result)