IExternalRequestEnvelope.GetInnerRequestContent 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.
Returns the inner AI content that should be delivered to the host on the wire. Typically a FunctionCallContent or ToolApprovalRequestContent.
public Microsoft.Extensions.AI.AIContent? GetInnerRequestContent();
abstract member GetInnerRequestContent : unit -> Microsoft.Extensions.AI.AIContent
Public Function GetInnerRequestContent () As AIContent
Returns
The inner content, or null if no suitable inner content is available.