We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e261c commit cbf2265Copy full SHA for cbf2265
1 file changed
tests/test_prompt.py
@@ -109,7 +109,7 @@ def test_create_chat_prompt_with_placeholders():
109
110
second_prompt_client = langfuse.get_prompt(prompt_name, type="chat")
111
second_prompt_client.update(
112
- {
+ placeholders={
113
"history": [
114
{"role": "user", "content": "Example: {{task}}"},
115
{"role": "assistant", "content": "Example response"},
0 commit comments