Skip to content
DocsTry Aspire
DocsTry

LoadInputContext Properties

ClassProperties4 members
The context for dynamic input loading. Used with InputLoadOptions.LoadCallback.
Gets the collection of all InteractionInput in this prompt.
public InteractionInputCollection AllInputs { get; init; }
CancellationTokenSection titled CancellationTokenCancellationToken
public CancellationToken CancellationToken { get; init; }
Gets the loading input. This is the target of InputLoadOptions.
public InteractionInput Input { get; init; }
ServicesSection titled ServicesIServiceProvider
Gets the service provider.
public IServiceProvider Services { get; init; }