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

Function supportsNativeStructuredOutputs

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

Source from the content-addressed store, hash-verified

7 * JSON-object mode for all models to avoid 400s. See https://docs.together.ai/docs/json-mode.
8 */
9export async function supportsNativeStructuredOutputs(_modelId: string): Promise<boolean> {
10 return false
11}
12
13/**
14 * Creates a ReadableStream from a Together AI streaming response.

Callers 1

applyResponseFormatFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected