Skip to content

Commit ce887d5

Browse files
committed
Update the summary of sample codes
1 parent 19b14d8 commit ce887d5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/quickstart/responses/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 through Responses API
1+
// SAMPLE: Analyzes file 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/responses/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 through Responses API
1+
// SAMPLE: Analyzes image 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/responses/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 through Responses API
1+
// SAMPLE: Analyzes file 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/responses/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 through Responses API
1+
// SAMPLE: Get information 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/responses/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 through Responses API
1+
// SAMPLE: Get information 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

0 commit comments

Comments
 (0)