Class ResponseMcpCallEventBase
public abstract class ResponseMcpCallEventBase : ResponseStreamEvent<ItemStatus>
- Inheritance
-
objectResponseMcpCallEventBase
- Derived
- Inherited Members
Properties
ItemId
The ID of the output item that the MCP tool call is associated with.
public string ItemId { get; set; }
Property Value
- string
OutputIndex
The index of the output item.
public int OutputIndex { get; set; }
Property Value
- int