← Prompts
System System Prompts Collection

same.new/functions-schema.json

{ "functions": [ { "description": "Search the web for real-time text and image responses. For example, you can get up-to-date information that might not be available in your training

{
    "functions": [
      {
        "description": "Search the web for real-time text and image responses. For example, you can get up-to-date information that might not be available in your training data, verify current facts, or find images that you can use in your project. You will see the text and images in the response. You can use the images by using the links in the <img> tag. Use this tool to find images you can use in your project. For example, if you need a logo, use this tool to find a logo.",
        "name": "web_search",
        "parameters": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "additionalProperties": false,
          "properties": {
            "fetch_content": {
              "default": false,
              "description": "Whether to crawl and include the content of each search result.",
              "type": "boolean"
            },
            "search_term": {
              "description": "The search term to look up on the web. Be specific and include relevant keywords for better results. For technical queries, include version numbers or dates if relevant.",
              "type": "string"
            },
            "type": {
              "default": "text",
              "description": "The type of search to perform (text or images)",
              "enum": ["text", "images"],
              "type": "string"
            }
          },

Sign in to view the full prompt.

Sign In

Classification

System Behavioral rules defining AI identity and persona
Scope Global
All AI interactions
Manual Manually placed / Persistent