File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export async function handleTriggerAITask(env: Env) {
3131 payloadContentField,
3232 suggestionCategory,
3333 languageStrategy : 'user' ,
34- runStrategy : 'skipExist ' ,
34+ runStrategy : 'skipInSuggest ' ,
3535 } ,
3636 } ) ,
3737 await openApiClient . AiService . aiTranslateSurvey ( {
Original file line number Diff line number Diff line change 1- // Generated by Wrangler
2- // After adding bindings to `wrangler.jsonc`, regenerate this interface via `npm run cf-typegen`
1+ // Generated by Wrangler by running `wrangler types`
2+
33interface Env {
44 BASE_URL : string ;
55 API_KEY : string ;
66 WORKSPACE_ID : string ;
77 SURVEY_ID : string ;
88 PAYLOAD_CONTENT_FIELD : string ;
99 LANGUAGE : string ;
10- FOCUS_CATEGORY ? : string ;
11- FEISHU_WEBHOOK ? : string ;
12- FEISHU_APP_ID ? : string ;
13- FEISHU_APP_SECRET ? : string ;
14- FEISHU_TABLE_APPTOKEN ? : string ;
15- FEISHU_TABLE_ID ? : string ;
10+ FOCUS_CATEGORY : string ;
11+ FEISHU_WEBHOOK : string ;
12+ FEISHU_APP_ID : string ;
13+ FEISHU_APP_SECRET : string ;
14+ FEISHU_TABLE_APPTOKEN : string ;
15+ FEISHU_TABLE_ID : string ;
1616}
You can’t perform that action at this time.
0 commit comments