sqlexercise.llm =============== .. py:module:: sqlexercise.llm .. autoapi-nested-parse:: Interaction with LLMs Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/sqlexercise/llm/models/index Functions --------- .. autoapisummary:: sqlexercise.llm.generate_answer Package Contents ---------------- .. py:function:: generate_answer(message, *, model, json_format, add_to_messages = True, **kwargs) Generate an answer from the LLM using the provided message and tools.