Skip to content

Commit 2e6cc82

Browse files
committed
Update docs
1 parent 7361e76 commit 2e6cc82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/llm.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def json
4141

4242
##
4343
# Sets the JSON adapter used by the library
44+
# @note
45+
# This should be set once from the main thread when your program starts.
46+
# Defaults to {LLM::JSONAdapter::JSON LLM::JSONAdapter::JSON}.
4447
# @param [Class, String, Symbol] adapter
4548
# A JSON adapter class or its name
4649
# @return [void]

0 commit comments

Comments
 (0)