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
2 changes: 1 addition & 1 deletion alloydb-ai-mcp/cymbal_logistic/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def run_query_sync(request_text, cluster_name, location, instance_name, database
When you answer questions about Cymbal Logistic activity
use the toolset to run query in the AlloyDB cluster {cluster_name} instance {instance_name} in the location {location}
in the project {project_id} in the database {database_name}
Use ai schema to use AI functions and models like gemini-3-flash-preview with the functions from the schema.
Use ai schema to use AI functions and the models like gemini-3.5-flash with the functions from the schema.
"""

if summary:
Expand Down
4 changes: 2 additions & 2 deletions alloydb-ai-mcp/cymbal_logistic/data_agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
mcp_toolset = McpToolset(connection_params=connection_params)


MODEL_ID = "gemini-3-flash-preview"
MODEL_ID = "gemini-3.5-flash"
cluster_name="alloydb-aip-01"
instance_name="alloydb-aip-01-pr"
location="us-central1"
Expand All @@ -66,7 +66,7 @@
When you answer questions about Cymbal Logistic activity
use the toolset to run query in the AlloyDB cluster {cluster_name} instance {instance_name} in the location {location}
in the project {project_id} in the database {database_name}
Use ai schema to use AI functions and models like gemini-3-flash-preview with the functions from the schema.
Use ai schema to use AI functions and models like gemini-3.5-flash with the functions from the schema.
""",
tools=[mcp_toolset],
)
Expand Down
2 changes: 1 addition & 1 deletion alloydb-ai-mcp/cymbal_logistic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12.11"
dependencies = [
"google-adk>=1.26.0",
"google-adk[mcp]>=1.26.0",
"google-auth>=2.48.0",
"matplotlib>=3.10.8",
"mesop>=1.2.2",
Expand Down