-
Couldn't load subscription status.
- Fork 207
#3707 Refactor API endpoint to generate assistant messages with updated request and response structures #905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
64510d2
e9203e3
ec9474a
a0a34c8
fdf00ef
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Mintlify Documentation | ||
|
|
||
| Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command | ||
|
|
||
| ``` | ||
| npm i -g mintlify | ||
| ``` | ||
|
|
||
| Run the following command at the root of your documentation (where mint.json is) | ||
|
|
||
| ``` | ||
| mintlify dev | ||
| ``` | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. to dogfood our own features, we might want to add a defer to @ethanpalm if we actually want this or not though! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Happy to add that if desired! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can totally merge without for now but depending on Ethan's preference we can add it in a follow-up :) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| --- | ||
| openapi: POST /assistant/{domain}/message | ||
| --- |
skeptrunedev marked this conversation as resolved.
Show resolved
Hide resolved
|
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open source repo so I thought fit to give it at least a bit of a README lol. More effort might be warranted for this at some point in the future.