Skip to content

Commit

Permalink
refactor:Made the messages attribute rw.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Sep 21, 2023
1 parent b0b3082 commit 3ad8837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LLM/Functions/Chat.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class LLM::Functions::Chat {

has Str $.chat-id is rw = '';
has LLM::Functions::EvaluatorChat $.llm-evaluator is rw;
has @.messages;
has @.messages is rw;
has @.examples is rw = Empty;

#-------------------------------------------------------
Expand Down

0 comments on commit 3ad8837

Please sign in to comment.