add code interpreter

This commit is contained in:
Dinesh Yeduguru 2024-12-23 11:55:55 -08:00
parent 0155700ea6
commit 40f35f3a8d
10 changed files with 545 additions and 1 deletions

View file

@ -6,8 +6,8 @@
import os
import pytest
from llama_stack import LlamaStackAsLibraryClient
from llama_stack import LlamaStackAsLibraryClient
from llama_stack.providers.tests.env import get_env_or_fail
from llama_stack_client import LlamaStackClient