MessagePart type
Union av alla typer av meddelandedel per OTEL gen-ai-semantiska konventioner.
Obs! GenericPart fungerar som en catch-all för framåtkompatibilitet med anpassade eller framtida deltyper. Eftersom dess type är string (inte en literal), kommer fullständigcaseswitch/på part.type inte att generera kompileringstidsfel för ohanterade fall.
type MessagePart =
| TextPart
| ToolCallRequestPart
| ToolCallResponsePart
| ReasoningPart
| BlobPart
| FilePart
| UriPart
| ServerToolCallPart
| ServerToolCallResponsePart
| GenericPart