llm_chat_with_json_output
llm_chat_with_json_output: Structured JSON Responses
llm_chat_with_json_output: Structured JSON Responsesdef llm_chat_with_json_output(
agent_name: str,
messages: List[Dict[str, Any]],
base_url: str = aios_kernel_url,
llms: List[Dict[str, Any]] = None,
response_format: Dict[str, Dict] = None
) -> LLMResponseLast updated