Interface Instructions
interface Instructions {
content: string;
policy: string;
adding: string;
rating: string;
next: string;
}
content: string;
policy: string;
adding: string;
rating: string;
next: string;
}
Properties
Readonlycontent
content: string
The main guidance for what came back.
Readonlypolicy
policy: string
Rules governing what may be done with it.
Readonlyadding
adding: string
How to contribute to what was returned.
Readonlyrating
rating: string
How to rate what was returned.
Readonlynext
next: string
What to do next.
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.