Table of Contents

Class InvokeToolResult

Namespace
Selenium.WebDriver.BiDi.Cdp.WebMCP
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record InvokeToolResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<InvokeToolResult>
Inheritance
EmptyResult
InvokeToolResult
Implements
IEquatable<EmptyResult>
Inherited Members
EmptyResult.ToString()
EmptyResult.GetHashCode()
EmptyResult.Equals(EmptyResult)
EmptyResult.<Clone>$()
EmptyResult.AdditionalData
EmptyResult.AdditionalMessageData

Constructors

InvokeToolResult(string)

public InvokeToolResult(string InvocationId)

Parameters

InvocationId string

Unique 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; }

Property Value

string