chore: replace all cn comments of fe to en version by volc api (#320)

This commit is contained in:
tecvan
2025-07-31 10:32:15 +08:00
committed by GitHub
parent 716ec0cba8
commit 71f6245a01
2960 changed files with 15545 additions and 15545 deletions

View File

@@ -17,19 +17,19 @@
import { type SuggestedQuestionsShowMode } from '@coze-arch/bot-api/playground_api';
export interface BotInputLengthConfig {
/** Agent 名称的长度 */
/** Length of Agent Name */
botName: number;
/** Agent 描述的长度 */
/** Length of Agent Description */
botDescription: number;
/** Agent 开场白的长度 */
/** Length of Agent's opening statement */
onboarding: number;
/** Agent 单条开场白建议的长度 */
/** Agent, the length of a single opening line suggestion */
onboardingSuggestion: number;
/** 用户问题建议自定义 prompt 长度 */
/** User question Suggested custom prompt length */
suggestionPrompt: number;
/** Project 名称的长度 */
/** Length of Project Name */
projectName: number;
/** Project 描述的长度 */
/** Project Description Length */
projectDescription: number;
}