-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
702739b
commit b49a87a
Showing
30 changed files
with
43 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
.../support-center/SupportCenter.ApiService/AgentsConfigurationFactory/AgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...ter/SupportCenter.ApiService/AgentsConfigurationFactory/ConversationAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...ter/SupportCenter.ApiService/AgentsConfigurationFactory/CustomerInfoAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...-center/SupportCenter.ApiService/AgentsConfigurationFactory/DiscountAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...enter/SupportCenter.ApiService/AgentsConfigurationFactory/DispatcherAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
...support-center/SupportCenter.ApiService/AgentsConfigurationFactory/IAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...t-center/SupportCenter.ApiService/AgentsConfigurationFactory/InvoiceAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...pport-center/SupportCenter.ApiService/AgentsConfigurationFactory/QnAAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...t-center/SupportCenter.ApiService/AgentsConfigurationFactory/SignalRAgentConfiguration.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace SupportCenter.ApiService | ||
{ | ||
public static class Consts | ||
{ | ||
public const string OrleansNamespace = "SupportCenter"; | ||
public const string Gpt4oMini = "gpt-4o-mini"; | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
samples/support-center/SupportCenter.ApiService/Controllers/Interactions.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.