ResponseEventStream.OutputItemLocalShellCallOutput(String) 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.
Convenience generator that yields the complete local shell tool call output lifecycle.
Local shell call outputs have no intermediate events — only output_item.added and
output_item.done.
public System.Collections.Generic.IEnumerable<Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent> OutputItemLocalShellCallOutput(string output);
member this.OutputItemLocalShellCallOutput : string -> seq<Azure.AI.AgentServer.Responses.Models.ResponseStreamEvent>
Public Iterator Function OutputItemLocalShellCallOutput (output As String) As IEnumerable(Of ResponseStreamEvent)
Parameters
- output
- String
The output text from the shell command.
Returns
An enumerable of events: output_item.added → output_item.done.