<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@xg-wang/openai-js](./openai-js.md) &gt; [ClassificationParamsWithExamples](./openai-js.classificationparamswithexamples.md)

## ClassificationParamsWithExamples interface

<b>Signature:</b>

```typescript
export interface ClassificationParamsWithExamples extends ClassificationParamsBase
```

<b>Extends:</b> [ClassificationParamsBase](./openai-js.classificationparamsbase.md)

## Properties

| Property                                                             | Type                   | Description       |
| -------------------------------------------------------------------- | ---------------------- | ----------------- |
| [examples](./openai-js.classificationparamswithexamples.examples.md) | \[string, string\]\[\] |                   |
| [file?](./openai-js.classificationparamswithexamples.file.md)        | never                  | <i>(Optional)</i> |
