diff --git a/claude-agent-sdk/listeners/views/app_home_builder.py b/claude-agent-sdk/listeners/views/app_home_builder.py index d70b79e..8a70f04 100644 --- a/claude-agent-sdk/listeners/views/app_home_builder.py +++ b/claude-agent-sdk/listeners/views/app_home_builder.py @@ -47,7 +47,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The assistant can search messages, read channels, and more.", + "text": "The agent can search messages, read channels, and more.", } ], } @@ -68,7 +68,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } @@ -89,7 +89,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } diff --git a/openai-agents-sdk/listeners/views/app_home_builder.py b/openai-agents-sdk/listeners/views/app_home_builder.py index 089184d..569f77d 100644 --- a/openai-agents-sdk/listeners/views/app_home_builder.py +++ b/openai-agents-sdk/listeners/views/app_home_builder.py @@ -47,7 +47,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The assistant can search messages, read channels, and more.", + "text": "The agent can search messages, read channels, and more.", } ], } @@ -68,7 +68,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } diff --git a/pydantic-ai/listeners/views/app_home_builder.py b/pydantic-ai/listeners/views/app_home_builder.py index 961cc5a..cb12a7a 100644 --- a/pydantic-ai/listeners/views/app_home_builder.py +++ b/pydantic-ai/listeners/views/app_home_builder.py @@ -47,7 +47,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The assistant can search messages, read channels, and more.", + "text": "The agent can search messages, read channels, and more.", } ], } @@ -68,7 +68,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], } @@ -89,7 +89,7 @@ def build_app_home_view( "elements": [ { "type": "mrkdwn", - "text": "The Slack MCP Server enables the assistant to search messages, read channels, and more.", + "text": "The Slack MCP Server enables the agent to search messages, read channels, and more.", } ], }