RecordError is fired when the run loop or a model call surfaces a fatal error.
(ctx context.Context, message string)
| 24 | RecordSessionEnd(ctx context.Context) |
| 25 | // RecordError is fired when the run loop or a model call surfaces a fatal error. |
| 26 | RecordError(ctx context.Context, message string) |
| 27 | // RecordToolCall is fired after every tool invocation, regardless of outcome. |
| 28 | RecordToolCall(ctx context.Context, toolName, sessionID, agentName string, duration time.Duration, err error) |
| 29 | // RecordTokenUsage is fired after each model response that reports usage. |
no outgoing calls
no test coverage detected