helpers/call_llm.py.dox.md
call_llm.py helper module.call_llm.py because this directory is intentionally flat.call_llm.py owns the runtime implementation.call_llm.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.Example (TypedDict)async call_llm(system: str, model: BaseChatModel | BaseLLM, message: str, examples: list[Example]=..., callback: Callable[[str], None] | None=...)langchain.prompts, langchain.schema, langchain_core.language_models.chat_models, langchain_core.language_models.llms, langchain_core.messages, typing.ChatPromptTemplate.from_messages, FewShotChatMessagePromptTemplate, few_shot_prompt.format, chain.astream, HumanMessage, AIMessage, SystemMessage, callback.No child DOX files.