after_model(
self,
state: AgentState[Any],
runtime: Runtime[ContextT]
) | Name | Type | Description |
|---|---|---|
state* | AgentState[Any] | |
runtime* | Runtime[ContextT] |
Check AI messages for PII after model invocation.
The current agent state.
The langgraph runtime.