TanStack
Interface References

ThinkingPart

Interface: ThinkingPart

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

Properties

content

ts
content: string;

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


signature?

ts
optional signature?: string;

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


stepId?

ts
optional stepId?: string;

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


type

ts
type: "thinking";

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