MCPcopy Index your code
hub / github.com/simstudioai/sim / supportsNativeStructuredOutputs

Function supportsNativeStructuredOutputs

apps/sim/providers/baseten/utils.ts:9–11  ·  view source on GitHub ↗
(_modelId: string)

Source from the content-addressed store, hash-verified

7 * Baseten Model APIs support structured outputs across their OpenAI-compatible inference API.
8 */
9export async function supportsNativeStructuredOutputs(_modelId: string): Promise<boolean> {
10 return true
11}
12
13/**
14 * Creates a ReadableStream from a Baseten streaming response.

Callers 1

applyResponseFormatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected