TanStack
Interface References

ThinkingPart

Interface: ThinkingPart

Defined in: packages/ai/src/types.ts:433

Properties

content

ts
content: string;

Defined in: packages/ai/src/types.ts:435


signature?

ts
optional signature?: string;

Defined in: packages/ai/src/types.ts:437


stepId?

ts
optional stepId?: string;

Defined in: packages/ai/src/types.ts:436


type

ts
type: "thinking";

Defined in: packages/ai/src/types.ts:434