Skip to content

emittedItemSchema

const emittedItemSchema: ZodObject<{
data: ZodUnknown;
itemType: ZodString;
key: ZodOptional<ZodString>;
}, $strip>;

Defined in: tool/tool.ts:15

The wire shape of a conversation item a tool reads or writes during a call.