NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
Loading...
Searching...
No Matches
neograph::ChatCompletion::Usage Struct Reference

Token usage statistics for the completion. More...

#include <types.h>

Public Attributes

int completion_tokens = 0
 Number of tokens in the completion.
 
int prompt_tokens = 0
 Number of tokens in the prompt.
 
int total_tokens = 0
 Total tokens used (prompt + completion).
 

Detailed Description

Token usage statistics for the completion.

Definition at line 64 of file types.h.


The documentation for this struct was generated from the following file: