Coze Helper
公共头文件:
#include "brookesia/agent_helper/coze.hpp"
概述
本页用于查看 Coze helper 的原始 Doxygen API,包括公共类型、枚举、方法与相关宏定义。
API 参考
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.
- 返回
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()