# Message ## Supported Types ### `components.SystemMessage` ```python value: components.SystemMessage = /* values here */ ``` ### `components.UserMessage` ```python value: components.UserMessage = /* values here */ ``` ### `components.DeveloperMessage` ```python value: components.DeveloperMessage = /* values here */ ``` ### `components.AssistantMessage` ```python value: components.AssistantMessage = /* values here */ ``` ### `components.ToolResponseMessage` ```python value: components.ToolResponseMessage = /* values here */ ```