Skip to content
1 min read · 26 words

Function: descriptionToChatCompletionsJsonSchema()

ts
function descriptionToChatCompletionsJsonSchema(d: DescriptionLike): JsonSchema;

Defined in: batteries/llm/openai_chat_completions/helpers.ts:117

Parameters

ParameterType
dDescriptionLike

Returns

JsonSchema