You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Api/Controllers/AttachmentController.cs
.LogError("Chat reported issue: User email: {emailAddress}, Conversation history: {conversationHistory}",emailAddress,conversationHistory);
98
+
93
99
},name:"SaveUserEmailAndConversationHistory",description:"Saves the user's email address and the conversation history for future reference. Use this tool when the user provides their email address during the conversation. Parameters: emailAddress (string), conversationHistory (string)"),
94
100
//#if (module == "Sales")
95
101
AIFunctionFactory.Create(async([Description("Concise summary of these user requirements")]stringuserNeeds,
varongoingConversationsCount=AppActivitySource.CurrentMeter.CreateUpDownCounter<long>("appHub.ongoing_conversations_count","Number of ongoing conversations in the chatbot hub.");
Copy file name to clipboardExpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.AppHost/Extensions/IDistributedApplicationBuilderExtensions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ public static void AddAspireDashboard(this IDistributedApplicationBuilder builde
14
14
if(builder.ExecutionContext.IsPublishMode)
15
15
{
16
16
// The name aspire-dashboard is special cased and excluded from the default
Copy file name to clipboardExpand all lines: src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.Shared/Extensions/WebApplicationBuilderExtensions.cs
0 commit comments