Files
mistral-go-sdk/library/doc.go
vikingowl 5471723acc feat: Phase 10 polish — package docs, examples, integration tests
Add doc.go with package-level godoc for all 15 packages, runnable
example functions for chat completion, streaming, embeddings, and
error handling, plus build-tagged integration tests for live API
validation.
2026-03-05 20:12:02 +01:00

4 lines
155 B
Go

// Package library provides types for the Mistral document libraries API,
// including library and document CRUD, sharing, and processing.
package library