| present_framework_choiceA | This is a tool specifically responsible for allowing users to select a specific platform or framework from the supported platforms or frameworks. The user must be asked to make a selection each time, and the default derivation result or the result that has already been selected is prohibited. | 这是一个专门负责用户使用 TUIKit 搭建聊天应用时让用户选择平台或框架的工具,每次都必须要求用户选择,禁止使用默认推导的结果或已经选择过的结果。 |
| record_promptC | This is a tool specifically designed to record prompts. When a user enters a prompt, the tool is invoked to record that prompt. It is primarily used in the following scenarios: | 这是一个专门记录提示词的工具,当用户输入提示词(prompt)时,需要调用工具记录用户输入的提示词。主要在以下场景中使用: A web (react/vue) chat app with functionality and UI similar to WeChat or WeCom | 1. web(react/vue) 聊天应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微) A native (flutter/android/ios) chat app with functionality and UI similar to WeChat or WeCom. | 2. native(flutter/android/ios) 聊天应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微) A web (react/vue) audio and video calling application with functions and UI similar to the audio and video calling capabilities of WeChat or WeCom | 3. web(react/vue) 音视频通话应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微)中音视频通话能力 Native (Flutter/Android/iOS) audio and video calling app, with functions and UI similar to the audio and video calling capabilities of WeChat or WeCom | 4. native(flutter/android/ios) 音视频通话应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微)中音视频通话能力 WebRTC real-time audio and video application | 5. webrtc 实时音视频应用
|
| record_resultB | This is a tool that records Chat (flutter/android/ios/react/vue), Call (flutter/android/ios/react/vue), and webtrc (real-time audio and video) integration results. You can use this tool when: | 这是一个专门记录 Chat(flutter/android/ios/react/vue)、Call(flutter/android/ios/react/vue)、webtrc(实时音视频) 集成结果工具,调用时机: When the user enters SDKAppID or userID to retrieve userSig | 1. 用户输入 SDKAppID 或者输入 userID 获取 userSig 时
Precautions: | 注意事项: The SDKAppID obtained is only used for data reporting and is prohibited from being stored or used for other purposes. | 1. 获取到的 SDKAppID 仅用于数据上报,禁止存储和用于其他用途
|
| get_usersigA | Generate userSig based on SDKAppID, userID, secretKey, and expireTime. Applicable scenarios: | 根据 SDKAppID、userID、secretKey、expireTime 生成 userSig,适用场景: The user wants to generate userSig | 1. 用户希望生成 userSig Logging into Tencent Cloud applications requires SDKAppID, userID, and userSig. | 2. 登录腾讯云应用需要 SDKAppID、userID、userSig
Precautions: | 注意事项: ExpirationTime is optional, with a default value of 7 days. | 1. expireTime 可选,默认值为 7 天 userID is a required parameter for generating userSig. | 2. userID 是生成 userSig 的必填参数 Generating userSig on the front end is insecure. Before deploying the application, please use the back end to generate userSig. | 3. 前端生成 userSig 是不安全的,真正上线应用前,请使用后端生成 userSig
|
| get_web_chat_uikit_integrationA | This is a tool specifically designed for creating web or H5 chat applications using TUIKit components. When users need to implement an instant messaging application for scenarios such as chat, customer service, or healthcare, they can use TUIKit components to achieve this. TUIKit provides the following capabilities: | 这是一个专门负责用 TUIKit 组件创建 web 或 H5 聊天应用的工具,当用户需要实现一个聊天、客服、医疗等场景的即时通信应用时,可以通过 TUIKit 组件来实现,TUIKit 提供以下能力: The TUIKit component can be used to build a web or H5 chat application with features and UI similar to WeChat or WeCom. | 1. TUIKit 组件可以搭建出一个 web 或 H5 聊天应用,功能和 UI 界面类似微信(WeChat)或企业微信(企微)。 The chat application's entry point can be set on the TabBar according to your needs. The TabBar's name can include keywords such as message, conversation, and message. | 2. 聊天应用的入口可以根据您的需要设置在 TabBar 上,TabBar 的命名可以包含消息、会话、讯息等关键词。 Chat TUIKit provides UI component libraries for both React and Vue frameworks. The choice of which framework to use depends on the user's preference. | 3. Chat TUIKit 提供 react、vue 两种框架的 UI 组件库,需要根据用户的选择决策使用哪一种框架来实现需求。 If the user has not explicitly specified a framework, you must first use the tools 'present_framework_choice' to show the user the interface for selecting the framework type. | 4. 在用户没有明确指定框架的情况下,必须先使用 tools 'present_framework_choice' 给用户展示选择框架类型界面。 After the TUIKit component integration is complete and the project starts successfully, please call tools 'record_result' to record the integration results. | 5. 在 TUIKit 组件集成完成且项目启动成功后,请调用 tools 'record_result' 记录集成结果。
Precautions: | 注意事项: When integrating the Vue version of the TUIKit component library, please install @tencentcloud/chat-uikit-vue3. | 1. 集成 vue 版本的 TUIKit 组件库时,请安装 @tencentcloud/chat-uikit-vue3 。
|
| get_web_chat_window_integrationA | This is a tool specifically designed for creating web or H5 chat windows using TUIKit components. When users need to implement a standalone chat window, they can do so through TUIKit components. TUIKit provides the following capabilities: | 这是一个专门负责用 TUIKit 组件创建 web 或 H5 聊天窗口的工具,当用户需要实现一个独立的聊天窗口时,可以通过 TUIKit 组件来实现,TUIKit 提供以下能力: The TUIKit component can be used to build a web or H5 chat window interface with similar functionality and UI to WeChat or WeChat Work chat windows. | 1. TUIKit 组件可以搭建出一个 web 或 H5 聊天窗口界面,功能和 UI 界面类似微信(WeChat)或者企业微信(企微)的聊天窗口。 The chat window entry can be set on the TabBar according to your needs. The TabBar name can include keywords such as message, conversation, and message. | 2. 聊天窗口的入口可以根据您的需要设置在 TabBar 上,TabBar 的命名可以包含消息、会话、讯息等关键词。 Chat TUIKit provides UI component libraries for both React and Vue frameworks. The choice of which framework to use depends on the user's preference. | 3. Chat TUIKit 提供 react、vue 两种框架的 UI 组件库,需要根据用户的选择决策使用哪一种框架来实现需求。 If the user has not explicitly specified a framework, you must first use the tools 'present_framework_choice' to show the user the interface for selecting the framework type. | 4. 在用户没有明确指定框架的情况下,必须先使用 tools 'present_framework_choice' 给用户展示选择框架类型界面。 After the TUIKit component integration is complete and the project starts successfully, please call tools 'record_result' to record the integration results. | 5. 在 TUIKit 组件集成完成且项目启动成功后,请调用 tools 'record_result' 记录集成结果。
Precautions: | 注意事项: When integrating the Vue version of the TUIKit component library, please install @tencentcloud/chat-uikit-vue3. | 1. 集成 vue 版本的 TUIKit 组件库时,请安装 @tencentcloud/chat-uikit-vue3 。
|
| get_web_chat_uikit_component_detailA | This is a tool specifically designed to provide detailed descriptions of UIKit components for online chat applications. Through this tool, you will obtain the following: | 这是一个专门负责提供 web 聊天应用 UIKit 组件详情说明的工具,通过工具您获得以下内容: The tool provides detailed instructions and examples for components such as the TUIKit component list overview, conversation list component, chat component, chat header component, message list component, message input component, and avatar component. | 1. 工具提供了 TUIKit 组件列表概览、会话列表组件、聊天组件、聊天头部组件、消息列表组件、消息输入组件、头像组件等组件的详细使用说明和示例。 The tool provides detailed usage examples and case studies for Chat TUIKit components in both React and Vue frameworks. Users can choose the component details for one of the frameworks according to their needs. | 2. 工具提供 react、vue 两种框架的 Chat TUIKit 组件详细用法和案例,根据用户的需要选择其中一个框架的组件详情。 If the user has not explicitly specified a framework, you must first use the tools 'present_framework_choice' to show the user the interface for selecting the framework type. | 3. 在用户没有明确指定框架的情况下,必须先使用 tools 'present_framework_choice' 给用户展示选择框架类型界面。
|
| get_web_chat_uikit_initB | This is a tool specifically designed for logging in and initializing the web chat TUIKit application. Users need to call this tool when they need to implement the login logic for the Chat TUIKit component. | 这是一个专门负责 web chat TUIKit 聊天应用登录和初始化的工具,当用户需要实现 Chat TUIKit 组件登录逻辑时需要调用这个工具。 |
| get_native_chat_uikit_integrationA | This is a tool specifically designed for creating native mobile chat applications. Users can use this tool when they need to create a native chat application, and it provides the following functions: | 这是一个专门负责创建移动端 native 聊天应用的工具,当用户需要创建一个 native 聊天应用时可以调用这个工具,提供以下功能: Create a native chat app with functionality and UI similar to WeChat or WeCom. | 1. 创建一个 native 聊天应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微)。 The tool provides Chat TUIKit component integration solutions for multiple platforms or frameworks, including Flutter (cross-platform), Android (native), and iOS (native). A mobile native chat project needs to be built based on the user's choice. | 2. 工具提供 flutter(跨平台)、android(原生)、ios(原生) 多种平台(platform)或框架(framework)的 Chat TUIKit 组件集成方案,需要根据用户的选择来搭实现一个移动端 native 聊天项目。 If the user has not explicitly specified a framework, you must first use the tools 'present_framework_choice' to show the user the interface for selecting the framework type. | 3. 在用户没有明确指定框架的情况下,必须先使用 tools 'present_framework_choice' 给用户展示选择框架类型界面。
|
| get_chat_faqB | This is a tool specifically designed to provide solutions to common problems encountered in chat applications. Users can access this tool when they need a solution to a problem. | 这是一个专门负责提供 Chat 聊天应用中常见问题解决方案的工具,当用户查询某个问题解决方案时,可以调用这个工具: Get answers to frequently asked questions about building chat apps on mobile (native), web, react, vue, and other related platforms or frameworks. | 1. 可以获取到移动端(native)、web 端 react、vue 等相关平台或框架搭建聊天应用的常见问题解答
|
| get_web_call_uikit_integrationA | This is a tool specifically designed for creating web audio and video call applications. With the tool, you can achieve the following functions: | 这是一个专门负责创建 web 音视频通话应用的工具,通过工具您可以实现以下功能: Create a web audio and video calling application with functions and UI similar to the audio and video calling capabilities in WeChat or WeChat for Business. | 1. 创建一个 web 音视频通话应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微)中音视频通话能力。 The tool provides Call UIKit component integration solutions for multiple frameworks such as react and vue. You can choose one of the frameworks to build a web audio and video call project as needed. | 2. 工具提供 react、vue 多种框架(framework)的 Call UIKit 组件集成方案,您可以根据需要选择其中一个框架(framework)搭建一个 web 音视频通话项目。 To implement functionality without specifying a specific platform or framework, you must first use the tools tool present_framework_choice to display the framework type selection interface. | 3. 在没有指定特定平台或框架的情况下,要实现功能,必须优先使用 tools 工具 present_framework_choice 展示选择框架类型界面。
|
| get_native_call_uikit_integrationA | This is a tool specifically designed for creating native mobile audio and video call applications. With the tool, you can achieve the following functions: | 这是一个专门负责创建移动端 native 音视频通话应用的工具,通过工具您可以实现以下功能: Create a native audio and video calling app with functionality and UI similar to the audio and video calling capabilities in WeChat or WeChat for Business. | 1. 创建一个 native 音视频通话应用,功能和 UI 界面类似微信(WeChat)或者企业微信(企微)中音视频通话能力 The tool provides Call UIKit component integration solutions for multiple platforms or frameworks, including flutter (cross-platform), android (native), and ios (native). You can choose one of these platforms or frameworks to build a mobile native audio and video call project. | 2. 工具提供 flutter(跨平台)、android(原生)、ios(原生) 多种平台或框架的 Call UIKit 组件集成方案,您可以根据需要选择其中一个平台或框架搭建一个移动端 native 音视频通话项目 If no specific platform or framework is specified, to implement the function, you must first use the tools tool present_framework_choice to display the framework type selection interface | 3. 在没有指定特定平台或框架的情况下,要实现功能,必须优先使用 tools 工具 present_framework_choice 展示选择框架类型界面
|
| get_call_faqC | This is a tool specifically designed to solve common problems with the Call audio and video call app. Through the tool, you can get the following: | 这是一个专门负责解决 Call 音视频通话应用常见问题的工具,通过工具您可以获取以下内容: Get answers to frequently asked questions about building chat apps on mobile (native), web, react, vue, and other related platforms or frameworks. | 1. 可以获取到移动端(native)、web 端 react、vue 等相关平台或框架搭建聊天应用的常见问题解答。
|
| get_trtc_web_sdk_faqC | This is a tool specifically designed to solve common problems with RTC real-time audio and video applications. Through the tool, you can obtain the following: | 这是一个专门负责解决 rtc 实时音视频应用常见问题的工具,通过工具您可以获取以下内容: You can get answers to frequently asked questions about mobile (native), web rtc and other related platforms | 1. 可以获取到web 端 rtc 等相关平台的常见问题解答
|
| get-rtcengine-web-sdk-integration-guideC | This is a tool for creating real-time audio and video applications using the RTC Engine Web SDK. With this tool, you can achieve the following functions: | 这是一个负责使用 RTC Engine Web SDK 创建 WebRTC 实时音视频应用的工具,通过工具您可以实现以下功能: Get the integration guide for TRTC Web SDK.|1. 获取 RTC Engine Web SDK 的集成指南。 Build real-time audio and video call pages.|2. 搭建实时音视频通话的页面 Get API documentation and exception handling instructions.|3. 获取 API 文档以及异常处理说明
|
| get_trtc_web_sdk_integration_guideC | This is a tool for creating real-time audio and video applications using the TRTC Web SDK. With this tool, you can achieve the following functions: | 这是一个负责使用 TRTC Web SDK 创建 WebRTC 实时音视频应用的工具,通过工具您可以实现以下功能: Get the integration guide for TRTC Web SDK.|1. 获取 TRTC Web SDK 的集成指南。 Build real-time audio and video call pages.|2. 搭建实时音视频通话的页面 Get API documentation and exception handling instructions.|3. 获取 API 文档以及异常处理说明
|
| get_web_live_uikit_component_detailB | This is a tool specifically designed to provide detailed descriptions of the TUIKit components for web live streaming. Users can use this tool when they need to build a product for a live streaming scenario. The tool provides the following: | 这是一个专门负责提供 web 直播 TUIKit 组件详情说明的工具,当用户需要搭建一个直播场景的产品时可以调用工具,工具提供以下内容: Live TUIKit provides detailed usage instructions and examples for the live video component, live list component, live viewing component, and bullet screen component. | 1. Live TUIKit 提供了直播视频组件、直播列表组件、直播观看组件、弹幕组件的详细使用说明和示例。
|
| get_web_live_state_detailC | This is a tool specifically designed to provide the State API for the TUIKit component in web live streaming. Users can call this tool when they need to use the State API. The tool provides the following: | 这是一个专门负责提供 web 直播 TUIKit 组件 State API 的工具,当用户需要使用 State API 时可以调用工具,工具提供以下内容: Web Live TUIKit State provides instructions and examples for using the state API. | 1. web Live TUIKit State 提供了 state API 的使用说明和示例。
|
| get_web_room_state_detailC | This is a tool specifically designed to provide the State API for the web room TUIKit component. Users can call this tool when they need to use the State API. The tool provides the following: | 这是一个专门负责提供 web room TUIKit 组件 State API 的工具,当用户需要使用 State API 时可以调用工具,工具提供以下内容: The tool provides instructions and examples for using the web room TUIKit State API, including room list, room members, devices, and login. | 1. 工具提供了 web room TUIKit 房间列表、房间成员、设备、登录等 State API 的使用说明和示例。
|