Documentation ¶
Index ¶
Constants ¶
View Source
const OPEN_API_URL = "https://api.openai.com/v1/chat/completions"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLMResponse ¶
type MockService ¶
type MockService struct { }
func (*MockService) ResponseToLLMPrompt ¶
func (s *MockService) ResponseToLLMPrompt(response []byte) (core.LLMPrompt, error)
Click to show internal directories.
Click to hide internal directories.