6 ms·
How do you deal with the different APIs/Tooluse schema in a custom build? As other people have mentioned, it's a bigger undertaking than it sounds.
by moinism 10mo ago
How do you deal with the different APIs/Tooluse schema in a custom build? As other people have mentioned, it's a bigger undertaking than it sounds.
- catlover76 10mo ago[dead]
- koakuma-chan 10mo agoYou can just tell the AI which format you want the input in, in natural language.
- verdverm 10mo agoyou're wasting valuable context with approaches like that save it for more interesting tasks
- koakuma-chan 10mo agoAre you saying that json schema takes less tokens?
- verdverm 10mo agoI'm saying that having tools/subagents is less tokens For example, instead of a JSON schema in your prompt, use an Open API subagent with API tools to keep your primary contexts clean https://google.github.io/adk-docs/tools-custom/openapi-tools/ https://google.github.io/adk-docs/tools-custom/openapi-tools...