We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7361e76 commit 2e6cc82Copy full SHA for 2e6cc82
lib/llm.rb
@@ -41,6 +41,9 @@ def json
41
42
##
43
# 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}.
47
# @param [Class, String, Symbol] adapter
48
# A JSON adapter class or its name
49
# @return [void]
0 commit comments