# pushPrompt

> **Method** in `langsmith`

📖 [View in docs](https://reference.langchain.com/javascript/langsmith/client/Client/pushPrompt)

## Signature

```javascript
pushPrompt(promptIdentifier: string, options?: __type): Promise<string>
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `promptIdentifier` | `string` | Yes |  |
| `options` | `__type` | No |  |

## Returns

`Promise<string>`

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/d6cd6082f09e7826a2d6afe444ae6119e61b82a6/js/src/client.ts#L6909)