diff --git a/web/app/components/develop/template/template_advanced_chat.en.mdx b/web/app/components/develop/template/template_advanced_chat.en.mdx index f50d0b8d2a..2d7d024db8 100644 --- a/web/app/components/develop/template/template_advanced_chat.en.mdx +++ b/web/app/components/develop/template/template_advanced_chat.en.mdx @@ -1390,8 +1390,8 @@ Chat applications support session persistence, allowing previous chat history to "job_status": "waiting" } ``` - This interface is executed asynchronously, so it will return a job_id. You can get the final execution result by querying the job status interface. + This interface is executed asynchronously, so it will return a job_id. You can get the final execution result by querying the job status interface. --- diff --git a/web/app/components/develop/template/template_advanced_chat.zh.mdx b/web/app/components/develop/template/template_advanced_chat.zh.mdx index 02cab85545..4baf00ad5c 100755 --- a/web/app/components/develop/template/template_advanced_chat.zh.mdx +++ b/web/app/components/develop/template/template_advanced_chat.zh.mdx @@ -1414,8 +1414,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx' "job_status": "waiting" } ``` - 该接口是异步执行,所以会返回一个job_id,通过查询job状态接口可以获取到最终的执行结果。 + 该接口是异步执行,所以会返回一个job_id,通过查询job状态接口可以获取到最终的执行结果。 --- diff --git a/web/app/components/develop/template/template_chat.en.mdx b/web/app/components/develop/template/template_chat.en.mdx index b01ad5c0a2..3c50f369b7 100644 --- a/web/app/components/develop/template/template_chat.en.mdx +++ b/web/app/components/develop/template/template_chat.en.mdx @@ -1426,8 +1426,8 @@ Chat applications support session persistence, allowing previous chat history to "job_status": "waiting" } ``` - This interface is executed asynchronously, so it will return a job_id. You can get the final execution result by querying the job status interface. + This interface is executed asynchronously, so it will return a job_id. You can get the final execution result by querying the job status interface. ---