|
Prompt Tools 0.3.2
|
#include <structs.hpp>
Public Attributes | |
| std::vector< Embedding > | embeddings |
| bool | success { false } |
| std::string | error |
| std::string | model |
| int | prompt_tokens { 0 } |
| int | total_tokens { 0 } |
| std::vector<Embedding> prompt::EmbedResponse::embeddings |
| std::string prompt::EmbedResponse::error |
| std::string prompt::EmbedResponse::model |
| int prompt::EmbedResponse::prompt_tokens { 0 } |
| bool prompt::EmbedResponse::success { false } |
| int prompt::EmbedResponse::total_tokens { 0 } |