Class InvokeToolResult
public sealed record InvokeToolResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<InvokeToolResult>
- Inheritance
-
EmptyResultInvokeToolResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
InvokeToolResult(string)
public InvokeToolResult(string InvocationId)
Parameters
InvocationIdstringUnique identifier for this invocation. Response is sent before tool events.
Properties
InvocationId
Unique identifier for this invocation. Response is sent before tool events.
public string InvocationId { get; init; }