Quellcode durchsuchen

fix: chat api doc (#17515)

tags/1.2.0
zxhlyh vor 6 Monaten
Ursprung
Commit
e350511102
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden

+ 1
- 1
web/app/components/develop/template/template_advanced_chat.en.mdx Datei anzeigen

@@ -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.
</CodeGroup>
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.
</Col>
</Row>
---

+ 1
- 1
web/app/components/develop/template/template_advanced_chat.zh.mdx Datei anzeigen

@@ -1414,8 +1414,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
"job_status": "waiting"
}
```
该接口是异步执行,所以会返回一个job_id,通过查询job状态接口可以获取到最终的执行结果。
</CodeGroup>
该接口是异步执行,所以会返回一个job_id,通过查询job状态接口可以获取到最终的执行结果。
</Col>
</Row>
---

+ 1
- 1
web/app/components/develop/template/template_chat.en.mdx Datei anzeigen

@@ -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.
</CodeGroup>
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.
</Col>
</Row>
---

Laden…
Abbrechen
Speichern