![]() |
Raymond Maarloeve
|
Data Transfer Object for receiving chat responses from the LLM. More...
Public Attributes | |
string | response |
The generated response text. | |
float | generation_time |
The time taken to generate the response, in seconds. | |
int | total_tokens |
The total number of tokens used in the response. | |
bool | success |
Indicates whether the request was successful. | |
Data Transfer Object for receiving chat responses from the LLM.
float ChatResponseDTO.generation_time |
The time taken to generate the response, in seconds.
string ChatResponseDTO.response |
The generated response text.
bool ChatResponseDTO.success |
Indicates whether the request was successful.
int ChatResponseDTO.total_tokens |
The total number of tokens used in the response.