fix: chat api doc (#17515)

This commit is contained in:
zxhlyh 2025-04-07 12:32:15 +08:00 committed by GitHub
parent fd443941a2
commit e350511102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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>
---

View File

@ -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>
---

View File

@ -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>
---