OutputItemBuilder<T>.EmitAdded(T) Method
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.
Produces a response.output_item.added event wrapping the given item.
public virtual Azure.AI.AgentServer.Responses.Models.ResponseOutputItemAddedEvent EmitAdded(T item);
abstract member EmitAdded : 'T -> Azure.AI.AgentServer.Responses.Models.ResponseOutputItemAddedEvent
override this.EmitAdded : 'T -> Azure.AI.AgentServer.Responses.Models.ResponseOutputItemAddedEvent
Public Overridable Function EmitAdded (item As T) As ResponseOutputItemAddedEvent
Parameters
- item
- T
The output item to include in the event.
Returns
A ResponseOutputItemAddedEvent for this output item.