openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI
MIT License
707 stars 60 forks source link

Assistants: fix "Logs" on RunStepUpdateCodeInterpreterOutput #52

Closed trrwilson closed 2 weeks ago

trrwilson commented 2 weeks ago

The InternalRunStepDeltaStepDetailsToolCallsCodeOutputLogsObject type derives from RunStepUpdateCodeInterpreterOutput, so the current call will infinitely recurse if the output is a logs instance. The property on the internal type was already renamed to handle this; this change just uses the intended InternalLogs target.