kernl

Interface: LanguageModelResponseJSON

Defined in: packages/protocol/src/language-model/request.ts:69

JSON response format.

Properties

PropertyModifierTypeDescriptionDefined in
description?publicstringDescription of the output that should be generated. Used by some providers for additional LLM guidance.packages/protocol/src/language-model/request.ts:85
kindreadonly"json"-packages/protocol/src/language-model/request.ts:70
name?publicstringName of output that should be generated. Used by some providers for additional LLM guidance.packages/protocol/src/language-model/request.ts:80
schema?publicJSONSchema7JSON schema that the generated output should conform to.packages/protocol/src/language-model/request.ts:75

On this page