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

# Steering Message • AI Agent SDK

> SteeringMessage: A steering message with priority and metadata.

# SteeringMessage

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

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

A steering message with priority and metadata.

## Properties

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

<ResponseField name="priority" type="SteeringPriority">
  No description available.
</ResponseField>

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

## Source

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