PromptOutputItem
type PromptOutputItem = z.infer<typeof promptOutputItemSchema>;Defined in: core/src/prompt/prompt.ts:106
A typed item in the conversation (see promptOutputItemSchema).
type PromptOutputItem = z.infer<typeof promptOutputItemSchema>;Defined in: core/src/prompt/prompt.ts:106
A typed item in the conversation (see promptOutputItemSchema).