Skip to content

Commit

Permalink
move link to new line to prevent scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
haywoodsloan committed Apr 18, 2024
1 parent 34cc62c commit 64e360c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ static async Task UseChatCompletionServiceExample()

// Send a string representation of the chat history to your model directly through the Kernel
// This uses a special syntax to denote the role for each message
// For more information on this syntax see https://learn.microsoft.com/en-us/semantic-kernel/prompts/your-first-prompt?tabs=Csharp#6-using-message-roles-in-chat-completion-prompts
// For more information on this syntax see:
// https://learn.microsoft.com/en-us/semantic-kernel/prompts/your-first-prompt?tabs=Csharp
string prompt = """
<message role="system">the initial system message for your chat history</message>
<message role="user">the user's initial message</message>
Expand Down

0 comments on commit 64e360c

Please sign in to comment.