claude-agent-sdk-python
claude-agent-sdk-python copied to clipboard
Support turning on thinking
is there any way of turning on "thinking" mode as Claude Code does?
Use this argument in ClaudeAgentOptions to turn on thinking env={"MAX_THINKING_TOKENS" : "1024"}
Use this argument in ClaudeAgentOptions to turn on thinking env={"MAX_THINKING_TOKENS" : "1024"}
Great, that's helpful
Thanks for the tip. This seems have solved it. Would be great if Antrhopic spend some time to update their official documentation site for agent sdk to include this too.