Skip to content
DocsTry Aspire
DocsTry

InteractionInputLoadContext

Handle
📦 Aspire.Hosting v13.5.0
interface InteractionInputLoadContext {
readonly inputs: InteractionInputCollection;
input(): InteractionLoadingInput;
}

Properties

propertyinputsInteractionInputCollectionget
Gets all inputs in the prompt, including the one currently loading.

Methods

methodinput
Gets a handle to the input that is loading. Mutate the input through this handle.
input(): InteractionLoadingInput
InteractionLoadingInput