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