fix: Update responses unit tests to reflect llama_stack_api structure changes

This commit is contained in:
Mike Sager 2025-11-14 11:15:43 -05:00
parent ff60bb31e6
commit 62ea40cb85
6 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,7 @@ import os
import yaml
from llama_stack.apis.inference import (
from llama_stack_api.inference import (
OpenAIChatCompletion,
)