first commit
This commit is contained in:
14
docs/openapi/schemas/integrations/cohere/common.yaml
Normal file
14
docs/openapi/schemas/integrations/cohere/common.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# Cohere Integration Common Types
|
||||
|
||||
CohereError:
|
||||
type: object
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
description: Error type
|
||||
message:
|
||||
type: string
|
||||
description: Error message
|
||||
code:
|
||||
type: string
|
||||
description: Optional error code
|
||||
Reference in New Issue
Block a user