Skip to content

Commit

Permalink
update for 0.3.0 release (#238)
Browse files Browse the repository at this point in the history
- formatting and test cleanup
  • Loading branch information
brainlid authored Jan 22, 2025
1 parent f1afe1a commit 1c3071d
Show file tree
Hide file tree
Showing 8 changed files with 341 additions and 260 deletions.
10 changes: 9 additions & 1 deletion lib/chains/llm_chain.ex
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,15 @@ defmodule LangChain.Chains.LLMChain do
"""
@type message_processor :: (t(), Message.t() -> processor_return())

@create_fields [:llm, :tools, :custom_context, :max_retry_count, :callbacks, :verbose, :verbose_deltas]
@create_fields [
:llm,
:tools,
:custom_context,
:max_retry_count,
:callbacks,
:verbose,
:verbose_deltas
]
@required_fields [:llm]

@doc """
Expand Down
Loading

0 comments on commit 1c3071d

Please sign in to comment.