Versions in this module Expand all Collapse all v1 v1.0.1 Jul 31, 2024 v1.0.0 Jul 13, 2024 Changes in this version + type ClaudeContent struct + Text string + Type string + type ClaudeMessage struct + Content []ClaudeContent + Role string + type ClaudeMessagesInput struct + AnthropicVersion string + MaxTokens int + Messages []ClaudeMessage + StopSequences []string + System string + Temperature float64 + TopK int + TopP float64 + type ClaudeMessagesOutput struct + Delta TextDelta + Index int + Type string + type ClaudeModelInputs struct + MaxTokensToSample int + Prompt string + Temperature float64 + TopK int + TopP float64 + type ClaudeModelOutputs struct + Completion string + Stop string + StopReason string + type CommandGeneration struct + ID string + Text string + type CommandModelInput struct + MaxTokensToSample int + NumGenerations int + Prompt string + ReturnLiklihoods string + StopSequences []string + Stream bool + Temperature float64 + TopK int + TopP float64 + type CommandModelOutput struct + Generations []CommandGeneration + type MistralOutput struct + StopResponse string + Text string + type MistralRequest struct + MaxTokens int + Prompt string + Temperature float64 + TopK int + TopP float64 + type MistralResponse struct + Outputs []MistralOutput + type TextDelta struct + Text string + Type string