HookContext.call_llm()

Usage

Source

HookContext.call_llm(
    template,
    *args,
    specialty="general",
    model="small",
    timeout=180,
    transcript=False,
    agent=False,
    response_model=None,
    **kwargs
)