Inject an external observation or state change
inject_observationDeliver asynchronous external events or alerts into an active session without advancing the step count, keeping the agent's state current with real-world changes.
Instructions
Deliver an asynchronous environment observation / event alert into an active session (e.g. background alerts, customer orders, or external world drift per arXiv:2608.26263 §5.4). Does not advance the step count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Identifier of the active skill session. | |
| observation | Yes | External environment observation / event alert to inject as the latest observation O_t (e.g. 'Customer ordered item_12', background alert, or external state drift per arXiv:2608.26263 §5.4). | |
| state_patch | No | Optional external state mutation to merge into Σ via ⊕ (e.g. when an external actor modified the world state). |