Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Chat.Completions.ChatCompletionFunctionMessageParam

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: ChatCompletionFunctionMessageParam

Chat.Completions.ChatCompletionFunctionMessageParam

Table of contents

Properties

Properties

content

content: null | string

The return value from the function call, to return to the model.

Defined in

node_modules/openai/resources/chat/completions.d.ts:279


name

name: string

The name of the function to call.

Defined in

node_modules/openai/resources/chat/completions.d.ts:283


role

role: "function"

The role of the messages author, in this case function.

Defined in

node_modules/openai/resources/chat/completions.d.ts:287

Typescript Libraries

Modules

Namespaces

Clone this wiki locally