-
Notifications
You must be signed in to change notification settings - Fork 11
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
Test examples #61
base: main
Are you sure you want to change the base?
Test examples #61
Conversation
🌿 Preview your docs: https://cohere-preview-7f86eea1-981a-42ce-9a31-d7840f869397.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-5fe263e2-dab4-437f-9365-ca955fa13d68.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-bccb26e7-ee2d-40d9-a234-ec1a9322f107.docs.buildwithfern.com |
ddc44a4
to
10a4a19
Compare
🌿 Preview your docs: https://cohere-preview-9a76291e-e75f-4dbc-bbdd-26f7e7bea324.docs.buildwithfern.com |
a40ca6d
to
d95ca33
Compare
🌿 Preview your docs: https://cohere-preview-c44058d7-55bc-41cb-a063-6ea0bb3e447e.docs.buildwithfern.com |
Co-authored-by: billytrend-cohere <[email protected]>
🌿 Preview your docs: https://cohere-preview-28c5dc08-0532-4d32-8210-8887e56d2179.docs.buildwithfern.com |
This PR adds new files and makes changes to the existing ones in the
snippets/requests
and snippets/responses directories.New files:
snippets/requests/chat-post/default.yaml
snippets/requests/chat-post/documents.yaml
snippets/requests/chat-post/stream.yaml
snippets/requests/chat-post/tools.yaml
snippets/requests/classify-post.yaml
snippets/requests/connector-create.yaml
snippets/requests/detokenize-post.yaml
snippets/requests/embed-jobs-post.yaml
snippets/requests/embed-post.yaml
snippets/requests/generate-post.yaml
snippets/requests/rerank-post.yaml
snippets/requests/summarize-post.yaml
snippets/requests/tokenize-post.yaml
snippets/responses/chat-post/documents.yaml
snippets/responses/chat-post/stream.yaml
snippets/responses/chat-post/tools.yaml
snippets/responses/classify-post.yaml
snippets/responses/detokenize-post.yaml
snippets/responses/generate-post.yaml
snippets/responses/rerank-post.yaml
snippets/responses/summarize-post.yaml
snippets/responses/tokenize-post.yaml
Changes to existing files:
snippets/requests/chat-post/default.yaml
: Addedchat_history
andconnectors
fields.snippets/responses/chat-post/documents.yaml
: Added a response from the chatbot.snippets/responses/chat-post/stream.yaml
: Addedchat_history
andconnectors
fields.snippets/responses/chat-post/tools.yaml
: Added a response from the chatbot.snippets/responses/classify-post.yaml
: Addedclassifications
andmeta
fields.snippets/responses/detokenize-post.yaml
: Addedtext
andmeta
fields.snippets/responses/generate-post.yaml
: Addedgenerations
andmeta
fields.snippets/responses/rerank-post.yaml
: Addedresults
andmeta
fields.snippets/responses/summarize-post.yaml
: Addedsummary
andmeta
fields.snippets/responses/tokenize-post.yaml
: Addedtokens
andtoken_strings
fields.