Represents a single "example" exchange that can be provided to help illustrate what a model response should look like.

interface ChatExample {
    input: BaseMessage;
    output: BaseMessage;
}

Properties

Properties

input: BaseMessage
output: BaseMessage

Generated using TypeDoc