> ## 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.

# Streaming Record • AI Agents Framework

> StreamingRecord: Record of streaming operation (LLM responses).

# StreamingRecord

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

<Badge color="purple">AI Agents Framework</Badge>

Record of streaming operation (LLM responses).

Extends the core SDK's `StreamingRecord` with the wrapper-only
`total_tokens` field; the shared TTFT schema lives in
`praisonaiagents.profiling`.

## Properties

<ResponseField name="total_tokens" type="int">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/profiler.py#L168">
  `praisonai/profiler.py` at line 168
</Card>
