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

# CLI Backend Execute Input • AI Agent SDK

> CliBackendExecuteInput: Input for CLI_BACKEND_EXECUTE hooks (agent delegated a turn to a CLI backend).

# CliBackendExecuteInput

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

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

Input for CLI\_BACKEND\_EXECUTE hooks (agent delegated a turn to a CLI backend).

## Properties

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

<ResponseField name="command" type="Optional">
  No description available.
</ResponseField>

<ResponseField name="content" type="Optional[str]">
  No description available.
</ResponseField>

<ResponseField name="error" type="Optional[str]">
  No description available.
</ResponseField>

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

<ResponseField name="praisonai_llm_http" type="bool">
  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#L424">
  `praisonaiagents/hooks/events.py` at line 424
</Card>
