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

# edit • AI Agent SDK

> edit: Protocol alias for :meth:`edit_skill`.

# edit

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SkillManager**](../classes/SkillManager) class in the [**manager**](../modules/manager) module.

Protocol alias for :meth:`edit_skill`.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def edit(name: str, content: str, propose: Optional[bool]) -> dict
```

## Parameters

<ParamField query="name" type="str" required={true}>
  No description available.
</ParamField>

<ParamField query="content" type="str" required={true}>
  No description available.
</ParamField>

<ParamField query="propose" type="Optional[bool]" required={false}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="dict">
  The result of the operation.
</ResponseField>

## Uses

* `edit_skill`

## Used By

* [`ImageAgent.aedit`](../functions/ImageAgent-aedit)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/manager.py#L1673">
  `praisonaiagents/skills/manager.py` at line 1673
</Card>
