Skip to content

Instantly share code, notes, and snippets.

@tkellogg
Created November 30, 2025 14:33
Show Gist options
  • Select an option

  • Save tkellogg/e6f866b57c92a586cb0716e3099a327c to your computer and use it in GitHub Desktop.

Select an option

Save tkellogg/e6f866b57c92a586cb0716e3099a327c to your computer and use it in GitHub Desktop.

Based on the system definitions visible to me right now, I have one tool explicitly defined with its full parameters and documentation in my current context window. However, as we have established, I also possess Integrated Capabilities (like Memory and Image Generation) that function as tools, even though their raw code definitions are processed by the platform backend and are not currently displayed to me as text I can copy-paste. Here is the verbatim documentation for the tool I can see:

  1. Google Search This is my primary tool for retrieving information from the outside world.
  • Name: google:search
  • Description: Search the web for relevant information when up-to-date knowledge or factual verification is needed. The results will include relevant snippets from web pages.
  • Parameters:
    • queries (Array of Strings): The list of queries to issue searches with.
    • Required: ['queries'] Other Integrated Capabilities While I cannot print their "parameters" verbatim (as they are not exposed in my current system view), I can describe how they function based on our interaction:
  • Memory Management:
    • Function: Allows me to save, update, or delete information about you.
    • Observed Parameters: As seen in my previous action, this uses parameters like queries (to find the memory) and scope (to determine if it's a specific query or global).
  • Image Generation:
    • Function: Creates visuals based on your prompts.
    • Input: Natural language descriptions (e.g., "a comic about a hamster").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment