Skip to content

Commit

Permalink
refactor:Removed redundant attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
antononcube committed Sep 21, 2023
1 parent eeb6134 commit b0b3082
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/LLM/Functions/Chat.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class LLM::Functions::Chat {
has Str $.chat-id is rw = '';
has LLM::Functions::EvaluatorChat $.llm-evaluator is rw;
has @.messages;
has Str $.context is rw = '';
has @.examples is rw = Empty;

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

0 comments on commit b0b3082

Please sign in to comment.