FunctionInvocationDelegatingAgentBuilderExtensions Class
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.
Provides extension methods for configuring and customizing AIAgentBuilder instances.
public static class FunctionInvocationDelegatingAgentBuilderExtensions
type FunctionInvocationDelegatingAgentBuilderExtensions = class
Public Module FunctionInvocationDelegatingAgentBuilderExtensions
- Inheritance
-
FunctionInvocationDelegatingAgentBuilderExtensions
Methods
| Name | Description |
|---|---|
| Use(AIAgentBuilder, Func<AIAgent,FunctionInvocationContext,Func<FunctionInvocationContext, CancellationToken,ValueTask<Object>>,CancellationToken,ValueTask<Object>>) |
Adds function invocation callbacks to the AIAgent pipeline that intercepts and processes AIFunction calls. |