> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coze.cn/llms.txt
> Use this file to discover all available pages before exploring further.

`bot` 对象是一个 Bot 实体，包含以下信息。
<!-- @cols-width: 135,163,360 -->
| | | | \
|**字段** |**类型** |**说明** |
|---|---|---|
| | | | \
|bot_id |String |Bot 的唯一标识。 |
| | | | \
|name |String |Bot 的名称。 |
| | | | \
|description |String |Bot 的描述信息。 |
| | | | \
|icon_url |String |Bot 的头像地址。 |
| | | | \
|create_time |String |创建时间，10 位时间戳。 |
| | | | \
|update_time |String |更新时间，10 位时间戳。 |
| | | | \
|version |String |Bot 的 版本号。 |
| | | | \
|prompt_info |Object |Bot 的提示词配置。参考 **Prompt object** 说明。 |
| | | | \
|onboarding_info |Object |Bot 的开场白配置，参考 **Onboarding object** 说明。 |
| | | | \
|bot_mode |\
| |Integer |Bot 模式，取值： |\
| | | |\
| | |* **0**：单 agent 模式 |\
| | |* **1**：多 agent 模式 |
| | | | \
|plugin_info |List<Object> |Bot 配置的插件，参考 **Plugin object** 说明。 |
| | | | \
|model_info |List<Object> |Bot 配置的模型，参考 **Model object** 说明。 |

## Prompt object {#e63969ab}
<!-- @cols-width: 135,210,210 -->
| | | | \
|**字段** |**类型** |**说明** |
|---|---|---|
| | | | \
|prompt |string |Bot 的 prompt 信息。 |

## **Onboarding object** {#68108101}
<!-- @cols-width: 193,121,416 -->
| | | | \
|**字段** |**类型** |**说明** |
|---|---|---|
| | | | \
|prologue |String |Bot 的开场白内容。 |
| | | | \
|suggested_questions |List<String> |Bot 的推荐问题。 |
| | | | \
|onboarding_mode |Integer |开场白设置，取值： |\
| | | |\
| | |* **1**：未设置开场白 |\
| | |* **2**:  人工设置开场白 |\
| | |* **3**: 由大模型生成开场白 |
| | | | \
|customized_onboarding_prompt |String |当 **onboarding_mode = 3** 时，该字段为负责生成开场白的大模型指令。 |

## **Plugin object ** {#0babec64}
<!-- @cols-width: 170,147,338 -->
| | | | \
|**字段** |**类型** |**说明** |
|---|---|---|
| | | | \
|plugin_id |String |插件唯一标识。 |
| | | | \
|name |String |插件名称。 |
| | | | \
|description |String |插件描述。 |
| | | | \
|icon_url |String |插件头像。 |
| | | | \
|api_info_list |List<Oject> |插件的工具列表信息，详情参考 **API object**。 |

### API object {#d5d2762e}
<!-- @cols-width: 153,108,367 -->
| | | | \
|**字段** |**类型** |**说明** |
|---|---|---|
| | | | \
|api_id |String |工具的唯一标识。 |
| | | | \
|name |String |工具的名称。 |
| | | | \
|description |String |工具的描述。 |

## **Model object** {#e7ca95e6}
<!-- @cols-width: 153,108,384 -->
| | | | \
|**字段** |**类型** |**说明** |
|---|---|---|
| | | | \
|model_id |String |模型的唯一标识。 |
| | | | \
|model_name |String |模型名称。 |




