Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions claude-agent-sdk/listeners/views/app_home_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
}
],
}
Expand All @@ -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.",
}
],
}
Expand All @@ -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.",
}
],
}
Expand Down
4 changes: 2 additions & 2 deletions openai-agents-sdk/listeners/views/app_home_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
}
],
}
Expand All @@ -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.",
}
],
}
Expand Down
6 changes: 3 additions & 3 deletions pydantic-ai/listeners/views/app_home_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
}
],
}
Expand All @@ -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.",
}
],
}
Expand All @@ -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.",
}
],
}
Expand Down