Guitar
Public Attributes | List of all members
AiResult::Data Struct Reference

#include <AiApiBridge.h>

Collaboration diagram for AiResult::Data:
Collaboration graph
[legend]

Public Attributes

bool completed = false
 正常に完了したか More...
 
std::string content
 AIが返したテキスト本文 More...
 
std::string error_status
 エラー種別 More...
 
std::string error_message
 エラーメッセージ More...
 
std::string stop_reason
 
AiResponseEx ex
 

Member Data Documentation

◆ completed

bool AiResult::Data::completed = false

正常に完了したか

◆ content

std::string AiResult::Data::content

AIが返したテキスト本文

◆ error_message

std::string AiResult::Data::error_message

エラーメッセージ

◆ error_status

std::string AiResult::Data::error_status

エラー種別

◆ ex

AiResponseEx AiResult::Data::ex

◆ stop_reason

std::string AiResult::Data::stop_reason

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