Skip to content
DocsTry Aspire
DocsTry

HostedAgentConfiguration Properties

ClassProperties11 members
A configuration helper for hosted agents.
ContainerProtocolVersionsSection titled ContainerProtocolVersionsIList<ProtocolVersionRecord>
The protocols that the agent supports for ingress communication of the containers.
public IList<ProtocolVersionRecord> ContainerProtocolVersions { get; init; }
ContentFilterConfigurationSection titled ContentFilterConfigurationnullableContentFilterConfiguration?
Configuration for Responsible AI (RAI) content filtering and safety features.
public ContentFilterConfiguration? ContentFilterConfiguration { get; set; }
CPU allocation for each hosted agent instance, in vCPU cores.
public decimal Cpu { get; set; }
CPU allocation as a string.
public string CpuString { get; }
The description of the hosted agent.
public string Description { get; set; }
EnvironmentVariablesSection titled EnvironmentVariablesIDictionary<string, string>
Environment variables to set in the hosted agent container.
public IDictionary<string, string> EnvironmentVariables { get; init; }
The fully qualified container image name for the hosted agent.
public string Image { get; set; }
Memory allocation for each hosted agent instance, in GiB. Must be 2x the CPU allocation.
public decimal Memory { get; set; }
MemoryStringSection titled MemoryStringstring
Memory allocation as a string.
public string MemoryString { get; }
MetadataSection titled MetadataIDictionary<string, string>
Additional metadata to associate with the hosted agent.
public IDictionary<string, string> Metadata { get; init; }
ToolsSection titled ToolsIList<ProjectsAgentTool>
Tools available to the hosted agent.
public IList<ProjectsAgentTool> Tools { get; init; }