(...c: SamplerCap[])
| 24 | const CORE_ONLY = new Set<SamplerCap>(['core', 'client_only']) |
| 25 | |
| 26 | const set = (...c: SamplerCap[]) => |
| 27 | new Set<SamplerCap>([...CORE_ONLY, ...c]) |
| 28 | |
| 29 | const OPENAI_STRICT: ProviderCaps = { |
| 30 | supported: set('penalties', 'json_schema'), |
no outgoing calls