mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix: skip code interp (#1827)
# What does this PR do? - this is a flaky test dependent on model output [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan <img width="853" alt="image" src="https://github.com/user-attachments/assets/e7607877-22a9-48e3-adac-e991d1070ec0" /> [//]: # (## Documentation)
This commit is contained in:
parent
af6594f670
commit
7e7bea66ba
1 changed files with 0 additions and 12 deletions
|
@ -520,19 +520,7 @@ def test_rag_and_code_agent(llama_stack_client_with_mocked_inference, agent_conf
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
agent = Agent(llama_stack_client_with_mocked_inference, **agent_config)
|
agent = Agent(llama_stack_client_with_mocked_inference, **agent_config)
|
||||||
inflation_doc = Document(
|
|
||||||
document_id="test_csv",
|
|
||||||
content="https://raw.githubusercontent.com/meta-llama/llama-stack-apps/main/examples/resources/inflation.csv",
|
|
||||||
mime_type="text/csv",
|
|
||||||
metadata={},
|
|
||||||
)
|
|
||||||
user_prompts = [
|
user_prompts = [
|
||||||
(
|
|
||||||
"Here is a csv file, can you describe it?",
|
|
||||||
[inflation_doc],
|
|
||||||
"code_interpreter",
|
|
||||||
"",
|
|
||||||
),
|
|
||||||
(
|
(
|
||||||
"when was Perplexity the company founded?",
|
"when was Perplexity the company founded?",
|
||||||
[],
|
[],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue