Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Azure AI Foundry Agent Service supports the following Azure OpenAI models in the
> * Brazil south
> * The gpt-5 models are available for the [code interpreter](../how-to/tools/code-interpreter.md) and [file search](../how-to/tools/file-search.md) tools
> * [Registration](https://aka.ms/openai/gpt-5/2025-08-07) is required to use the gpt-5 models. Access will be granted according to Microsoft's eligibility criteria.
> * As gpt-5 models [don't support](../../openai/how-to/reasoning.md?tabs=gpt-5%2Cpython%2Cpy#not-supported) `temperature` and `top_p` parameters, leave their values set to `1` in the Agents Playground, to avoid "unsupported parameter" errors.
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The phrasing 'leave their values set to 1' is ambiguous about whether this is the default state or requires user action. Consider rephrasing to: 'keep the default values of 1 for both parameters' or 'don't modify the default temperature and top_p values (both set to 1)' to clarify that maintaining defaults is the solution.

Suggested change
> * As gpt-5 models [don't support](../../openai/how-to/reasoning.md?tabs=gpt-5%2Cpython%2Cpy#not-supported) `temperature` and `top_p` parameters, leave their values set to `1` in the Agents Playground, to avoid "unsupported parameter" errors.
> * As gpt-5 models [don't support](../../openai/how-to/reasoning.md?tabs=gpt-5%2Cpython%2Cpy#not-supported) `temperature` and `top_p` parameters, don't modify the default `temperature` and `top_p` values (both set to `1`) in the Agents Playground, to avoid "unsupported parameter" errors.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use 'because' instead of 'as' to start the sentence. Following the Microsoft Writing Style Guide, 'because' is clearer and more direct than 'as' when expressing causation. The sentence should begin: 'Because gpt-5 models don't support...'

Suggested change
> * As gpt-5 models [don't support](../../openai/how-to/reasoning.md?tabs=gpt-5%2Cpython%2Cpy#not-supported) `temperature` and `top_p` parameters, leave their values set to `1` in the Agents Playground, to avoid "unsupported parameter" errors.
> * Because gpt-5 models [don't support](../../openai/how-to/reasoning.md?tabs=gpt-5%2Cpython%2Cpy#not-supported) `temperature` and `top_p` parameters, leave their values set to `1` in the Agents Playground, to avoid "unsupported parameter" errors.

Copilot uses AI. Check for mistakes.

# [Global standard](#tab/global-standard)

Expand Down