Skip to content

Commit

Permalink
Rename company to AdventureWorks for consistency with eShop
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Jun 17, 2024
1 parent fbee94f commit ff6d6ea
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 271 deletions.
4 changes: 2 additions & 2 deletions seeddata/DataGenerator/Generators/TicketThreadGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private async Task<Response> GenerateCustomerMessageAsync(Product product, Ticke

private async Task<Response> GenerateAssistantMessageAsync(Product product, Ticket ticket, IReadOnlyList<TicketThreadMessage> messages, IReadOnlyList<Manual> manuals)
{
var prompt = $@"You are a customer service agent working for Northern Mountains, an online retailer. You are responding to a customer
var prompt = $@"You are a customer service agent working for AdventureWorks, an online retailer. You are responding to a customer
enquiry about the following product:
Product: {product.Model}
Expand Down Expand Up @@ -125,7 +125,7 @@ private async Task<Response> GenerateAssistantMessageAsync(Product product, Tick
Whenever possible, give your answer as a quote from the manual, for example saying ""According to the manual, ..."".
If needed, refer the customer to the manufacturer's support contact detail in the user manual, if any.
You refer to yourself only as ""Northern Mountains Support"", or ""Support team"".
You refer to yourself only as ""AdventureWorks Support"", or ""Support team"".
Respond in the following JSON format: {{ ""message"": ""string"", ""shouldClose"": bool }}.
Indicate that the ticket should be closed only if the customer has confirmed it is resolved.
Expand Down
Loading

0 comments on commit ff6d6ea

Please sign in to comment.