{"version":3,"file":"forwarded-parameters.input.mjs","names":[],"sources":["../../../src/graphql/inputs/forwarded-parameters.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\n\n@InputType()\nexport class ForwardedParametersInput {\n  @Field(() => String, { nullable: true })\n  model?: string;\n\n  @Field(() => Number, { nullable: true })\n  maxTokens?: number;\n\n  @Field(() => [String], { nullable: true })\n  stop?: string[];\n\n  @Field(() => String, { nullable: true })\n  toolChoice?: String;\n\n  @Field(() => String, { nullable: true })\n  toolChoiceFunctionName?: string;\n\n  @Field(() => Number, { nullable: true })\n  temperature?: number;\n}\n"],"mappings":";;;;;;;AAGO,qCAAM,yBAAyB;YACnC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,CAAC,OAAO,EAAE,EAAE,UAAU,MAAM,CAAC;YAGzC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;uCAjBzC,WAAW"}