Skip to content

Commit 5cd77b1

Browse files
committed
Explicitly mention using Responses API
1 parent 8773c43 commit 5cd77b1

9 files changed

+9
-9
lines changed

docs/quickstart/analyze_images_files_file_url.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from a file URL
1+
// SAMPLE: Generate response from a file URL through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?input-type=file-url#analyze-images-and-files
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/analyze_images_files_image_url.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from an image URL
1+
// SAMPLE: Generate response from an image URL through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?input-type=image-url#analyze-images-and-files
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/analyze_images_files_upload_file.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from a file upload
1+
// SAMPLE: Generate response from a file upload through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?input-type=file-upload#analyze-images-and-files
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/developer_quickstart.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate text from a simple prompt
1+
// SAMPLE: Generate text from a simple prompt through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/extend_model_with_tools_file_search.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from file search
1+
// SAMPLE: Generate response from file search through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?tool-type=file-search#extend-the-model-with-tools
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/extend_model_with_tools_function_calling.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from function calling
1+
// SAMPLE: Generate response from function calling through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?tool-type=function-calling#extend-the-model-with-tools
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/extend_model_with_tools_remote_mcp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from remote MCP
1+
// SAMPLE: Generate response from remote MCP through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?tool-type=remote-mcp#extend-the-model-with-tools
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/extend_model_with_tools_web_search.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate response from web search
1+
// SAMPLE: Generate response from web search through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart?tool-type=web-search#extend-the-model-with-tools
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

docs/quickstart/stream_responses_build_realtime_apps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SAMPLE: Generate streaming response for realtime apps
1+
// SAMPLE: Generate streaming response for realtime apps through Responses API
22
// PAGE: https://platform.openai.com/docs/quickstart#stream-responses-and-build-realtime-apps
33
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
44
#pragma warning disable OPENAI001

0 commit comments

Comments
 (0)