Interface representing a prompt for providing additional argument details.

Prompt

interface Prompt {
    argumentKey: string;
    argumentValue: string;
}

Properties

argumentKey: string

The key or name of the additional argument.

argumentValue: string

The value of the additional argument.

Generated using TypeDoc