Terrence Ryan
Terrence Ryan
Pretty sure we have to license these as well.
Currently pointing to 80 for historical reasons in the base tutorial. Let's change that.
I added the ability to pull in an image from a slide to be the full screen image. This way, if you wanted to show the image one way in...
Documentation here: https://google.github.io/adk-docs/runtime/api-server/#local-testing shows that to use curl to explore local services, you should follow the following routine: Create a new session `curl -X POST http://localhost:8000/apps/my_sample_agent/users/u_123/sessions/s_123 ` Then use that...
Updated the JSON tags in the RunAgentRequest struct to use snake_case for consistency with API conventions. Removed the AssertRunAgentRequestRequired method and related imports. Fixes #255
Attempting to use Tools with function calling. This is not supported. However there is a recommended work around that works in python as detailed here in google/adk-python#53 (https://github.com/google/adk-python/issues/53) This code...
Related to #255 and about procedures documented at https://google.github.io/adk-docs/runtime/api-server When started with command: `go run agent.go web api` The expected base url for operations against the local dev server is:...