Type Alias PromptOutput

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

Properties

Properties

output?: string

Assistant's response to the prompt

sources?: Source[]

List of sources used to generate AI messages