Jaroslav Pantsjoha

Results 6 issues of Jaroslav Pantsjoha

fixing the auth snippet section

## Problem Developers are experiencing **schema validation failures** (400 Bad Request errors) when using function tools with Gemini API due to unclear or incomplete type annotation requirements. This is causing...

## Summary This issue proposes creating a comprehensive troubleshooting guide in the adk-docs repository to help developers quickly resolve common ADK errors and configuration issues. ## Problem Statement While ADK...

## Summary Adds comprehensive best practices guide for building function tools in ADK, covering: - **File upload handling patterns**: Support both uploaded files and file paths - **Type annotation requirements**:...

## Summary This PR adds a **backend blocking poll pattern** for human-in-the-loop (HITL) approval workflows as an alternative to the existing `LongRunningFunctionTool` pattern. ### Pattern Overview The backend blocking poll...

core

## Summary Add comprehensive documentation identifying common agent instruction anti-patterns and providing proven solutions. This guide addresses community-reported issues with HITL (Human-in-the-Loop) patterns and autonomous polling instructions. ## Problem Addressed...