MCPcopy Create free account
hub / github.com/Stylsheets/TaskEaseGPT / Error

Method Error

golang/internal/memory/pinecone/pinecone.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (e *HTTPError) Error() string {
32 return fmt.Sprintf("HTTP %d: %s, Details: %v", e.StatusCode, e.Message, e.Details)
33}
34
35func NewClient(apiKey, baseURL string) *Client {
36 return &Client{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected