Skip to content

[Bug] When the advanced orchestration application demonstration, if the default value of the interface parameter is in Chinese, the browser will transcode it. When the parameter is transmitted to the function, it is also the content after the browser transcodes it, resulting in the function execution. The parameters are incorrect #1899

[Bug] When the advanced orchestration application demonstration, if the default value of the interface parameter is in Chinese, the browser will transcode it. When the parameter is transmitted to the function, it is also the content after the browser transcodes it, resulting in the function execution. The parameters are incorrect

[Bug] When the advanced orchestration application demonstration, if the default value of the interface parameter is in Chinese, the browser will transcode it. When the parameter is transmitted to the function, it is also the content after the browser transcodes it, resulting in the function execution. The parameters are incorrect #1899

name: Issue Translator
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: usthe/[email protected]
with:
IS_MODIFY_TITLE: true
BOT_GITHUB_TOKEN: ${{ secrets.FIT2CLOUDRD_LLM_CODE_REVIEW_TOKEN }}