Expand description
Context injection steering — an alternative to instruction replacement.
Instead of replacing the entire system instruction on every turn/phase,
steering injects model-role context turns via send_client_content.
This works with the model’s conversational intelligence rather than
overriding it.
Enums§
- Context
Delivery - When to deliver model-role context turns to the wire.
- Steering
Mode - How the phase machine steers the model’s behavior.
Functions§
- build_
steering_ context - Build steering context from instruction modifiers.