> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Gap Info • AI Agent SDK

> GapInfo: Information about a gap in the event sequence.

# GapInfo

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Information about a gap in the event sequence.

## Properties

<ResponseField name="expected_seq" type="int">
  No description available.
</ResponseField>

<ResponseField name="received_seq" type="int">
  No description available.
</ResponseField>

<ResponseField name="missed_count" type="int">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L4637">
  `praisonaiagents/gateway/protocols.py` at line 4637
</Card>
