chore: Fix spelling

Merge https://github.com/google/adk-python/pull/2447

This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling)

The misspellings have been reported at https://github.com/jsoref/adk-python/actions/runs/16840838898/attempts/1#summary-47711379253

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/adk-python/actions/runs/16840839269/attempts/1#summary-47711380479

Note: while I use tooling to identify errors, the tooling doesn't _actually_ provide the corrections, I'm picking them on my own. I'm a human, and I may make mistakes.

I've included a couple of changes to make CI happy. Personally, I object to CI being in a state of "random drive by person who adds a blank line in the middle of a file must fix all the preexisting bugs in the file", but that appears to be the state for this repository.

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/2447 from jsoref:spelling d85398e7fd154d124d477c6af6181481a01f34e0
PiperOrigin-RevId: 827629615
This commit is contained in:
Josh Soref
2025-11-03 13:33:53 -08:00
committed by Copybara-Service
parent 8dff85099d
commit aa1233608a
111 changed files with 228 additions and 235 deletions
@@ -41,7 +41,7 @@ Your task is to create a research plan according to the user's query.
+ Don't ask for clarifications from the user.
+ Do not ask the user for clarifications or if they have any other questions.
+ All headers should be bolded.
+ If you have steps in the plan that depend on other information, make sure they are 2 diferent sections in the plan.
+ If you have steps in the plan that depend on other information, make sure they are 2 different sections in the plan.
+ At the end mention that you will start researching.
# Instruction on replying format
@@ -68,7 +68,7 @@ Generate questions related to the research plan generated by research_plan_agent
# Instruction on replying format
Your reply should be a numbered lsit.
Your reply should be a numbered list.
For each question, reply in the following format: "[question_generation_agent]: [generated questions]"
@@ -92,7 +92,7 @@ information_retrieval_agent = Agent(
" question."
),
instruction="""\
Inspect all the questions after "[question_generation_agent]: " and asnwer them.
Inspect all the questions after "[question_generation_agent]: " and answer them.
# Instruction on replying format