Async increment model call counts after a model call.
aafter_model(
self,
state: ModelCallLimitState[ResponseT],
runtime: Runtime[ContextT]
) -> dict[str, Any] | None| Name | Type | Description |
|---|---|---|
state* | ModelCallLimitState[ResponseT] | The current agent state. |
runtime* | Runtime[ContextT] | The langgraph runtime. |