Skip to content

openai / Exports / ToolMessage

Interface: ToolMessage

Table of contents

Properties

Properties

role

role: "tool"

Defined in

adapter.ts:21


content

content: null | string

Defined in

adapter.ts:22


timestamp

Optional timestamp: Date

Defined in

adapter.ts:23


toolCallId

Optional toolCallId: string

Defined in

adapter.ts:24

Released under the MIT License.