> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Telemetry Event Type • Rust AI Agent SDK

> TelemetryEventType: Event types for telemetry.

# TelemetryEventType

> Defined in the [**telemetry**](../modules/telemetry) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Event types for telemetry.

## Fields

| Name          | Type      | Description |
| ------------- | --------- | ----------- |
| `AgentStart`  | `variant` | -           |
| `AgentEnd`    | `variant` | -           |
| `ToolCall`    | `variant` | -           |
| `LlmRequest`  | `variant` | -           |
| `LlmResponse` | `variant` | -           |
| `Error`       | `variant` | -           |
| `Custom`      | `variant` | -           |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/telemetry/mod.rs">
  `praisonai/src/telemetry/mod.rs` at line 0
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Telemetry" icon="signal" href="/docs/rust/telemetry" />

  <Card title="Rust Tracing" icon="chart-line" href="/docs/rust/tracing" />
</CardGroup>
