Documentation ¶
Index ¶
- Variables
- func AddMessageToClaude(conversationID string, message string) string
- func CompletionWithSessionByClaude(client *anthropic.Client, conversationID string, prompt string) (string, error)
- func CompletionWithSessionWithStreamByClaude(client *anthropic.Client, conversationID string, prompt string, ...) error
- func CompletionWithoutSessionByClaude(client *anthropic.Client, prompt string) (string, error)
- func CompletionWithoutSessionWithStreamByClaude(client *anthropic.Client, prompt string, callBack anthropic.StreamCallback) error
- func GetClaudeClient() (*anthropic.Client, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var MessageQueueClaude map[string]string
Functions ¶
func AddMessageToClaude ¶
func GetClaudeClient ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.