forked from phoenix-oss/llama-stack-mirror
fix: signature change to match OpenAI SDK (#2237)
This commit is contained in:
parent
b054023800
commit
558d109ab7
5 changed files with 11 additions and 11 deletions
|
@ -305,9 +305,9 @@ class MetaReferenceAgentsImpl(Agents):
|
|||
# OpenAI responses
|
||||
async def get_openai_response(
|
||||
self,
|
||||
id: str,
|
||||
response_id: str,
|
||||
) -> OpenAIResponseObject:
|
||||
return await self.openai_responses_impl.get_openai_response(id)
|
||||
return await self.openai_responses_impl.get_openai_response(response_id)
|
||||
|
||||
async def create_openai_response(
|
||||
self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue