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

LLM completion response including the message and token usage. More...

#include <types.h>

Collaboration diagram for neograph::ChatCompletion:
[legend]

Classes

struct  Usage
 Token usage statistics for the completion. More...
 

Public Attributes

ChatMessage message
 The response message from the LLM.
 

Detailed Description

LLM completion response including the message and token usage.

Definition at line 60 of file types.h.


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