Skip to content

Native Grok implementation package - #174

Merged
kzu merged 15 commits into
mainfrom
grok
Dec 5, 2025
Merged

Native Grok implementation package#174
kzu merged 15 commits into
mainfrom
grok

Conversation

@kzu

@kzukzu commented Dec 5, 2025

Copy link
Copy Markdown
Member

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.

@kzukzu 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

kzu commented Dec 5, 2025

Copy link
Copy Markdown
MemberAuthor

36 passed36 passed24 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 mainDec 5, 2025
4 checks passed
@kzu
kzu deleted the grok branch December 5, 2025 16:49
@devloopeddevlooped locked and limited conversation to collaborators Jan 5, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kzu