# get_system_message

> **Function** in `langchain_aws`

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

## Signature

```python
get_system_message(
    tools: List[AnthropicTool],
) -> str
```

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/ea22fe3d744a3248b0b74ed555e9c34844b35a54/libs/aws/langchain_aws/function_calling.py#L112)