Skip to content

Commit b05748b

Browse files
Update src/Libraries/Microsoft.Extensions.AI.Abstractions/Contents/CodeInterpreterToolCallContent.cs
Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
1 parent 61b1682 commit b05748b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Libraries/Microsoft.Extensions.AI.Abstractions/Contents/CodeInterpreterToolCallContent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public CodeInterpreterToolCallContent()
3535
/// Inputs can include various types of content such as <see cref="HostedFileContent"/> for files,
3636
/// <see cref="DataContent"/> for binary data, or other <see cref="AIContent"/> types as supported
3737
/// by the service. Typically <see cref="Inputs"/> includes a <see cref="DataContent"/> with a "text/x-python"
38-
/// media type representing the code generated by the model for execution by the code interpreter tool.
38+
/// media type representing the code for execution by the code interpreter tool.
3939
/// </remarks>
4040
public IList<AIContent>? Inputs { get; set; }
4141
}

0 commit comments

Comments
 (0)