Skip to Content

Interface Instructions

What the service asks the caller to do with a result.

Every part is a string, empty when there is nothing to say. They are meant to be shown to a model rather than parsed.

interface Instructions {
    content: string;
    policy: string;
    adding: string;
    rating: string;
    next: string;
}
Index
content: string

The main guidance for what came back.

policy: string

Rules governing what may be done with it.

adding: string

How to contribute to what was returned.

rating: string

How to rate what was returned.

next: string

What to do next.