Files
mistral-go-sdk/audio/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

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