Skip to content

Commit 3eb582f

Browse files
authored
#3707 Refactor API endpoint to generate assistant messages with updated request and response structures (#905)
* Refactor API endpoint to generate assistant messages with updated request and response structures * Add Mintlify documentation and update API reference for assistant message generation * Update OpenAPI specification for assistant message generation with new request structure and additional properties * Add default values for threadId and messages in assistant message generation * Add back the create topic and generate message pages
1 parent 91b02b7 commit 3eb582f

File tree

6 files changed

+446
-12
lines changed

6 files changed

+446
-12
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Mintlify Documentation
2+
3+
Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command
4+
5+
```
6+
npm i -g mintlify
7+
```
8+
9+
Run the following command at the root of your documentation (where mint.json is)
10+
11+
```
12+
mintlify dev
13+
```
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
openapi: POST /assistant/{domain}/message
3+
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
openapi: POST /chat/topic
3-
---
3+
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
openapi: POST /chat/message
3-
---
3+
---

0 commit comments

Comments
 (0)