aafter_model(
self,
state: ToolCallLimitState[ResponseT],
runtime: Runtime[ContextT]
) | Name | Type | Description |
|---|---|---|
state* | ToolCallLimitState[ResponseT] | |
runtime* | Runtime[ContextT] |
Async increment tool call counts after a model call and check limits.
The current agent state.
The langgraph runtime.