fix: Remove deprecated user param in OpenAIResponseObject

This commit is contained in:
Swapna Lekkala 2025-09-29 11:02:33 -07:00
parent 975ead1d6a
commit b01de692c0
5 changed files with 0 additions and 20 deletions

View file

@ -43,7 +43,6 @@ const convertResponseListData = (
temperature: responseData.temperature,
top_p: responseData.top_p,
truncation: responseData.truncation,
user: responseData.user,
};
};