after_model(
self,
state: ModelCallLimitState[ResponseT],
runtime: Runtime[ContextT]
) | Name | Type | Description |
|---|---|---|
state* | ModelCallLimitState[ResponseT] | |
runtime* | Runtime[ContextT] |
Increment model call counts after a model call.
The current agent state.
The langgraph runtime.