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.
4 lines
127 B
Go
4 lines
127 B
Go
// Package file provides types for the Mistral files API,
|
|
// including upload, download, and metadata operations.
|
|
package file
|