Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Dec 9, 2024
1 parent 14331bb commit ec5bb77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def get_chat_message_contents(
"""
# Create a copy of the settings to avoid modifying the original settings
settings = copy.deepcopy(settings)
# Later on, we already use the tools or equivalant settings, we cast here.
# Later on, we already use the tools or equivalent settings, we cast here.
if not isinstance(settings, self.get_prompt_execution_settings_class()):
settings = self.get_prompt_execution_settings_from_settings(settings)

Expand Down Expand Up @@ -214,7 +214,7 @@ async def get_streaming_chat_message_contents(
"""
# Create a copy of the settings to avoid modifying the original settings
settings = copy.deepcopy(settings)
# Later on, we already use the tools or equivalant settings, we cast here.
# Later on, we already use the tools or equivalent settings, we cast here.
if not isinstance(settings, self.get_prompt_execution_settings_class()):
settings = self.get_prompt_execution_settings_from_settings(settings)

Expand Down

0 comments on commit ec5bb77

Please sign in to comment.