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

7
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
@@ -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)