Skip to content

tool_call.active_agent

View Markdown

An ActiveAgent tool call ran. Honeybadger forwards the ActiveAgent payload as-is, so extra fields depend on your ActiveAgent version and provider.

Source Active Agent Category LLM Fields 8 honeybadger-ruby

Fields

8
FieldTypeDescription
event_typestringAllowed value: tool_call.active_agent.
trace_idstringTrace ID for correlating events within a single agent run.
providerstringModel provider name.
durationnumberDuration in milliseconds.
instrumenter_idstringActiveSupport::Notifications instrumenter UUID, added by the Honeybadger notification subscriber.
request_idstringRails request UUID, present on any event fired during a web request context. Set by the Honeybadger agent when available.
hostnamestringServer hostname. Attached to every event by default (events.attach_hostname).
environmentstringApplication environment, e.g. "production". Attached to every event by default (events.attach_environment).

Example

{
"event_type": "tool_call.active_agent",
"trace_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"provider": "openai",
"duration": 35.61,
"instrumenter_id": "d6a5b3f4c2e1908a7b6c",
"request_id": "0f5e4bb2-3c46-4b1c-91d5-2f4e8a6b9c01",
"hostname": "web-1.example.com",
"environment": "production"
}