Skip to content

Commit

Permalink
test(agents): update e2e examples exclude list for granite
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Nov 14, 2024
1 parent cdfe77b commit 5e1de24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/examples/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,18 @@ const exclude: string[] = [
"examples/llms/text.ts",
"examples/llms/providers/watsonx_verbose.ts",
"examples/llms/providers/watsonx.ts",
"examples/agents/bee_granite.ts",
"examples/agents/granite/*.ts",
"examples/agents/granite/single_turn.ts",
],
!hasEnv("GROQ_API_KEY") && ["examples/agents/sql.ts", "examples/llms/providers/groq.ts"],
!hasEnv("OPENAI_API_KEY") && [
"examples/agents/bee_reusable.ts",
"examples/llms/providers/openai.ts",
],
!hasEnv("IBM_VLLM_URL") && ["examples/llms/providers/ibm-vllm.ts"],
!hasEnv("IBM_VLLM_URL") && [
"examples/llms/providers/ibm-vllm.ts",
"examples/agents/granite/chat.ts",
],
!hasEnv("COHERE_API_KEY") && ["examples/llms/providers/langchain.ts"],
!hasEnv("CODE_INTERPRETER_URL") && ["examples/tools/custom/python.ts"],
["examples/llms/providers/bam.ts", "examples/llms/providers/bam_verbose.ts"],
Expand Down

0 comments on commit 5e1de24

Please sign in to comment.