MCPcopy Create free account
hub / github.com/anomalyco/opencode / generationOptions

Function generationOptions

packages/llm/src/route/client.ts:133–134  ·  view source on GitHub ↗
(input: GenerationOptions.Input | undefined)

Source from the content-addressed store, hash-verified

131}
132
133export const generationOptions = (input: GenerationOptions.Input | undefined) =>
134 input === undefined ? undefined : GenerationOptions.make(input)
135
136export const httpOptions = (input: HttpOptionsInput | undefined) => {
137 if (input === undefined) return input

Callers 1

mergeRouteDefaultsFunction · 0.85

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected