Skip to content

Commit 207d597

Browse files
authored
use correct logs property on run step updates (#52)
1 parent 16a264b commit 207d597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Custom/Assistants/Streaming/RunStepDetailsUpdateCodeInterpreterOutput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public partial class RunStepUpdateCodeInterpreterOutput
77
public int OutputIndex => AsLogs?.Index ?? AsImage?.Index ?? 0;
88

99
/// <inheritdoc cref="InternalRunStepDeltaStepDetailsToolCallsCodeOutputLogsObject.InternalLogs"/>
10-
public string Logs => AsLogs?.Logs;
10+
public string Logs => AsLogs?.InternalLogs;
1111

1212
/// <inheritdoc cref="InternalRunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage.FileId"/>
1313
public string ImageFileId => AsImage?.Image?.FileId;

0 commit comments

Comments
 (0)