You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/multimodal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ For more details on how this feature works, read [this blog post](https://techco
100
100
101
101
## Compatibility
102
102
103
-
* This feature is not fully compatible with the [agentic retrieval](./agentic_retrieval.md) feature.
103
+
* This feature is **not** fully compatible with the [agentic retrieval](./agentic_retrieval.md) feature.
104
104
The agent *will* perform the multimodal vector embedding search, but it will not return images in the response,
105
105
so we cannot send the images to the chat completion model.
106
-
* This feature is compatible with the [reasoning models](./reasoning.md) feature, as long as you use a model that [supports image inputs](https://learn.microsoft.com/azure/ai-services/openai/how-to/reasoning?tabs=python-secure%2Cpy#api--feature-support).
106
+
* This feature *is* compatible with the [reasoning models](./reasoning.md) feature, as long as you use a model that [supports image inputs](https://learn.microsoft.com/azure/ai-services/openai/how-to/reasoning?tabs=python-secure%2Cpy#api--feature-support).
0 commit comments