-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-template-full.json
More file actions
28 lines (26 loc) · 852 Bytes
/
agent-template-full.json
File metadata and controls
28 lines (26 loc) · 852 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"author": "your name or org name",
"config": {
"displayMode": "chat or docs",
"systemRole": "agent prompt",
"model": "gpt-4",
"params": {
"frequency_penalty": 0,
"presence_penalty": 0,
"temperature": 0.6,
"top_p": 1
},
"enableHistoryCount": true,
"historyCount": 2,
"inputTemplate": "{{text}} will be replaced with real-time input information"
},
"homepage": "https://github.com/OWNER",
"identifier": "agent-template-full # same as your filename",
"locale": "zh-CN # you can set locale if you use other i18n language, default is en-US",
"meta": {
"avatar": "🤯 emoji or logo url",
"tags": ["tag1", "tag2"],
"title": "agent en-US title # will auto generate i18n in workflow",
"description": "agent en-US description # will auto generate i18n in workflow"
}
}