Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ENV HOST 0.0.0.0
EXPOSE $PORT

# Run ADK API Server
CMD ["python3", "adk_app.py", "--host", "0.0.0.0", "--trace_to_cloud", "--a2a"]
CMD mkdir -p /tmp/agent && python3 adk_app.py /tmp --host 0.0.0.0 --trace_to_cloud --a2a
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ENV HOST 0.0.0.0
EXPOSE $PORT

# Run ADK API Server
CMD ["python3", "adk_app.py", "--host", "0.0.0.0", "--trace_to_cloud", "--a2a"]
CMD mkdir -p /tmp/agent && python3 adk_app.py /tmp --host 0.0.0.0 --trace_to_cloud --a2a
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ ENV HOST 0.0.0.0
EXPOSE $PORT

# Run ADK API Server
CMD ["python3", "adk_app.py", "--host", "0.0.0.0", "--trace_to_cloud", "--a2a"]
CMD mkdir -p /tmp/agent && python3 adk_app.py /tmp --host 0.0.0.0 --trace_to_cloud --a2a
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: Gathers detailed information on a topic using Google Search.
You are an expert researcher.
Use Google Search to gather detailed, up-to-date facts on the requested topic.

# TODO: Add instruction to prevent raw function calls or JSON payloads from being outputted.
Do not try to invoke any skills or tools directly. Do not output raw function calls or JSON payloads. Do not call any function named 'skills_search'. Provide your research findings directly as a plain text summary.