Skip to content

Conversation

@kzu
Copy link
Member

@kzu kzu commented Dec 5, 2025

We switch to the native gRPC-based GrokClient rather than endlessly trying to shoehorn everything over the OpenAI responses API.

By going native, we can now leverage quickly and easily all of the latest and greatest features that would otherwise require using the native API (most agentic tools require that).

Still pending to implement the embedding generator and image generator clients.

@kzu kzu added the enhancement New feature or request label Dec 5, 2025
kzu added 13 commits December 5, 2025 12:43
Easily enable Web/X search from options
We model the hosted tool content so that responses can include them if needed by the client.
HostedFileSearchTool => Collection Search
HostedVectorStoreContent => CollectionIds
Since opting for those outputs likely consumes additional output tokens, make them opt-in only.

Now both are represented with specific tools rather than our generic HostedToolCallContent. Marked its usage as experimental since it's marked such in MS.E.AI too.
@kzu
Copy link
Member Author

kzu commented Dec 5, 2025

36 passed 36 passed 24 skipped

🧪 Details on Ubuntu 24.04.3 LTS

from dotnet-retest v1.0.0 on .NET 10.0.0 with 💜 by @devlooped

kzu added 2 commits December 5, 2025 13:09
This fixes missing method exceptions in tests.

We don't need the conditional deps versions for .net8. It's perfectly fine to use .v10 packages in .net8
@kzu kzu merged commit fdb3352 into main Dec 5, 2025
4 checks passed
@kzu kzu deleted the grok branch December 5, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants