Interface References

ThinkingPart

Interface: ThinkingPart

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

Properties

content

ts
content: string;
content: string;

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


signature?

ts
optional signature: string;
optional signature: string;

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


stepId?

ts
optional stepId: string;
optional stepId: string;

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


type

ts
type: "thinking";
type: "thinking";

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