FunctionNamePromptEventArgs public class FunctionNamePromptEventArgs : EventArgs Documentation Code public bool CanEditName { get; set; } public string Category { get; set; } public string Description { get; set; } public string Name { get; set; } public bool Success { get; set; } public FunctionNamePromptEventArgs()