Coze Helper
Public header:
#include "brookesia/agent_helper/coze.hpp"
Overview
Raw Doxygen API for the Coze helper: types, enums, methods, and macros.
API Reference
Header File
Classes
-
class Coze : public esp_brookesia::service::helper::Base<Coze>
Helper schema definitions for the Coze agent service.
Public Types
Public Static Functions
-
static inline constexpr std::string_view get_name()
Name of the Coze agent service.
- Returns
std::string_view Stable service name.
-
struct AuthInfo
Credentials required to authenticate with the Coze backend.
Public Members
-
std::string device_id
Unique device identifier.
-
std::string custom_consumer
Consumer identifier passed to the backend.
-
std::string app_id
Application id.
-
std::string user_id
End-user id.
-
std::string public_key
Public key used for authentication.
-
std::string private_key
Private key used for authentication.
-
std::string device_id
-
static inline constexpr std::string_view get_name()