mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: refactor discussion answering agent to merge answer_discussions.py into main.py
mainly to dedup duplicated functionality in both file. PiperOrigin-RevId: 802291102
This commit is contained in:
committed by
Copybara-Service
parent
831e2e6d4d
commit
408d3dfeb1
@@ -41,6 +41,5 @@ jobs:
|
||||
OWNER: 'google'
|
||||
REPO: 'adk-python'
|
||||
INTERACTIVE: 0
|
||||
DISCUSSION_NUMBER: ${{ github.event.discussion.number }}
|
||||
PYTHONPATH: contributing/samples
|
||||
run: python -m adk_answering_agent.main
|
||||
run: python -m adk_answering_agent.main --discussion_number ${{ github.event.discussion.number }}
|
||||
|
||||
Reference in New Issue
Block a user