We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b1682 commit b05748bCopy full SHA for b05748b
src/Libraries/Microsoft.Extensions.AI.Abstractions/Contents/CodeInterpreterToolCallContent.cs
@@ -35,7 +35,7 @@ public CodeInterpreterToolCallContent()
35
/// Inputs can include various types of content such as <see cref="HostedFileContent"/> for files,
36
/// <see cref="DataContent"/> for binary data, or other <see cref="AIContent"/> types as supported
37
/// 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.
+ /// media type representing the code for execution by the code interpreter tool.
39
/// </remarks>
40
public IList<AIContent>? Inputs { get; set; }
41
}
0 commit comments