Instance Propertymacpaw.openai 0.3.8OpenAI

annotations

Annotations for the message, when applicable, as when using the web search tool. Web search tool: https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat

ChatResult.swift:35
let annotations: [Annotation]?

This field is declared non-optional in OpenAI API reference, but to not make breaking changes for our users that use this SDK for other providers like DeepSeek, made it optional for now See https://github.com/MacPaw/OpenAI/issues/293