GridAiSettingsBuilder
Methods
AIAssistant(System.Action)
The URL or the configuration of the AI service to use for generating outputs.
Parameters
configurator - System.Action<AIPromptBuilder>
The configurator for the AI Assistant setting.
RETURNS
Returns the current instance of GridAiSettingsBuilder .
AIAssistantWindow(System.Action)
Defines the configuration options for the AI AssistantWindow in the Grid. If set to false
, the AI AssistantWindow is disabled.
Parameters
configurator - System.Action<WindowBuilder>
The configurator for the AI AssistantWindow setting.
RETURNS
Returns the current instance of GridAiSettingsBuilder .
Service(System.String)
The URL or the configuration of the AI service to use for generating outputs.
Parameters
url - System.String
The url for the service.
RETURNS
Returns the current instance of GridAiSettingsBuilder .
Service(System.Action)
The URL or the configuration of the AI service to use for generating outputs.
Parameters
configurator - System.Action<GridAiServiceSettingsBuilder>
The configurator for the service setting.
RETURNS
Returns the current instance of GridAiSettingsBuilder .
AutoClose(System.Boolean)
Configures if the AI Assistant Window should remain visible after the response.
Parameters
value - System.Boolean
The value for AutoClose
RETURNS
Returns the current GridAiSettingsBuilder instance.
KeepOutputHistory(System.Boolean)
Configures if the AI Assistant output should be cleared after closing.
Parameters
value - System.Boolean
The value for KeepOutputHistory
RETURNS
Returns the current GridAiSettingsBuilder instance.
KeepOutputHistory()
Configures if the AI Assistant output should be cleared after closing.
RETURNS
Returns the current GridAiSettingsBuilder instance.