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
|
@ -214,9 +214,9 @@ class OpenAIResponsesImpl:
|
|||
|
||||
async def get_openai_response(
|
||||
self,
|
||||
id: str,
|
||||
response_id: str,
|
||||
) -> OpenAIResponseObject:
|
||||
response_with_input = await self._get_previous_response_with_input(id)
|
||||
response_with_input = await self._get_previous_response_with_input(response_id)
|
||||
return response_with_input.response
|
||||
|
||||
async def create_openai_response(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue