GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.IGPALAI Interface Reference
Inheritance diagram for GenerallyPositive.IGPALAI:
GenerallyPositive.IAllowAICredentials GenerallyPositive.IAllowAIExecution GenerallyPositive.IAllowAIOutput GenerallyPositive.IAllowAIConfig GenerallyPositive.IAllowAITask GenerallyPositive.IAllowAIProvider GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowAIModel GenerallyPositive.IAllowAICredentials GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.IAllowAIOutput GenerallyPositive.IAllowAITaskConfig GenerallyPositive.IAllowToGPALObject< TResult > GenerallyPositive.GPALAI

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.IAllowAICredentials
IAllowAITask WithCredentials (ICredentials credentials)
IAllowAITask WithCredentials (string staticApiKey)
Public Member Functions inherited from GenerallyPositive.IAllowAIExecution
IAllowAIConfig CallAfterAIResponse (AIResponseDelegate callback)
IAllowAIConfig Execute ()
IAllowAIExecution WithStatusTo (GPALForm.GPALStatusStrip statusStrip)
Public Member Functions inherited from GenerallyPositive.IAllowToGPALObject< TResult >
TResult ToGPALObject ()
Public Member Functions inherited from GenerallyPositive.IAllowAIOutput
IAllowAIExecution WithOutputTo (out IGPALGrid< string > target)
IAllowAIExecution WithOutputTo (object target)
Public Member Functions inherited from GenerallyPositive.IAllowAIConfig
IAllowAIOutput WithInputFrom (object source)
IAllowAIOutput WithLiveInputFrom (GPALForm.GPALInput input, int debounceMilliseconds=500)
 Like WithInputFrom(object), but also wires the control's TextChanged event (debounced) to call Execute() again automatically, so output stays live as the user types. Must be called before the form is shown (the control's callbacks are read when the form is realized).
IAllowAIOutput WithLiveInputFrom (GPALForm.GPALTextArea textArea, int debounceMilliseconds=500)
 Like WithInputFrom(object), but also wires the control's TextChanged event (debounced) to call Execute() again automatically, so output stays live as the user types. Must be called before the form is shown (the control's callbacks are read when the form is realized).
Public Member Functions inherited from GenerallyPositive.IAllowAITaskConfig
IAllowAIConfig WithTask (AITask task)
IAllowAIConfig WithTaskConfig (ClassificationConfig config)
IAllowAIConfig WithClassificationType (AIClassificationType type)
IAllowAIConfig WithCustomClassification (ClassificationConfig config)
Public Member Functions inherited from GenerallyPositive.IAllowAITask
IAllowAIConfig WithTask (AITask task)
Public Member Functions inherited from GenerallyPositive.IAllowAIModel
IAllowAITask WithModel (AIModel model)
Public Member Functions inherited from GenerallyPositive.IAllowAIProvider
IAllowAITask WithProvider (AIProviderType provider)

Detailed Description

Definition at line 454 of file Interfaces.cs.


The documentation for this interface was generated from the following file: