Versions in this module Expand all Collapse all v0 v0.1.3 Jul 4, 2026 v0.1.1 Jun 25, 2026 Changes in this version + var ErrUnimplemented = errUnimplemented + type ChatRequest struct + MaxTokens int + Message string + Model string + SystemPrompt string + type ChatResponse struct + Content string + FinishReason string + NodeID string + type ChatService interface + Chat func(ctx context.Context, req *ChatRequest) (*ChatResponse, error) + func NewChatService() ChatService