# 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/c5b2f95b5e26169548398d5d8ec6b9d963af9cc8/libs/partners/anthropic/langchain_anthropic/experimental.py#L53)