Live documentation is invalid. InputPort is obsolete,in Microsoft.Agents.AI.Workflows.1.0.0-preview.251219.1

Open
#337 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Needs clarification
Activity status
Stale
Tech stack
csharp
Domain
documentation

Research direction

Open the linked Microsoft Learn requests-and-responses page and inspect the C# example using InputPort with Microsoft.Agents.AI.Workflows 1.0.0-preview.251219.1. Identify the current API that replaces the obsolete example, update the documentation, and confirm the sample works with that version.

Written by the indexing model from the issue text.

Description

On https://learn.microsoft.com/en-us/agent-framework/user-guide/workflows/requests-and-responses?pivots=programming-language-csharp
Following line is not working with 1.0.0-preview.251219.1 version of Microsoft.Agents.AI.Workflows

// Create an input port that receives requests of type CustomRequestType and responses of type CustomResponseType.
var inputPort = InputPort.Create<CustomRequestType, CustomResponseType>("input-port");

Dominant language
Mermaid
Stars
263
Forks
167
Avg merge
3h 2m
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MicrosoftDocs/semantic-kernel-docs

All issues in MicrosoftDocs/semantic-kernel-docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.