Module: LLM::Fillin::Idempotency
- Defined in:
- lib/llm/fillin/idempotency.rb
Class Method Summary collapse
Class Method Details
.generate(thread_id:) ⇒ Object
7 8 9 |
# File 'lib/llm/fillin/idempotency.rb', line 7 def self.generate(thread_id:) "chat-#{thread_id}-#{SecureRandom.hex(6)}" end |