mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Better error reporting when multi choices is used
This commit is contained in:
parent
ab0eba2f72
commit
e9d547556d
2 changed files with 15 additions and 6 deletions
|
@ -391,6 +391,7 @@ EditDocumentsByFunctionError , InvalidRequest , BAD_REQU
|
|||
InvalidSettingsIndexChat , InvalidRequest , BAD_REQUEST ;
|
||||
// Experimental features - Chat Completions
|
||||
UnimplementedNonStreamingChatCompletions , InvalidRequest , NOT_IMPLEMENTED ;
|
||||
UnimplementedMultiChoiceChatCompletions , InvalidRequest , NOT_IMPLEMENTED ;
|
||||
ChatNotFound , InvalidRequest , NOT_FOUND ;
|
||||
InvalidChatCompletionOrgId , InvalidRequest , BAD_REQUEST ;
|
||||
InvalidChatCompletionProjectId , InvalidRequest , BAD_REQUEST ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue