Type alias AIPromptConfig

AIPromptConfig: {
    stream?: boolean;
}

Type declaration

  • Optional stream?: boolean