Method: Anthropic::RequestOptions#idempotency_key
- Defined in:
- lib/anthropic/request_options.rb
#idempotency_key ⇒ String?
Idempotency key to send with request and all associated retries. Will only be sent for write requests.
33 |
# File 'lib/anthropic/request_options.rb', line 33 optional :idempotency_key, String |