MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/ai-codegen/src/Config.ts:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 * @since 4.0.0
52 */
53export class CodegenConfig extends Schema.Class<CodegenConfig>("CodegenConfig")({
54 spec: Schema.Union([Schema.String, SpecSourceConfig]),
55 output: Schema.String,
56 name: Schema.optional(Schema.String),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected