Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public sealed class ChatHistoryMemoryProviderOptions
/// <summary>
/// Gets or sets the description of the exposed search tool when operating in on-demand mode.
/// </summary>
/// <value>Defaults to "Allows searching through previous chat history to help answer the user question.".</value>
/// <value>Defaults to "Allows searching for related previous chat history to help answer the user question.".</value>
public string? FunctionToolDescription { get; set; }

/// <summary>
Expand Down
Loading