CitationAnnotation.ToolName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".