-
-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
BugSomething isn't workingSomething isn't workingPlatformIssues & PRs about the AI Platform componentIssues & PRs about the AI Platform componentStatus: Needs Review
Description
Server tools in recently-introduced VertexAI platform are not working at all.
- The server-tools.php example does not use any server tools, instead, it fetches the url client-side.
- Tools are provided to VertexAI using wrong structure – server tools should not be inside
functionDeclarations
- Providing server tools to VertexAI within
symfony/ai
unnecessarily differs from providingserver_tools
to Gemini platform - It is difficult to pass in an empty object from yaml bundle config – that's why Gemini platform converts
true
inserver_tools
to an empty object
I will try to address all these
OskarStark
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingPlatformIssues & PRs about the AI Platform componentIssues & PRs about the AI Platform componentStatus: Needs Review