File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1313from eval_protocol .adapters .braintrust import create_braintrust_adapter
1414from eval_protocol .quickstart import aha_judge
1515
16- adapter = create_braintrust_adapter ()
16+ # adapter = create_braintrust_adapter()
1717
1818
1919@pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" )
2020@pytest .mark .asyncio
2121@evaluation_test (
2222 input_rows = [
23- adapter .get_evaluation_rows (
24- btql_query = f"""
25- select: *
26- from: project_logs('{ os .getenv ("BRAINTRUST_PROJECT_ID" )} ') traces
27- filter: is_root = true
28- limit: 10
29- """
30- )
23+ # adapter.get_evaluation_rows(
24+ # btql_query=f"""
25+ # select: *
26+ # from: project_logs('{os.getenv("BRAINTRUST_PROJECT_ID")}') traces
27+ # filter: is_root = true
28+ # limit: 10
29+ # """
30+ # )
31+ []
3132 ],
3233 completion_params = [
3334 {"model" : "gpt-4.1" },
You can’t perform that action at this time.
0 commit comments