Skip to content

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

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

Interface: ChatCompletionToolMessageParam

Chat.Completions.ChatCompletionToolMessageParam

Table of contents

Properties

Properties

content

content: null | string

The contents of the tool message.

Defined in

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


role

role: "tool"

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

Defined in

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


tool_call_id

tool_call_id: string

Tool call that this message is responding to.

Defined in

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

Typescript Libraries

Modules

Namespaces

Clone this wiki locally