ToolCallRequestPart interface

การเรียกใช้เครื่องมือที่ร้องขอโดยแบบจําลอง

คุณสมบัติ

arguments
id
name
type

รายละเอียดคุณสมบัติ

arguments

arguments?: Record<string, unknown> | unknown[]

ค่าคุณสมบัติ

Record<string, unknown> | unknown[]

id

id?: string

ค่าคุณสมบัติ

string

name

name: string

ค่าคุณสมบัติ

string

type

type: "tool_call"

ค่าคุณสมบัติ

"tool_call"