# get_system_message

> **Function** in `langchain_anthropic`

📖 [View in docs](https://reference.langchain.com/python/langchain-anthropic/experimental/get_system_message)

Generate a system message that describes the available tools.

## Signature

```python
get_system_message(
    tools: list[dict],
) -> str
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/f0c5a28fa05adcda89aebcb449d897245ab21fa4/libs/partners/anthropic/langchain_anthropic/experimental.py#L53)