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

[Home](./index.md) &gt; [@xg-wang/openai-js](./openai-js.md) &gt; [Client](./openai-js.client.md) &gt; [answers](./openai-js.client.answers.md)

## Client.answers property

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

https://beta.openai.com/docs/api-reference/answers

<b>Signature:</b>

```typescript
readonly answers: {
        create: (requestBody: AnswerParamsWithDocuments | AnswerParamsWithFile) => Promise<Answer>;
    };
```
