patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby
https://rubydoc.info/gems/langchainrb
MIT License
1.44k stars 195 forks source link

Fix issue with clearing instructions #836

Closed qarol closed 1 month ago

qarol commented 1 month ago

Previously, when instructions were assigned, setting them to nil did not fully clear the value. This commit resolves that issue.

andreibondarev commented 1 month ago

@qarol Great job, thank you!

qarol commented 1 month ago

Thanks @andreibondarev for taking care of those specs, good thoughts.