dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
AiAssistantServices Class
Provides access to AI assistant services for various natural language processing tasks
public class AiAssistantServices :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.AiAssistantServices>
Inheritance System.Object 🡒 AiAssistantServices
Implements System.IEquatable<AiAssistantServices>
Constructors
AiAssistantServices() Constructor
public AiAssistantServices();
Properties
AiAssistantServices.DocChatAssistant Property
Path for the documentation chat assistant service
public string? DocChatAssistant { get; set; }
Property Value
AiAssistantServices.GraphQueryAssistant Property
Path for the graph query generation assistant service
public string? GraphQueryAssistant { get; set; }
Property Value
AiAssistantServices.ItemInformationAssistant Property
Path for the item information suggester service
public string? ItemInformationAssistant { get; set; }
Property Value
AiAssistantServices.QuestionAnswerAssistant Property
Path for the question answering assistant service
public string? QuestionAnswerAssistant { get; set; }
Property Value
AiAssistantServices.SqlGenerationAssistant Property
Path for the SQL generation assistant service
public string? SqlGenerationAssistant { get; set; }
Property Value
AiAssistantServices.Url Property
Base URL for AI assistant services
public string? Url { get; set; }