Skip to content

Commit e64c5d2

Browse files
docs: remove stray paren in docstring comment
Co-Authored-By: jbailey@launchdarkly.com <accounts@sidewaysgravity.com>
1 parent b91fa46 commit e64c5d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/server-ai/src/ldai/judge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _construct_evaluation_messages(self, input_text: str, output_text: str) -> l
161161
return messages
162162

163163
def _interpolate_message(self, content: str, variables: Dict[str, str]) -> str:
164-
"""Use string replacement to prevent context attributes like {{=[ ]=}})
164+
"""Use string replacement to prevent context attributes like {{=[ ]=}}
165165
from influencing judge template parsing.
166166
167167
:param content: The message content template

0 commit comments

Comments
 (0)