MagenticPlanReviewRequest.Revise 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.
Overloads
| Name | Description |
|---|---|
| Revise(ChatMessage) |
Create a MagenticPlanReviewResponse with revisions. |
| Revise(IEnumerable<ChatMessage>) |
Create a MagenticPlanReviewResponse with revisions. |
| Revise(String) |
Create a MagenticPlanReviewResponse with revisions. |
Revise(ChatMessage)
Create a MagenticPlanReviewResponse with revisions.
public Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse Revise(Microsoft.Extensions.AI.ChatMessage message);
member this.Revise : Microsoft.Extensions.AI.ChatMessage -> Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse
Public Function Revise (message As ChatMessage) As MagenticPlanReviewResponse
Parameters
- message
- ChatMessage
Returns
Applies to
Revise(IEnumerable<ChatMessage>)
Create a MagenticPlanReviewResponse with revisions.
public Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse Revise(System.Collections.Generic.IEnumerable<Microsoft.Extensions.AI.ChatMessage> messages);
member this.Revise : seq<Microsoft.Extensions.AI.ChatMessage> -> Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse
Public Function Revise (messages As IEnumerable(Of ChatMessage)) As MagenticPlanReviewResponse
Parameters
- messages
- IEnumerable<ChatMessage>
Returns
Applies to
Revise(String)
Create a MagenticPlanReviewResponse with revisions.
public Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse Revise(string message);
member this.Revise : string -> Microsoft.Agents.AI.Workflows.MagenticPlanReviewResponse
Public Function Revise (message As String) As MagenticPlanReviewResponse
Parameters
- message
- String