MCPcopy Index your code
hub / github.com/deepnote/deepnote / ExtractOutputTextOptions

Interface ExtractOutputTextOptions

packages/blocks/src/output-text.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { z } from 'zod'
2
3export interface ExtractOutputTextOptions {
4 /** Include traceback lines (with ANSI escapes stripped) for error outputs. */
5 includeTraceback?: boolean
6}
7
8const unknownObjectSchema = z.object({}).passthrough()
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected