InteractionInputLoadContext
Handle
interface InteractionInputLoadContext { readonly inputs: InteractionInputCollection; input(): InteractionLoadingInput;}Properties
property
inputsInteractionInputCollectiongetGets all inputs in the prompt, including the one currently loading.
Methods
method
inputGets a handle to the input that is loading. Mutate the input through this handle.
input(): InteractionLoadingInputReturns
InteractionLoadingInput