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

Function supportsNativeStructuredOutputs

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

Source from the content-addressed store, hash-verified

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

Callers 1

applyResponseFormatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected