Interface: LanguageModelResponseJSON
Defined in: packages/protocol/src/language-model/request.ts:69
JSON response format.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
description? | public | string | Description of the output that should be generated. Used by some providers for additional LLM guidance. | packages/protocol/src/language-model/request.ts:85 |
kind | readonly | "json" | - | packages/protocol/src/language-model/request.ts:70 |
name? | public | string | Name of output that should be generated. Used by some providers for additional LLM guidance. | packages/protocol/src/language-model/request.ts:80 |
schema? | public | JSONSchema7 | JSON schema that the generated output should conform to. | packages/protocol/src/language-model/request.ts:75 |