> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ame.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Thinking

```python theme={null}
from aser.agent import Agent
agent=Agent(name="aser agent",description="aser agent",model="gpt-4.1-mini")
result=agent.thinking("Calculate (100-10) * 3 +(100/2)")
print(result)
```
