通过


CodeInterpreterToolCallContent(String) 构造函数

定义

初始化 CodeInterpreterToolCallContent 类的新实例。

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

参数

callId
String

工具调用 ID。

适用于