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.
6 lines
210 B
Go
6 lines
210 B
Go
// Package audio provides types for the Mistral audio transcription API.
|
|
//
|
|
// Streaming transcription returns typed [StreamEvent] values via a sealed
|
|
// interface dispatched by the "type" field.
|
|
package audio
|