Search the documentation
50 pages for temp.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it. Cut at 50, so a narrower query shows the rest.
Group Charter Template
Model Context Protocol · title
community/charter-template
SEP-2149: MCP Group Governance and Charter Template
Model Context Protocol · title
seps/2149-working-group-charter-template
glossary
Claude Developer Platform · in the page
about-claude/glossary
…tagline, "AI assistant for life and work." * A **helpful** AI will attempt to perform the task or answer the question posed to the best of its abilities, providing relevant and useful information. *…
model-deprecations
Claude Developer Platform · in the page
about-claude/model-deprecations
…ode continues to type-check. The Python SDK (v1.0 and later) removes `temperature`, `top_p`, and `top_k`, so passing them raises a `TypeError`. | Parameter | Status…
Or, for the model with the same capabilities and no access approval requirement:
Claude Developer Platform · in the page
about-claude/models/migration-guide
…swap the model ID. 1. **Sampling parameters (unchanged):** Setting `temperature`, `top_p`, or `top_k` to a non-default value returns a 400 error on Claude Opus 5, the same as on Claude Opus 4.7. Mos…
optimizing-for-cost-and-intelligence
Claude Developer Platform · in the page
about-claude/models/optimizing-for-cost-and-intelligence
…-intelligence#compare-models-on-cost-per-task) | | Attempts end with `stop_reason: max_tokens` | Raise `max_tokens`; 64,000 covered every turn measured and cost nothing extra per…
customer-support-chat
Claude Developer Platform · in the page
about-claude/use-case-guides/customer-support-chat
…et quotes for their insurance needs.""" ``` <Tip> While you may be tempted to put all your information inside a system prompt as a way to separate instructions from the user conversation, Claude ac…
Create an instance of the Claude API client
Claude Developer Platform · in the page
about-claude/use-case-guides/ticket-routing
…""" ``` Here are the key components of this prompt: * The prompt template is a Python f-string, allowing the `ticket_contents` to be inserted into the `<request>` tags. * The prompt gives Claude…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/best-practices
…affects behavior Example: ````markdown ## Generate report Use this template and customize as needed: ```python def generate_report(data, format="markdown", include_charts=True): # Process data…
claude-api-skill
Claude Developer Platform · in the page
agents-and-tools/agent-skills/claude-api-skill
…perated platforms * **Breaking parameter changes**, such as removing `temperature`, `top_p`, and `top_k` for Claude Opus 4.8 and Claude Opus 4.7, and converting `thinking: {type: "enabled", budget_tok…
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/overview
…ill packages instructions, metadata, and optional resources (scripts, templates) that Claude uses automatically when relevant. --- <Note> For how zero data retention (ZDR) applies to this feature,…
quickstart
Claude Developer Platform · in the page
agents-and-tools/agent-skills/quickstart
…load the file with the Files API. The example saves it to your system temp directory: <CodeGroup> ```bash cURL # Extract the file ID. The code execution tool runs the Skill's code through # its…
deploy-helm
Claude Developer Platform · in the page
agents-and-tools/mcp-tunnels/deploy-helm
…spec: replicas: 1 selector: matchLabels: { app: hello-mcp } template: metadata: labels: { app: hello-mcp } spec: containers: - name: hello-mcp image: py…
advisor-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/advisor-tool
…nnet executors: 74 percent (Sonnet) to 98 percent (Haiku) of nudged attempts in Anthropic's testing called the advisor immediately at turn 2. If that lands before your executor has read the problem or…
build-a-tool-using-agent
Claude Developer Platform · in the page
agents-and-tools/tool-use/build-a-tool-using-agent
…type RecurrenceInput struct { Frequency string `json:"frequency,omitempty" jsonschema:"enum=daily,enum=weekly,enum=monthly,description=How often the event repeats"` Count int `json:"count…
code-execution-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/code-execution-tool
…---------- | | All tools | `unavailable` | The tool is temporarily unavailable | | All tools | `execution_time_exceeded` | The tool invocation exceeded the maximu…
computer-use-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/computer-use-tool
…cells. Complex spreadsheet operations might still require multiple attempts. 6. **Account creation and content generation on social and communications platforms:** Although Claude visits websites, it…
define-tools
Claude Developer Platform · in the page
agents-and-tools/tool-use/define-tools
…um": ["celsius", "fahrenheit"], "description": "The unit of temperature, either 'celsius' or 'fahrenheit'" } }, "required": ["location"] } } ``` This tool, nam…
handle-tool-calls
Claude Developer Platform · in the page
agents-and-tools/tool-use/handle-tool-calls
…Accordion> <Accordion title="Invalid tool name"> If Claude's attempted use of a tool is invalid (for example, missing required parameters), it usually means that there wasn't enough information…
Process results programmatically
Claude Developer Platform · in the page
agents-and-tools/tool-use/programmatic-tool-calling
…tool description. If you specify that the tool returns JSON, Claude attempts to deserialize and process the result in code. The more detail you provide about the output schema, the better Claude can h…
strict-tool-use
Claude Developer Platform · in the page
agents-and-tools/tool-use/strict-tool-use
…"fahrenheit"], "description": "The unit of temperature, either 'celsius' or 'fahrenheit'", }, }, "required": ["loca…
Log at info level
Claude Developer Platform · in the page
agents-and-tools/tool-use/tool-runner
…ocation: The city and state, e.g. San Francisco, CA unit: Temperature unit, either 'celsius' or 'fahrenheit' """ return json.dumps({"temperature": "20°C", "condition": "Sun…
web-fetch-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/web-fetch-tool
…etches performed. Failed fetches count against the limit. If Claude attempts more fetches than allowed, the `web_fetch_tool_result` is an error with the `max_uses_exceeded` error code. There is curren…
web-search-tool
Claude Developer Platform · in the page
agents-and-tools/tool-use/web-search-tool
…_uses` parameter limits the number of searches performed. If Claude attempts more searches than allowed, the `web_search_tool_result` is an error with the `max_uses_exceeded` error code. Simple factu…
Admin
Claude Developer Platform · in the page
api/admin
…min settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list. - `source_type: "direct" or "scim"` How the RBAC Group…
RBAC Groups
Claude Developer Platform · in the page
api/admin/rbac_groups
…min settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list. - `source_type: "direct" or "scim"` How the RBAC Group…
Create RBAC Group
Claude Developer Platform · in the page
api/admin/rbac_groups/create
…min settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list. - `source_type: "direct" or "scim"` How the RBAC Group…
List RBAC Groups
Claude Developer Platform · in the page
api/admin/rbac_groups/list
…min settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list. - `source_type: "direct" or "scim"` How the RBAC Group…
Get RBAC Group
Claude Developer Platform · in the page
api/admin/rbac_groups/retrieve
…min settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list. - `source_type: "direct" or "scim"` How the RBAC Group…
Update RBAC Group
Claude Developer Platform · in the page
api/admin/rbac_groups/update
…min settings and is read-only on this API. `null` means role data was temporarily unavailable — retry to distinguish from an empty list. - `source_type: "direct" or "scim"` How the RBAC Group…
Spend Limits
Claude Developer Platform · in the page
api/admin/spend_limits
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"`…
Increase Requests
Claude Developer Platform · in the page
api/admin/spend_limits/increase_requests
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"…
Approve Spend Limit Increase Request
Claude Developer Platform · in the page
api/admin/spend_limits/increase_requests/approve
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"`…
Deny Spend Limit Increase Request
Claude Developer Platform · in the page
api/admin/spend_limits/increase_requests/deny
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"…
List Spend Limit Increase Requests
Claude Developer Platform · in the page
api/admin/spend_limits/increase_requests/list
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"…
Get Spend Limit Increase Request
Claude Developer Platform · in the page
api/admin/spend_limits/increase_requests/retrieve
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"…
List Effective Spend Limits
Claude Developer Platform · in the page
api/admin/spend_limits/list_effective
…not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable. - `scope: object` Scope selecting a single member of the organization. - `type: "user"`…
Beta
Claude Developer Platform · in the page
api/beta
…in responses. This parameter will be removed in a future release. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperat…
Messages
Claude Developer Platform · in the page
api/beta/messages
…in responses. This parameter will be removed in a future release. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperat…
Batches
Claude Developer Platform · in the page
api/beta/messages/batches
…esponses. This parameter will be removed in a future release. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temp…
Create a Message Batch
Claude Developer Platform · in the page
api/beta/messages/batches/create
…esponses. This parameter will be removed in a future release. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temp…
Retrieve Message Batch results
Claude Developer Platform · in the page
api/beta/messages/batches/results
…response if processing failed, or the reason why processing was not attempted, such as cancellation or expiration. - `BetaMessageBatchSucceededResult object` - `message: BetaMessage`…
Create a Message
Claude Developer Platform · in the page
api/beta/messages/create
…in responses. This parameter will be removed in a future release. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperat…
Vaults
Claude Developer Platform · in the page
api/beta/vaults
…entsRefreshObject or null` Outcome of a refresh-token exchange attempted during credential validation. - `http_response: BetaManagedAgentsRefreshHTTPResponse or null` An HTTP response…
Credentials
Claude Developer Platform · in the page
api/beta/vaults/credentials
…entsRefreshObject or null` Outcome of a refresh-token exchange attempted during credential validation. - `http_response: BetaManagedAgentsRefreshHTTPResponse or null` An HTTP response…
Validate Credential
Claude Developer Platform · in the page
api/beta/vaults/credentials/mcp_oauth_validate
…entsRefreshObject or null` Outcome of a refresh-token exchange attempted during credential validation. - `http_response: BetaManagedAgentsRefreshHTTPResponse or null` An HTTP response…
routines-fire
Claude Developer Platform · in the page
api/claude-code/routines-fire
…| | 503 | `overloaded_error` | The service is temporarily overloaded. Retry after a short delay. The Claude Platform returns 529 for this error type; this endpoint returns 503.…
Completions
Claude Developer Platform · in the page
api/completions
…form.claude.com/docs/en/build-with-claude/streaming) for details. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperat…
Create a Text Completion
Claude Developer Platform · in the page
api/completions/create
…form.claude.com/docs/en/build-with-claude/streaming) for details. - `temperature: optional number` **Deprecated**: Deprecated. Models released after Claude Opus 4.6 do not support setting temperat…
Compliance API
Claude Developer Platform · in the page
api/compliance
…ervice reported a consequential decision about a sign-in or sign-up attempt. - `"account_deleted"` User-initiated self-service account deletion. - `"admin_api_key_created"` An admin AP…