How could we implement provider-specific features like grounding for Gemini? #285
lamberttraccard
started this conversation in
General
Replies: 3 comments 3 replies
-
|
@ilvalerione no suggestions ? 🙂 |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@lamberttraccard look at #291 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
So at the moment, is it not possible to use provider-native tools directly? protected function tools(): array
{
return [
ProviderTool::make(
type: 'google_search'
),
$this->toolkit
];
}…but I only get an error when running it. Am I missing some configuration, or is this not yet supported? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was wondering how you think we could access specific provider features like search grounding or prompt caching that are offered for specific providers like Gemini?
see https://ai.google.dev/gemini-api/docs/google-search
Beta Was this translation helpful? Give feedback.
All reactions