Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/decisions/0001-agent-run-response.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ var primaryContentOnly = response.Messages.FirstOrDefault();
```

- **PROS**: Simple getting started experience, Reusing IChatClient response types.
- **CONS**: Intermediate updates are only availble in streaming mode.
- **CONS**: Intermediate updates are only available in streaming mode.

### Option 4: Remove Run API and retain RunStreaming API only, which returns a Stream of Primary + Secondary

Expand Down