Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / ThreadsAddClientToolOutputReq

Interface: ThreadsAddClientToolOutputReq

Defined in: src/types/requests.ts:65

Request to add a client tool's output to a thread.

Extends

  • BaseReq

Properties

metadata?

optional metadata: Record\<string, unknown>

Defined in: src/types/requests.ts:18

Arbitrary integration-specific metadata.

Inherited from

BaseReq.metadata


type

type: "threads.add_client_tool_output"

Defined in: src/types/requests.ts:66


params

params: ThreadAddClientToolOutputParams

Defined in: src/types/requests.ts:67