mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
feat: add Prompts API to Responses API
This commit is contained in:
parent
9f6c658f2a
commit
bdc16ea392
15 changed files with 526 additions and 4 deletions
|
@ -59,7 +59,8 @@ async def agents_impl(config, mock_apis):
|
|||
mock_apis["safety_api"],
|
||||
mock_apis["tool_runtime_api"],
|
||||
mock_apis["tool_groups_api"],
|
||||
{},
|
||||
None, # prompts_api (will be set later via set_prompts_api if needed)
|
||||
[], # policy (empty list for tests)
|
||||
)
|
||||
await impl.initialize()
|
||||
yield impl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue