Share via


CitationAnnotation.ToolName Property

Definition

Gets or sets the name of any tool involved in the production of the associated content.

public:
 property System::String ^ ToolName { System::String ^ get(); void set(System::String ^ value); };
public string? ToolName { get; set; }
member this.ToolName : string with get, set
Public Property ToolName As String

Property Value

Remarks

This might be a function name, such as one from Name, or the name of a built-in tool from the provider, such as "code_interpreter" or "file_search".

Applies to