Skip to main content

Module runtime_ctx

Module runtime_ctx 

Source
Expand description

Global runtime context for tool access.

This module provides a global store for runtime information that tools need to access, such as the current model context.

Structs§

RuntimeInfo
Model information available to tools.

Functions§

get_model_info
Get current model information.
runtime_ctx
Get the global runtime context.
set_model_info
Update the runtime context with model information.

Type Aliases§

SharedRuntimeCtx
Shared runtime context.