# HostedAgentProtocolVersion

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `type`
- Source: [GitHub](https://github.com/microsoft/aspire)

A protocol and version supported by a Microsoft Foundry hosted agent container.

## Definition

```typescript
type HostedAgentProtocolVersion = {
  Protocol: string;
  Version: string;
}
```

## Fields

- `Protocol`: `string`
- `Version`: `string`
