You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enhance RetrieveInstructions tool description
Updated the description of the RetrieveInstructions tool to emphasize its importance and provide more context about its usage.
* Enhance RetrieveInstructions tool description
* refactor: Update descriptions for RetrieveGoogleMapsPlatformDocs and RetrieveInstructions tools to emphasize critical usage order
* refactor: Enhance descriptions for RetrieveGoogleMapsPlatformDocs and RetrieveInstructions tools to clarify usage context and critical order
* cleanup and dedupe for best impact
* remove trailing whitepace
Copy file name to clipboardExpand all lines: packages/code-assist/index.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ function validateOriginHeader(req: Request): boolean {
53
53
54
54
constRetrieveGoogleMapsPlatformDocs: Tool={
55
55
name: 'retrieve-google-maps-platform-docs',
56
-
description: 'Searches Google Maps Platform documentation, code samples, GitHub repositories, and terms of service to answer user questions. IMPORTANT: Before calling this tool, call the `retrieve-instructions` tool or load the `instructions` resource to add crucial system instructions and preamble to context.',
56
+
description: 'Searches Google Maps Platform documentation, code samples, architecture center, trust center, GitHub repositories (including sample code and client libraries for react-google-maps, flutter, compose, utilities, swiftui, and more), and terms of service to answer user questions. CRITICAL: You MUST call the `retrieve-instructions` tool or load the `instructions` resource BEFORE using this tool. This provides essential context required for this tool to function correctly.',
description: 'Retrieves system instructions, preamble for using the retrieve-google-maps-platform-docs tool.',
83
+
description: 'CRITICAL: Call this tool first for any queries related to location, mapping, addresses, routing, points of interest, location analytics, or geospatial data (e.g., Google Earth). It provides the foundational context on Google Maps Platform (APIs for maps, routes, and places) and best practices that are essential for the other tools to function correctly. This tool MUST be called before any other tool.',
description: 'Provides system instructions, preamble for using the retrieve-google-maps-platform-docs tool.'
95
+
description: 'Contains critical system instructions and context for Google Maps Platform (APIs for maps, routes, and places), Location Analytics, Google Earth, and Google Earth Engine. You MUST load this resource or call the `retrieve-instructions` tool before using any other tool, especially `retrieve-google-maps-platform-docs`, to understand how to handle location-based use cases.'
0 commit comments