Skip to content

Commit 210021d

Browse files
committed
remove superfluous set
1 parent 958914b commit 210021d

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

langfuse/model.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -402,18 +402,6 @@ def compile(self, **kwargs) -> List[ChatMessageDict]:
402402
if "content" in chat_message and "role" in chat_message
403403
]
404404

405-
def set(self, placeholders: Dict[str, List[ChatMessageDict]]) -> "ChatPromptClient":
406-
"""Sets the internal placeholders to the given dict
407-
408-
Args:
409-
placeholders: Dictionary mapping placeholder names to lists of chat messages
410-
411-
Returns:
412-
ChatPromptClient: Self for method chaining
413-
"""
414-
self.placeholder_fillins = placeholders.copy()
415-
return self
416-
417405
def update(
418406
self, placeholders: Dict[str, List[ChatMessageDict]]
419407
) -> "ChatPromptClient":

0 commit comments

Comments
 (0)