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

# ChatThinkingEffort

This page describes the `ChatThinkingEffort` parameter, which allows you to control the computational effort the AI applies when generating a response. Adjusting this level lets you balance response speed against the depth and quality of the analysis.

## ChatThinkingEffort

The level of thinking effort to apply during AI response generation. This parameter accepts the following values:

| **Value**          | **Description**                                 |
| ------------------ | ----------------------------------------------- |
| `UNKNOWN_THINKING` | Effort level not specified                      |
| `LOW`              | Minimal thinking effort for quick responses     |
| `MEDIUM`           | Moderate thinking effort for balanced responses |
| `HIGH`             | Maximum thinking effort for complex analysis    |

## Related operation

<CardGroup cols={2}>
  <Card title="Send User Message" icon="message" href="/integrations/graphql-api/mutations/chat/send-user-message">
    Configure thinking effort for messages
  </Card>
</CardGroup>
