Skip to main content

Interface: InlineConnectInterrupt

Defined in: packages/sdk/src/types/chat-types.ts:408

Agent-initiated inline account connection (GRA-6205): the assistant asks the member to connect their own account mid-conversation. connectUrl is a short-lived, member-bound platform link (never a bare provider URL); completing OAuth resumes the run server-side, so the client only ever posts a decision for the decline path.

Properties

appSlug

appSlug: string

Defined in: packages/sdk/src/types/chat-types.ts:410


connectionUuid?

optional connectionUuid: string

Defined in: packages/sdk/src/types/chat-types.ts:411


connectUrl

connectUrl: string

Defined in: packages/sdk/src/types/chat-types.ts:413


description?

optional description: string

Defined in: packages/sdk/src/types/chat-types.ts:415


expiresInMinutes?

optional expiresInMinutes: number

Defined in: packages/sdk/src/types/chat-types.ts:414


interruptId?

optional interruptId: string

Defined in: packages/sdk/src/types/chat-types.ts:417

LangGraph interrupt ID injected by the backend so it can be echoed back on resume.


label

label: string

Defined in: packages/sdk/src/types/chat-types.ts:412


type

type: "inline_connect"

Defined in: packages/sdk/src/types/chat-types.ts:409