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§
- Runtime
Info - 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§
- Shared
Runtime Ctx - Shared runtime context.