Updated obsolete faqs (#3575)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
This commit is contained in:
Kevin Hu
2024-11-22 11:11:06 +08:00
committed by GitHub
parent 482c1b59c8
commit 811c49d7a2
6 changed files with 239 additions and 225 deletions

View File

@ -2028,8 +2028,8 @@ curl --request POST \
The question to start an AI-powered conversation.
- `"stream"`: (*Body Parameter*), `boolean`
Indicates whether to output responses in a streaming way:
- `true`: Enable streaming.
- `false`: Disable streaming (default).
- `true`: Enable streaming (default).
- `false`: Disable streaming.
- `"session_id"`: (*Body Parameter*)
The ID of session. If it is not provided, a new session will be generated.
@ -2239,8 +2239,8 @@ curl --request POST \
The question to start an AI-powered conversation.
- `"stream"`: (*Body Parameter*), `boolean`
Indicates whether to output responses in a streaming way:
- `true`: Enable streaming.
- `false`: Disable streaming (default).
- `true`: Enable streaming (default).
- `false`: Disable streaming.
- `"session_id"`: (*Body Parameter*)
The ID of the session. If it is not provided, a new session will be generated.
@ -2364,4 +2364,4 @@ Failure:
}
```
---
---