mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
skip code interp test
This commit is contained in:
parent
0f5db647fe
commit
432fd60fe8
5 changed files with 1 additions and 4 deletions
|
@ -41,4 +41,3 @@
|
||||||
|:-----|:-----|:-----|:-----|
|
|:-----|:-----|:-----|:-----|
|
||||||
| /create_agent_turn | rag | test_rag_agent | ✅ |
|
| /create_agent_turn | rag | test_rag_agent | ✅ |
|
||||||
| /create_agent_turn | custom_tool | test_custom_tool | ❌ |
|
| /create_agent_turn | custom_tool | test_custom_tool | ❌ |
|
||||||
| /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ |
|
|
||||||
|
|
|
@ -43,4 +43,3 @@
|
||||||
|:-----|:-----|:-----|:-----|:-----|
|
|:-----|:-----|:-----|:-----|:-----|
|
||||||
| inline::meta-reference | /create_agent_turn | rag | test_rag_agent | ✅ |
|
| inline::meta-reference | /create_agent_turn | rag | test_rag_agent | ✅ |
|
||||||
| inline::meta-reference | /create_agent_turn | custom_tool | test_custom_tool | ✅ |
|
| inline::meta-reference | /create_agent_turn | custom_tool | test_custom_tool | ✅ |
|
||||||
| inline::meta-reference | /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ |
|
|
||||||
|
|
|
@ -41,4 +41,3 @@
|
||||||
|:-----|:-----|:-----|:-----|
|
|:-----|:-----|:-----|:-----|
|
||||||
| /create_agent_turn | rag | test_rag_agent | ✅ |
|
| /create_agent_turn | rag | test_rag_agent | ✅ |
|
||||||
| /create_agent_turn | custom_tool | test_custom_tool | ✅ |
|
| /create_agent_turn | custom_tool | test_custom_tool | ✅ |
|
||||||
| /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ |
|
|
||||||
|
|
|
@ -43,4 +43,3 @@
|
||||||
|:-----|:-----|:-----|:-----|:-----|
|
|:-----|:-----|:-----|:-----|:-----|
|
||||||
| inline::meta-reference | /create_agent_turn | rag | test_rag_agent | ✅ |
|
| inline::meta-reference | /create_agent_turn | rag | test_rag_agent | ✅ |
|
||||||
| inline::meta-reference | /create_agent_turn | custom_tool | test_custom_tool | ✅ |
|
| inline::meta-reference | /create_agent_turn | custom_tool | test_custom_tool | ✅ |
|
||||||
| inline::meta-reference | /create_agent_turn | code_execution | test_code_interpreter_for_attachments | ✅ |
|
|
||||||
|
|
|
@ -295,6 +295,7 @@ def test_builtin_tool_code_execution(llama_stack_client_with_mocked_inference, a
|
||||||
# This test must be run in an environment where `bwrap` is available. If you are running against a
|
# This test must be run in an environment where `bwrap` is available. If you are running against a
|
||||||
# server, this means the _server_ must have `bwrap` available. If you are using library client, then
|
# server, this means the _server_ must have `bwrap` available. If you are using library client, then
|
||||||
# you must have `bwrap` available in test's environment.
|
# you must have `bwrap` available in test's environment.
|
||||||
|
@pytest.mark.skip(reason="Code interpreter is currently disabled in the Stack")
|
||||||
def test_code_interpreter_for_attachments(llama_stack_client_with_mocked_inference, agent_config):
|
def test_code_interpreter_for_attachments(llama_stack_client_with_mocked_inference, agent_config):
|
||||||
agent_config = {
|
agent_config = {
|
||||||
**agent_config,
|
**agent_config,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue