Skip to content
DocsTry Aspire
DocsTry

AgentCoreResourceBuilderExtensions Methods

ClassMethods3 members
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
AddAgentCoreRuntime(IDistributedApplicationBuilder, string, AgentCoreLocalOptions?)Section titled AddAgentCoreRuntime(IDistributedApplicationBuilder, string, AgentCoreLocalOptions?)extensionIResourceBuilder<ProjectResource>
public static class AgentCoreResourceBuilderExtensions
{
public static IResourceBuilder<ProjectResource> AddAgentCoreRuntime<TProject>(
this IDistributedApplicationBuilder builder,
string name,
AgentCoreLocalOptions? options = null)
{
// ...
}
}
builderIDistributedApplicationBuilder
namestring
optionsAgentCoreLocalOptions?optional
WithAgentCoreMemory(IResourceBuilder<ProjectResource>)Section titled WithAgentCoreMemory(IResourceBuilder<ProjectResource>)extensionIResourceBuilder<ProjectResource>
public static class AgentCoreResourceBuilderExtensions
{
public static IResourceBuilder<ProjectResource> WithAgentCoreMemory(
this IResourceBuilder<ProjectResource> agentApp)
{
// ...
}
}
agentAppIResourceBuilder<ProjectResource>
WithAgentCoreStreaming(IResourceBuilder<ProjectResource>)Section titled WithAgentCoreStreaming(IResourceBuilder<ProjectResource>)extensionIResourceBuilder<ProjectResource>
public static class AgentCoreResourceBuilderExtensions
{
public static IResourceBuilder<ProjectResource> WithAgentCoreStreaming(
this IResourceBuilder<ProjectResource> agentApp)
{
// ...
}
}
agentAppIResourceBuilder<ProjectResource>