Skip to content

fix: correct variable names, CallbackContext import, and add async session handling #417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

Rohit10jr
Copy link
Contributor

Replaced incorrect APP_NAME and USER_ID with app_name and user_id,
and fixed wrong import of CallbackContext from google.adk.agents in the documentation.

Rohit10jr and others added 4 commits June 1, 2025 09:11
…docs

Updated the Markdown link to point directly to the relevant section (output_key) within the LLM Agent documentation, instead of linking to the top of the page.
Replaced incorrect `APP_NAME` and `USER_ID` with `app_name` and `user_id`,  and fixed the wrong import of `CallbackContext` from `google.adk.agents` in the documentation.
@Rohit10jr Rohit10jr changed the title Fix variable names and CallbackContext import in documentation fix: variable names and CallbackContext import in documentation Jun 17, 2025
Added await to create_session and get_session calls. Moved session logic into async function. App now supports execution in both Jupyter notebooks and standard Python scripts.
@Rohit10jr Rohit10jr changed the title fix: variable names and CallbackContext import in documentation fix: correct variable names, CallbackContext import, and add async session handling Jun 20, 2025
Rohit10jr added 2 commits July 8, 2025 22:16
This file was missing the license header and was giving a warning on the pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants