Type Alias PromptOutputInvoke

type PromptOutputInvoke = {
    output?: string;
    question?: string;
    sources?: Source[];
}
Index

Properties

output?: string

Assistant's response to the prompt

question?: string

Question asked by the user for assistant to answer

sources?: Source[]

List of sources used to generate AI messages