Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

StreamingRecord

Defined in the profiler module.
AI Agents Framework Record of streaming operation (LLM responses).

Properties

name
str
No description available.
ttft_ms
float
No description available.
total_ms
float
No description available.
chunk_count
int
No description available.
total_tokens
int
No description available.
timestamp
float
No description available.

Source

View on GitHub

praisonai/profiler.py at line 99