TanStack
Interface References

ThinkingPart

Interface: ThinkingPart

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

Properties

content

ts
content: string;

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


signature?

ts
optional signature?: string;

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


stepId?

ts
optional stepId?: string;

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


type

ts
type: "thinking";

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