package
Version:
v0.14.0-nightly.20250308
Opens a new window with list of versions in this module.
Published: Mar 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const EmbedModelMetadata = "cohere.embed.model"
type ChatResponse struct {
ID string `json:"id"`
FinishReason string `json:"finish_reason"`
Message struct {
Role string `json:"role"`
Content []struct {
Type string `json:"type"`
Text string `json:"text"`
} `json:"content"`
} `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.