운영 문서와 상태판 동기화
This commit is contained in:
parent
3a9f70a97b
commit
eb77d7ec7c
10 changed files with 369 additions and 145 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"persona_code": "P1",
|
||||
"empathy": {
|
||||
"label": "empathy",
|
||||
"session_id": "a6c4d731-875e-4023-a369-b07de65f511e",
|
||||
"session_id": "e8b92568-dd8a-48cc-8746-c4199495b15f",
|
||||
"api_curve": [
|
||||
{
|
||||
"turn_seq": 1,
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
],
|
||||
"db_state": {
|
||||
"session_id": "a6c4d731-875e-4023-a369-b07de65f511e",
|
||||
"session_id": "e8b92568-dd8a-48cc-8746-c4199495b15f",
|
||||
"stage": "탐색",
|
||||
"turn_seq": 5,
|
||||
"effective_openness": 0.17100003361701965,
|
||||
|
|
@ -52,8 +52,7 @@
|
|||
"actor_kind": "human_learner",
|
||||
"client_states": [
|
||||
"defensive",
|
||||
"involuntary",
|
||||
"lack_of_confidence"
|
||||
"involuntary"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -70,22 +69,21 @@
|
|||
"client_states": [
|
||||
"affect_contact",
|
||||
"defensive",
|
||||
"responds_to_exploration"
|
||||
"involuntary"
|
||||
]
|
||||
},
|
||||
{
|
||||
"turn_seq": 7,
|
||||
"actor_kind": "human_learner",
|
||||
"client_states": [
|
||||
"involuntary",
|
||||
"lack_of_confidence"
|
||||
"defensive",
|
||||
"involuntary"
|
||||
]
|
||||
},
|
||||
{
|
||||
"turn_seq": 9,
|
||||
"actor_kind": "human_learner",
|
||||
"client_states": [
|
||||
"defensive",
|
||||
"involuntary",
|
||||
"lack_of_confidence"
|
||||
]
|
||||
|
|
@ -94,7 +92,7 @@
|
|||
},
|
||||
"advice_jump": {
|
||||
"label": "advice_jump",
|
||||
"session_id": "5bf60d80-12f5-45ef-99fd-1856d02f6bb4",
|
||||
"session_id": "ce979dc9-4afd-4d37-b544-77cc76ff0436",
|
||||
"api_curve": [
|
||||
{
|
||||
"turn_seq": 1,
|
||||
|
|
@ -128,7 +126,7 @@
|
|||
}
|
||||
],
|
||||
"db_state": {
|
||||
"session_id": "5bf60d80-12f5-45ef-99fd-1856d02f6bb4",
|
||||
"session_id": "ce979dc9-4afd-4d37-b544-77cc76ff0436",
|
||||
"stage": "라포",
|
||||
"turn_seq": 5,
|
||||
"effective_openness": 0.0,
|
||||
|
|
@ -141,9 +139,9 @@
|
|||
"turn_seq": 1,
|
||||
"actor_kind": "human_learner",
|
||||
"client_states": [
|
||||
"conflicted",
|
||||
"defensive",
|
||||
"involuntary",
|
||||
"negative_self_perception"
|
||||
"involuntary"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -168,7 +166,8 @@
|
|||
"actor_kind": "human_learner",
|
||||
"client_states": [
|
||||
"defensive",
|
||||
"negative_self_perception"
|
||||
"involuntary",
|
||||
"lack_of_confidence"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -186,6 +185,21 @@
|
|||
"empathy_final_openness": 0.17100003361701965,
|
||||
"advice_final_openness": 0.0,
|
||||
"empathy_stage": "탐색",
|
||||
"advice_stage": "라포"
|
||||
"advice_stage": "라포",
|
||||
"empathy_api_curve": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.095,
|
||||
0.133,
|
||||
0.171
|
||||
],
|
||||
"advice_jump_api_curve": [
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"db_turn_rows_per_session": 10
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue