Hi all,
Using python SDK V3 does not give us ability to get LLM metrics.
Like (before in V2):
- metrics.act_prompt_tokens,
- metrics.act_completion_tokens,
- metrics.act_inference_time_ms,
What options we can have ?
FYI: the endpoint : GET:/v1/sessions/'session_id'/replay, return 404 not found
Thanks