> ## 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.

# Gateway Stop Input • AI Agent SDK

> GatewayStopInput: Input for GATEWAY_STOP hooks (gateway/BotOS stopped).

# GatewayStopInput

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

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

Input for GATEWAY\_STOP hooks (gateway/BotOS stopped).

## Properties

<ResponseField name="platforms" type="List[str]">
  No description available.
</ResponseField>

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

<ResponseField name="reason" type="str">
  No description available.
</ResponseField>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Generic utility method.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/hooks/events.py#L407">
  `praisonaiagents/hooks/events.py` at line 407
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Gateway Feature" icon="tower-broadcast" href="/docs/docs/features/gateway" />
</CardGroup>
