mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 04:05:25 +08:00
fix: chat api doc (#17515)
This commit is contained in:
parent
fd443941a2
commit
e350511102
@ -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>
|
||||
---
|
||||
|
@ -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>
|
||||
---
|
||||
|
@ -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>
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user