|
NeoGraph 0.10.0
A C++17 Graph Agent Engine Library — LangGraph for C++
|
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). | |