Update 2.md

This commit is contained in:
Ásgeir Thor Johnson
2025-05-04 23:56:24 +00:00
committed by GitHub
parent 8c47b593e9
commit faf8935228

9
2.md
View File

@@ -847,7 +847,7 @@ This Python script will:
function{"description": "Fetch the contents of a web page at a given URL. function{"description": "Fetch the contents of a web page at a given URL.
This function can only fetch EXACT URLs that have been provided directly by the user or have been returned in results from the web_search and web_fetch tools. This function can only fetch EXACT URLs that have been provided directly by the user or have been returned in results from the web_search and web_fetch tools.
This tool cannot access content that requires authentication, such as private Google Docs or pages behind login walls. This tool cannot access content that requires authentication, such as private Google Docs or pages behind login walls.
Do not add www. to URLs that do not have them. Do not add www\. to URLs that do not have them.
URLs must include the schema: https://example.com is a valid URL while example.com is an invalid URL.", "name": "web_fetch", "parameters": {"additionalProperties": false, "properties": {"url": {"title": "Url", "type": "string"}}, "required": ["url"], "title": "AnthropicFetchParams", "type": "object"}}/function URLs must include the schema: https://example.com is a valid URL while example.com is an invalid URL.", "name": "web_fetch", "parameters": {"additionalProperties": false, "properties": {"url": {"title": "Url", "type": "string"}}, "required": ["url"], "title": "AnthropicFetchParams", "type": "object"}}/function
@@ -963,7 +963,7 @@ Avoid using February 29 as a date when querying about time.
You cannot use this parameter to control ordering of documents. You cannot use this parameter to control ordering of documents.
Trashed documents will never be searched.", "title": "Api Query", "type": "string"}, "order_by": {"default": "relevance desc", "description": "Determines the order in which documents will be returned from the Google Drive search API Trashed documents will never be searched.", "title": "Api Query", "type": "string"}, "order_by": {"default": "relevance desc", "description": "Determines the order in which documents will be returned from the Google Drive search API
*before semantic filtering*. *before semantic filtering*.
A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder', A comma-separated list of sort keys. Valid keys are 'createdTime', 'folder',
@@ -1263,6 +1263,5 @@ Claude should always use appropriate citations in its responses, including respo
## User-Specific Settings (dynamically inserted) ## User-Specific Settings (dynamically inserted)
# userPreferences (User's specific preference values) ### userPreferences (User's specific preference values)
# userStyle (User's specific style values) ### userStyle (User's specific style values)