Skip to content

Commit 27c6804

Browse files
authored
fix: update sample agent models (#56)
Signed-off-by: Peter Balogh <[email protected]>
1 parent 1ba4623 commit 27c6804

File tree

6 files changed

+48
-66
lines changed

6 files changed

+48
-66
lines changed

samples/crewai/simple_crew/agent.base.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@
66
],
77
"skills": [
88
{
9-
"category_name": "Natural Language Understanding"
9+
"category_name": "Natural Language Processing",
10+
"category_uid": "1",
11+
"class_name": "Text Completion",
12+
"class_uid": "10201"
1013
},
1114
{
12-
"category_name": "Natural Language Generation"
13-
},
14-
{
15-
"category_name": "Information Retrieval and Synthesis"
16-
},
17-
{
18-
"category_name": "Fact Extraction"
19-
},
20-
{
21-
"category_name": "Knowledge Synthesis"
15+
"category_name": "Natural Language Processing",
16+
"category_uid": "1",
17+
"class_name": "Problem Solving",
18+
"class_uid": "10702"
2219
}
2320
],
2421
"locators": [

samples/crewai/simple_crew/model.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@
77
"created_at": "2025-03-25T12:33:14Z",
88
"skills": [
99
{
10-
"category_name": "Natural Language Understanding"
10+
"category_name": "Natural Language Processing",
11+
"category_uid": "1",
12+
"class_name": "Text Completion",
13+
"class_uid": "10201"
1114
},
1215
{
13-
"category_name": "Natural Language Generation"
14-
},
15-
{
16-
"category_name": "Information Retrieval and Synthesis"
17-
},
18-
{
19-
"category_name": "Fact Extraction"
20-
},
21-
{
22-
"category_name": "Knowledge Synthesis"
16+
"category_name": "Natural Language Processing",
17+
"category_uid": "1",
18+
"class_name": "Problem Solving",
19+
"class_uid": "10702"
2320
}
2421
],
2522
"locators": [

samples/langgraph/research/agent.base.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@
66
],
77
"skills": [
88
{
9-
"category_name": "Natural Language Understanding"
9+
"category_name": "Natural Language Processing",
10+
"category_uid": "1",
11+
"class_name": "Text Completion",
12+
"class_uid": "10201"
1013
},
1114
{
12-
"category_name": "Natural Language Generation"
13-
},
14-
{
15-
"category_name": "Information Retrieval and Synthesis"
16-
},
17-
{
18-
"category_name": "Fact Extraction"
19-
},
20-
{
21-
"category_name": "Knowledge Synthesis"
15+
"category_name": "Natural Language Processing",
16+
"category_uid": "1",
17+
"class_name": "Problem Solving",
18+
"class_uid": "10702"
2219
}
2320
],
2421
"locators": [

samples/langgraph/research/model.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@
77
"created_at": "2025-03-25T12:38:35Z",
88
"skills": [
99
{
10-
"category_name": "Natural Language Understanding"
10+
"category_name": "Natural Language Processing",
11+
"category_uid": "1",
12+
"class_name": "Text Completion",
13+
"class_uid": "10201"
1114
},
1215
{
13-
"category_name": "Natural Language Generation"
14-
},
15-
{
16-
"category_name": "Information Retrieval and Synthesis"
17-
},
18-
{
19-
"category_name": "Fact Extraction"
20-
},
21-
{
22-
"category_name": "Knowledge Synthesis"
16+
"category_name": "Natural Language Processing",
17+
"category_uid": "1",
18+
"class_name": "Problem Solving",
19+
"class_uid": "10702"
2320
}
2421
],
2522
"locators": [

samples/llama-index/research/agent.base.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,16 @@
66
],
77
"skills": [
88
{
9-
"category_name": "Natural Language Understanding"
9+
"category_name": "Natural Language Processing",
10+
"category_uid": "1",
11+
"class_name": "Text Completion",
12+
"class_uid": "10201"
1013
},
1114
{
12-
"category_name": "Natural Language Generation"
13-
},
14-
{
15-
"category_name": "Information Retrieval and Synthesis"
16-
},
17-
{
18-
"category_name": "Fact Extraction"
19-
},
20-
{
21-
"category_name": "Knowledge Synthesis"
15+
"category_name": "Natural Language Processing",
16+
"category_uid": "1",
17+
"class_name": "Problem Solving",
18+
"class_uid": "10702"
2219
}
2320
],
2421
"locators": [

samples/llama-index/research/model.json

+8-11
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,16 @@
77
"created_at": "2025-03-25T12:39:29Z",
88
"skills": [
99
{
10-
"category_name": "Natural Language Understanding"
10+
"category_name": "Natural Language Processing",
11+
"category_uid": "1",
12+
"class_name": "Text Completion",
13+
"class_uid": "10201"
1114
},
1215
{
13-
"category_name": "Natural Language Generation"
14-
},
15-
{
16-
"category_name": "Information Retrieval and Synthesis"
17-
},
18-
{
19-
"category_name": "Fact Extraction"
20-
},
21-
{
22-
"category_name": "Knowledge Synthesis"
16+
"category_name": "Natural Language Processing",
17+
"category_uid": "1",
18+
"class_name": "Problem Solving",
19+
"class_uid": "10702"
2320
}
2421
],
2522
"locators": [

0 commit comments

Comments
 (0)