MCPcopy Create free account
hub / github.com/TanStack/ai / structuredOutput

Method structuredOutput

packages/ai-codex/src/adapters/text.ts:356–365  ·  view source on GitHub ↗
(
    _options: StructuredOutputOptions<CodexTextProviderOptions>,
  )

Source from the content-addressed store, hash-verified

354 }
355
356 structuredOutput(
357 _options: StructuredOutputOptions<CodexTextProviderOptions>,
358 ): Promise<StructuredOutputResult<unknown>> {
359 return Promise.reject(
360 new Error(
361 'Structured output is not yet supported by the in-sandbox Codex adapter. ' +
362 'Use a model adapter for structured output, or omit outputSchema.',
363 ),
364 )
365 }
366}
367
368/**

Calls

no outgoing calls

Tested by

no test coverage detected