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

# Update State • AI Agent SDK

> update_state: Update multiple state values

# update\_state

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

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

Update multiple state values

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def update_state(updates: Dict) -> None
```

## Parameters

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

## Source

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