Skip to content

Commit 2241e32

Browse files
author
Arun Sekhar
committed
Add guidance comments to all sample files
- Added '// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start' to all .cs files - Provides users with quick access to getting started documentation - Consistent guidance across all sample files
1 parent 3959659 commit 2241e32

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

docs/guides/text/chat/chat_instructions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text with messages using different roles
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/chat/chat_roles.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text with messages using different roles
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/chat/chat_simpleprompt.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text from a simple prompt
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/responses/responses_fileinput.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Prompt template with file input variable
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/responses/responses_instructions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text with instructions
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/responses/responses_prompttemplate.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text with a prompt template
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/responses/responses_roles.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text with messages using different roles
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

docs/guides/text/responses/responses_simpleprompt.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// SAMPLE: Generate text from a simple prompt
2+
// GUIDANCE: Instructions to run this code: https://aka.ms/oai/net/start
23
#:package OpenAI@2.2.*-*
34
#:property PublishAot false
45

0 commit comments

Comments
 (0)