Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Context

State information for the conversation. To maintain state, include the context from the previous response.

Hierarchy

  • Context

Indexable

[propName: string]: any

Context accepts additional properties.

Index

Properties

Optional conversation_id

conversation_id: string

The unique identifier of the conversation.

Optional metadata

Metadata related to the message.

Optional system

system: JsonObject

For internal use only.

Generated using TypeDoc