通过


CodeInterpreterToolResultContent(String) 构造函数

定义

初始化 CodeInterpreterToolResultContent 类的新实例。

public:
 CodeInterpreterToolResultContent(System::String ^ callId);
public CodeInterpreterToolResultContent(string callId);
new Microsoft.Extensions.AI.CodeInterpreterToolResultContent : string -> Microsoft.Extensions.AI.CodeInterpreterToolResultContent
Public Sub New (callId As String)

参数

callId
String

工具调用 ID。

适用于