Skip to content

Commit 010be61

Browse files
committed
core: update category for Agent Smith agents to internal
- Reclassified category from `doc` to `internal` for Agent Smith agents - Updated configuration in agent-smith-colab.yml, agent-smith-search.yml, and agent-smith.yml
1 parent d0f8060 commit 010be61

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/core/src/features/agents/agent-smith-colab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: An agent to manage Agent Smith's documentation
2-
category: doc
2+
category: internal
33
prompt: |-
44
{prompt}
55
template:

packages/core/src/features/agents/agent-smith-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tool:
66
description: the web search to perform or question about a web page
77
required: true
88
description: An agent to run web search
9-
category: doc
9+
category: internal
1010
prompt: |-
1111
{prompt}
1212
template:

packages/core/src/features/agents/agent-smith.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: An agent to manage Agent Smith's documentation
2-
category: doc
2+
category: internal
33
prompt: |-
44
{prompt}
55
template:

0 commit comments

Comments
 (0)