Skip to content

Commit

Permalink
update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ninghu committed Sep 25, 2024
1 parent 45986af commit a3e212c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/promptflow/tests/executor/e2etests/test_langchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestLangchain:
@pytest.mark.parametrize(
"flow_folder, inputs_mapping",
[
# TODO: Investigate why flow_with_langchain_traces failed
# TODO: Investigate why flow_with_langchain_traces failed. Work Item: 3515299
# ("flow_with_langchain_traces", {"question": "${data.question}"}),
("openai_chat_api_flow", {"question": "${data.question}", "chat_history": "${data.chat_history}"}),
("openai_completion_api_flow", {"prompt": "${data.prompt}"}),
Expand Down

0 comments on commit a3e212c

Please sign in to comment.