gen_ai.llm.context unless it is set again via
set_llm_context().
This is equivalent to set_llm_context(model, None).
Works automatically in both synchronous and asynchronous contexts.
Parameters
The Model instance to clear context from
Remove any previously set LLM context from a Model instance.
gen_ai.llm.context unless it is set again via
set_llm_context().
This is equivalent to set_llm_context(model, None).
Works automatically in both synchronous and asynchronous contexts.