mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 03:32:37 +00:00
feat: Add responses and safety impl with extra body
This commit is contained in:
parent
6954fe2274
commit
9152efa1a9
18 changed files with 833 additions and 164 deletions
|
|
@ -92,6 +92,7 @@ class MetaReferenceAgentsImpl(Agents):
|
|||
responses_store=self.responses_store,
|
||||
vector_io_api=self.vector_io_api,
|
||||
conversations_api=self.conversations_api,
|
||||
safety_api=self.safety_api,
|
||||
)
|
||||
|
||||
async def create_agent(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue