mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
ci: fix discussion answering agent main.py by removing the redundant json import
PiperOrigin-RevId: 805879980
This commit is contained in:
committed by
Copybara-Service
parent
c5613fb6f0
commit
f52608328e
@@ -208,8 +208,6 @@ async def main():
|
||||
# If we have discussion JSON data, include it in the prompt
|
||||
# to avoid API call
|
||||
if discussion_json_data:
|
||||
import json
|
||||
|
||||
discussion_json_str = json.dumps(discussion_json_data, indent=2)
|
||||
prompt = (
|
||||
f"Please help answer this GitHub discussion #{discussion_number}."
|
||||
|
||||
Reference in New Issue
Block a user