pub fn image_content(
data: impl Into<String>,
mime_type: impl Into<String>,
) -> Value👎Deprecated since 0.2.0:
Use image_url_content or image_data_content instead
Expand description
Helper to create an image content response (legacy)
DEPRECATED: Use image_url_content or image_data_content instead.
This function is kept for backward compatibility but uses the old field name.