pub fn push_llm_render_context(ctx: LlmRenderContext)Expand description
Push a frame onto the ambient render-context stack. Pair with
pop_llm_render_context (or use LlmRenderContextGuard) so the
stack stays balanced even on the unwind path.
pub fn push_llm_render_context(ctx: LlmRenderContext)Push a frame onto the ambient render-context stack. Pair with
pop_llm_render_context (or use LlmRenderContextGuard) so the
stack stays balanced even on the unwind path.