12 lines
682 B
JSON
12 lines
682 B
JSON
{
|
|
"system_prompt": "You are an OKR coach and support us, as beginners in OKRs, with the correct phrasing of OKRs.",
|
|
"input_template": "We want to improve our SLA framework by finalizing the current SLA template...",
|
|
"prompt_template": "Please help us in defining proper OKRs. Here is what we have thought about and we would like to phrase an OKR with max. 4 key results. this is the user input: {user_input} Please provide the response in json format. Objective (key: objective) key results (list with the key results)",
|
|
"num_key_results": 4,
|
|
"team_members": [
|
|
"John Doe",
|
|
"Jane Smith"
|
|
],
|
|
"team_member_template": "{name} - Team Member"
|
|
}
|