mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 20:12:33 +00:00
feat(responses)!: add support for OpenAI compatible Prompts in Responses API
This commit is contained in:
parent
bd3c473208
commit
59169bfd25
33 changed files with 1667 additions and 34 deletions
|
|
@ -250,6 +250,9 @@ storage:
|
|||
conversations:
|
||||
table_name: openai_conversations
|
||||
backend: sql_default
|
||||
prompts:
|
||||
table_name: prompts
|
||||
backend: sql_default
|
||||
registered_resources:
|
||||
models: []
|
||||
shields:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue