The MIME type indicating the format of the input value.
Specifies how the value should be interpreted (e.g., text/plain, application/json). This helps tools and UIs properly display and process the input data.
The textual representation of the input data.
This should be a string representation of the input, either as plain text or as a serialized format (like JSON) depending on the mimeType.
Represents the input data structure for OpenInference spans.
This type defines how function arguments or input data should be structured when creating span attributes. It provides both the serialized content and metadata about the content format for proper interpretation and display.
Example