Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
scenario_id: string
split: string
template_id: string
difficulty: string
signature: string
messages: list<item: struct<role: string, content: string, tool_calls: list<item: struct<id: string, type: str (... 94 chars omitted)
  child 0, item: struct<role: string, content: string, tool_calls: list<item: struct<id: string, type: string, functi (... 82 chars omitted)
      child 0, role: string
      child 1, content: string
      child 2, tool_calls: list<item: struct<id: string, type: string, function: struct<name: string, arguments: string>>>
          child 0, item: struct<id: string, type: string, function: struct<name: string, arguments: string>>
              child 0, id: string
              child 1, type: string
              child 2, function: struct<name: string, arguments: string>
                  child 0, name: string
                  child 1, arguments: string
      child 3, name: string
      child 4, tool_call_id: string
conversation: null
expected_arguments: null
expected_calls: null
curriculum_group: string
skills: list<item: string>
  child 0, item: string
confirmation_required: bool
missing_fields: list<item: string>
  child 0, item: string
target_state: struct<timezone: string, current_time: timestamp[s], preferences: struct<preferred_period: string>,  (... 287 chars omitted)
  child 0, timezone: string
  child 1, current_time: timestamp[s]
  child 2, preferences: struct<preferred_period: string>
      child 0, preferred_period: string
  child 3, events: li
...
t_time: timestamp[s], preferences: struct<preferred_period: string>,  (... 285 chars omitted)
  child 0, timezone: string
  child 1, current_time: timestamp[s]
  child 2, preferences: struct<preferred_period: string>
      child 0, preferred_period: string
  child 3, events: list<item: struct<id: string, title: string, start: timestamp[s], end: timestamp[s], attendee_ids: l (... 17 chars omitted)
      child 0, item: struct<id: string, title: string, start: timestamp[s], end: timestamp[s], attendee_ids: list<item: n (... 5 chars omitted)
          child 0, id: string
          child 1, title: string
          child 2, start: timestamp[s]
          child 3, end: timestamp[s]
          child 4, attendee_ids: list<item: null>
              child 0, item: null
  child 4, contacts: list<item: struct<id: string, name: string, email: string, busy: list<item: struct<start: timestamp[ (... 25 chars omitted)
      child 0, item: struct<id: string, name: string, email: string, busy: list<item: struct<start: timestamp[s], end: ti (... 13 chars omitted)
          child 0, id: string
          child 1, name: string
          child 2, email: string
          child 3, busy: list<item: struct<start: timestamp[s], end: timestamp[s]>>
              child 0, item: struct<start: timestamp[s], end: timestamp[s]>
                  child 0, start: timestamp[s]
                  child 1, end: timestamp[s]
  child 5, next_event_id: int64
expected_contact_ids: list<item: string>
  child 0, item: string
to
{'scenario_id': Value('string'), 'template_id': Value('string'), 'split': Value('string'), 'user_request': Value('string'), 'conversation': List(Json(decode=True)), 'initial_state': {'timezone': Value('string'), 'current_time': Value('timestamp[s]'), 'preferences': {'preferred_period': Value('string')}, 'events': List({'id': Value('string'), 'title': Value('string'), 'start': Value('timestamp[s]'), 'end': Value('timestamp[s]'), 'attendee_ids': List(Value('null'))}), 'contacts': List({'id': Value('string'), 'name': Value('string'), 'email': Value('string'), 'busy': List({'start': Value('timestamp[s]'), 'end': Value('timestamp[s]')})}), 'next_event_id': Value('int64')}, 'target_action': Value('string'), 'target_state': {'timezone': Value('string'), 'current_time': Value('timestamp[s]'), 'preferences': {'preferred_period': Value('string')}, 'events': List({'id': Value('string'), 'title': Value('string'), 'start': Value('timestamp[s]'), 'end': Value('timestamp[s]'), 'attendee_ids': List(Value('string'))}), 'contacts': List({'id': Value('string'), 'name': Value('string'), 'email': Value('string'), 'busy': List({'start': Value('timestamp[s]'), 'end': Value('timestamp[s]')})}), 'next_event_id': Value('int64')}, 'skills': List(Value('string')), 'signature': Value('string'), 'combination_signature': Value('string'), 'difficulty': Value('string'), 'expected_steps': List(Value('string')), 'expected_event_id': Value('string'), 'expected_arguments': Json(decode=True), 'expected_calls': List({'tool': Value('string'), 'args': Json(decode=True)}), 'curriculum_group': Value('string'), 'expected_contact_ids': List(Value('string')), 'confirmation_required': Value('bool'), 'confirmed': Value('bool'), 'missing_fields': List(Value('string'))}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              scenario_id: string
              split: string
              template_id: string
              difficulty: string
              signature: string
              messages: list<item: struct<role: string, content: string, tool_calls: list<item: struct<id: string, type: str (... 94 chars omitted)
                child 0, item: struct<role: string, content: string, tool_calls: list<item: struct<id: string, type: string, functi (... 82 chars omitted)
                    child 0, role: string
                    child 1, content: string
                    child 2, tool_calls: list<item: struct<id: string, type: string, function: struct<name: string, arguments: string>>>
                        child 0, item: struct<id: string, type: string, function: struct<name: string, arguments: string>>
                            child 0, id: string
                            child 1, type: string
                            child 2, function: struct<name: string, arguments: string>
                                child 0, name: string
                                child 1, arguments: string
                    child 3, name: string
                    child 4, tool_call_id: string
              conversation: null
              expected_arguments: null
              expected_calls: null
              curriculum_group: string
              skills: list<item: string>
                child 0, item: string
              confirmation_required: bool
              missing_fields: list<item: string>
                child 0, item: string
              target_state: struct<timezone: string, current_time: timestamp[s], preferences: struct<preferred_period: string>,  (... 287 chars omitted)
                child 0, timezone: string
                child 1, current_time: timestamp[s]
                child 2, preferences: struct<preferred_period: string>
                    child 0, preferred_period: string
                child 3, events: li
              ...
              t_time: timestamp[s], preferences: struct<preferred_period: string>,  (... 285 chars omitted)
                child 0, timezone: string
                child 1, current_time: timestamp[s]
                child 2, preferences: struct<preferred_period: string>
                    child 0, preferred_period: string
                child 3, events: list<item: struct<id: string, title: string, start: timestamp[s], end: timestamp[s], attendee_ids: l (... 17 chars omitted)
                    child 0, item: struct<id: string, title: string, start: timestamp[s], end: timestamp[s], attendee_ids: list<item: n (... 5 chars omitted)
                        child 0, id: string
                        child 1, title: string
                        child 2, start: timestamp[s]
                        child 3, end: timestamp[s]
                        child 4, attendee_ids: list<item: null>
                            child 0, item: null
                child 4, contacts: list<item: struct<id: string, name: string, email: string, busy: list<item: struct<start: timestamp[ (... 25 chars omitted)
                    child 0, item: struct<id: string, name: string, email: string, busy: list<item: struct<start: timestamp[s], end: ti (... 13 chars omitted)
                        child 0, id: string
                        child 1, name: string
                        child 2, email: string
                        child 3, busy: list<item: struct<start: timestamp[s], end: timestamp[s]>>
                            child 0, item: struct<start: timestamp[s], end: timestamp[s]>
                                child 0, start: timestamp[s]
                                child 1, end: timestamp[s]
                child 5, next_event_id: int64
              expected_contact_ids: list<item: string>
                child 0, item: string
              to
              {'scenario_id': Value('string'), 'template_id': Value('string'), 'split': Value('string'), 'user_request': Value('string'), 'conversation': List(Json(decode=True)), 'initial_state': {'timezone': Value('string'), 'current_time': Value('timestamp[s]'), 'preferences': {'preferred_period': Value('string')}, 'events': List({'id': Value('string'), 'title': Value('string'), 'start': Value('timestamp[s]'), 'end': Value('timestamp[s]'), 'attendee_ids': List(Value('null'))}), 'contacts': List({'id': Value('string'), 'name': Value('string'), 'email': Value('string'), 'busy': List({'start': Value('timestamp[s]'), 'end': Value('timestamp[s]')})}), 'next_event_id': Value('int64')}, 'target_action': Value('string'), 'target_state': {'timezone': Value('string'), 'current_time': Value('timestamp[s]'), 'preferences': {'preferred_period': Value('string')}, 'events': List({'id': Value('string'), 'title': Value('string'), 'start': Value('timestamp[s]'), 'end': Value('timestamp[s]'), 'attendee_ids': List(Value('string'))}), 'contacts': List({'id': Value('string'), 'name': Value('string'), 'email': Value('string'), 'busy': List({'start': Value('timestamp[s]'), 'end': Value('timestamp[s]')})}), 'next_event_id': Value('int64')}, 'skills': List(Value('string')), 'signature': Value('string'), 'combination_signature': Value('string'), 'difficulty': Value('string'), 'expected_steps': List(Value('string')), 'expected_event_id': Value('string'), 'expected_arguments': Json(decode=True), 'expected_calls': List({'tool': Value('string'), 'args': Json(decode=True)}), 'curriculum_group': Value('string'), 'expected_contact_ids': List(Value('string')), 'confirmation_required': Value('bool'), 'confirmed': Value('bool'), 'missing_fields': List(Value('string'))}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

scenario_id
string
template_id
string
split
string
user_request
string
conversation
list
initial_state
dict
target_action
string
target_state
dict
skills
list
signature
string
combination_signature
string
difficulty
string
expected_steps
list
expected_event_id
string
expected_arguments
unknown
expected_calls
list
curriculum_group
string
expected_contact_ids
list
confirmation_required
bool
confirmed
bool
missing_fields
list
delete_confirmation-rlvr_train-000048
delete_confirmation
rlvr_train
2039-03-10 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-10 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-10T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-03-10T01:00:00", "end": "2039-03-10T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-10T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-03-10T01:00:00", "end": "2039-03-10T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-10" } } ]
delete_confirmation
null
true
null
null
missing_time_clarification-rlvr_train-000014
missing_time_clarification
rlvr_train
2039-01-21에 고객 인터뷰를 등록해줘.
[ { "role": "user", "content": "2039-01-21에 고객 인터뷰를 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
ask_clarification
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "missing_information" ]
missing_information
missing_information
L1
[]
null
null
[]
missing_time_clarification
null
null
null
[ "time", "duration" ]
confirmed_delete-rlvr_train-000020
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-01-31 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-01-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-31T01:00:00", "end": "2039-01-31T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-31T01:00:00", "end": "2039-01-31T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
confirmed_delete-rlvr_train-000021
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-02-01 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-02-01T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-02-01T01:00:00", "end": "2039-02-01T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-01T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-02-01T01:00:00", "end": "2039-02-01T02:00:00", "attendee_ids": [] } ], "contacts...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
multi_attendee_create-rlvr_train-000012
multi_attendee_create
rlvr_train
2039-01-19 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-19 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-19T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-19T01:00:00", "end": "2039-01-19T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-19T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-19T01:00:00", "end": "2039-01-19T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-01-19T16:00+09:00", "end": "2039-01-19T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-19" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
conflict_then_create-rlvr_train-000053
conflict_then_create
rlvr_train
2039-03-17 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-03-17 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-17T01:00:00", "end": "2039-03-17T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-03-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-17T01:00:00", "end": "2039-03-17T02:00:00", "attendee_ids": [] }, { "id...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-03-17T15:00+09:00", "end": "2039-03-17T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-03-17" } }, { "tool": "find_free_slots", "args": { "date": "2039-03-17", "duration": 60 } }, { "tool": "create_event", "args": { "title": "프로젝트 점검", "start": "2039-03-17T15:00+09:00", "end"...
conflict_then_create
null
null
null
null
multi_attendee_create-rlvr_train-000013
multi_attendee_create
rlvr_train
2039-01-20 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-20 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-20T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-20T01:00:00", "end": "2039-01-20T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-20T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-20T01:00:00", "end": "2039-01-20T02:00:00", "attendee_ids": [] }, { "id...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-01-20T16:00+09:00", "end": "2039-01-20T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-20" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
conflict_then_create-rlvr_train-000005
conflict_then_create
rlvr_train
2039-01-10 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-01-10 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-10T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-10T01:00:00", "end": "2039-01-10T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-10T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-10T01:00:00", "end": "2039-01-10T02:00:00", "attendee_ids": [] }, { "id...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-01-10T15:00+09:00", "end": "2039-01-10T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-01-10" } }, { "tool": "find_free_slots", "args": { "date": "2039-01-10", "duration": 60 } }, { "tool": "create_event", "args": { "title": "프로젝트 점검", "start": "2039-01-10T15:00+09:00", "end"...
conflict_then_create
null
null
null
null
confirmed_delete-rlvr_train-000007
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-01-12 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-01-12T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-12T01:00:00", "end": "2039-01-12T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-12T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-12T01:00:00", "end": "2039-01-12T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
multi_attendee_create-rlvr_train-000017
multi_attendee_create
rlvr_train
2039-01-26 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-26 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-26T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-26T01:00:00", "end": "2039-01-26T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-26T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-26T01:00:00", "end": "2039-01-26T02:00:00", "attendee_ids": [] }, { "id...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-01-26T16:00+09:00", "end": "2039-01-26T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-26" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
conflict_then_create-rlvr_train-000052
conflict_then_create
rlvr_train
2039-03-16 오전 10시에 기획 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-03-16 오전 10시에 기획 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-16T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-03-16T01:00:00", "end": "2039-03-16T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-03-16T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-03-16T01:00:00", "end": "2039-03-16T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-03-16T15:00+09:00", "end": "2039-03-16T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-03-16" } }, { "tool": "find_free_slots", "args": { "date": "2039-03-16", "duration": 60 } }, { "tool": "create_event", "args": { "title": "기획 회의", "start": "2039-03-16T15:00+09:00", "end": ...
conflict_then_create
null
null
null
null
conflict_then_create-rlvr_train-000057
conflict_then_create
rlvr_train
2039-03-23 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-03-23 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-23T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-23T01:00:00", "end": "2039-03-23T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-03-23T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-23T01:00:00", "end": "2039-03-23T02:00:00", "attendee_ids": [] }, { "id...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-03-23T15:00+09:00", "end": "2039-03-23T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-03-23" } }, { "tool": "find_free_slots", "args": { "date": "2039-03-23", "duration": 60 } }, { "tool": "create_event", "args": { "title": "프로젝트 점검", "start": "2039-03-23T15:00+09:00", "end"...
conflict_then_create
null
null
null
null
missing_time_clarification-rlvr_train-000010
missing_time_clarification
rlvr_train
2039-01-17에 고객 인터뷰를 등록해줘.
[ { "role": "user", "content": "2039-01-17에 고객 인터뷰를 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-17T01:00:00", "end": "2039-01-17T02:00:00", "attendee_ids": [] }, { "id"...
ask_clarification
{ "timezone": "Asia/Seoul", "current_time": "2039-01-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-17T01:00:00", "end": "2039-01-17T02:00:00", "attendee_ids": [] }, { "id"...
[ "missing_information" ]
missing_information
missing_information
L1
[]
null
null
[]
missing_time_clarification
null
null
null
[ "time", "duration" ]
multi_attendee_create-rlvr_train-000033
multi_attendee_create
rlvr_train
2039-02-17 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘.
[ { "role": "user", "content": "2039-02-17 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-02-17T01:00:00", "end": "2039-02-17T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-02-17T01:00:00", "end": "2039-02-17T02:00:00", "attendee_ids": [] }, { "id...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-02-17T16:00+09:00", "end": "2039-02-17T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-02-17" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
multi_attendee_create-rlvr_train-000016
multi_attendee_create
rlvr_train
2039-01-25 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-25 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-25T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-25T01:00:00", "end": "2039-01-25T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-25T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-25T01:00:00", "end": "2039-01-25T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-01-25T16:00+09:00", "end": "2039-01-25T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-25" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
conflict_then_create-rlvr_train-000074
conflict_then_create
rlvr_train
2039-04-15 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-04-15 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-04-15T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-04-15T01:00:00", "end": "2039-04-15T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-04-15T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-04-15T01:00:00", "end": "2039-04-15T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-04-15T15:00+09:00", "end": "2039-04-15T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-04-15" } }, { "tool": "find_free_slots", "args": { "date": "2039-04-15", "duration": 60 } }, { "tool": "create_event", "args": { "title": "고객 인터뷰", "start": "2039-04-15T15:00+09:00", "end":...
conflict_then_create
null
null
null
null
multi_attendee_create-rlvr_train-000018
multi_attendee_create
rlvr_train
2039-01-27 김민지 님과 이준호 님이 모두 가능한 오후 시간에 고객 인터뷰를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-27 김민지 님과 이준호 님이 모두 가능한 오후 시간에 고객 인터뷰를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-27T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-27T01:00:00", "end": "2039-01-27T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-27T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-27T01:00:00", "end": "2039-01-27T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-01-27T16:00+09:00", "end": "2039-01-27T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-27" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
multi_attendee_create-rlvr_train-000014
multi_attendee_create
rlvr_train
2039-01-21 김민지 님과 이준호 님이 모두 가능한 오후 시간에 고객 인터뷰를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-21 김민지 님과 이준호 님이 모두 가능한 오후 시간에 고객 인터뷰를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-01-21T16:00+09:00", "end": "2039-01-21T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-21" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
delete_confirmation-rlvr_train-000055
delete_confirmation
rlvr_train
2039-03-21 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-21 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-03-21T01:00:00", "end": "2039-03-21T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-03-21T01:00:00", "end": "2039-03-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-21" } } ]
delete_confirmation
null
true
null
null
conflict_then_create-rlvr_train-000028
conflict_then_create
rlvr_train
2039-02-10 오전 10시에 기획 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-02-10 오전 10시에 기획 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-10T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-10T01:00:00", "end": "2039-02-10T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-10T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-10T01:00:00", "end": "2039-02-10T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-02-10T15:00+09:00", "end": "2039-02-10T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-02-10" } }, { "tool": "find_free_slots", "args": { "date": "2039-02-10", "duration": 60 } }, { "tool": "create_event", "args": { "title": "기획 회의", "start": "2039-02-10T15:00+09:00", "end": ...
conflict_then_create
null
null
null
null
conflict_then_create-rlvr_train-000009
conflict_then_create
rlvr_train
2039-01-14 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-01-14 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-14T01:00:00", "end": "2039-01-14T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-01-14T01:00:00", "end": "2039-01-14T02:00:00", "attendee_ids": [] }, { "id...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-01-14T15:00+09:00", "end": "2039-01-14T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-01-14" } }, { "tool": "find_free_slots", "args": { "date": "2039-01-14", "duration": 60 } }, { "tool": "create_event", "args": { "title": "프로젝트 점검", "start": "2039-01-14T15:00+09:00", "end"...
conflict_then_create
null
null
null
null
multi_attendee_create-rlvr_train-000008
multi_attendee_create
rlvr_train
2039-01-13 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-13 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-13T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-13T01:00:00", "end": "2039-01-13T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-13T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-13T01:00:00", "end": "2039-01-13T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-01-13T16:00+09:00", "end": "2039-01-13T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-13" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
missing_time_clarification-rlvr_train-000011
missing_time_clarification
rlvr_train
2039-01-18에 회고 회의를 등록해줘.
[ { "role": "user", "content": "2039-01-18에 회고 회의를 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-18T01:00:00", "end": "2039-01-18T02:00:00", "attendee_ids": [] }, { "id"...
ask_clarification
{ "timezone": "Asia/Seoul", "current_time": "2039-01-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-18T01:00:00", "end": "2039-01-18T02:00:00", "attendee_ids": [] }, { "id"...
[ "missing_information" ]
missing_information
missing_information
L1
[]
null
null
[]
missing_time_clarification
null
null
null
[ "time", "duration" ]
multi_attendee_create-rlvr_train-000004
multi_attendee_create
rlvr_train
2039-01-07 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-07 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-07T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-07T01:00:00", "end": "2039-01-07T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-07T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-07T01:00:00", "end": "2039-01-07T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-01-07T16:00+09:00", "end": "2039-01-07T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-07" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
delete_confirmation-rlvr_train-000033
delete_confirmation
rlvr_train
2039-02-17 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-02-17 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-02-17T01:00:00", "end": "2039-02-17T02:00:00", "attendee_ids": [] }, { "id...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-02-17T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-02-17T01:00:00", "end": "2039-02-17T02:00:00", "attendee_ids": [] }, { "id...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-02-17" } } ]
delete_confirmation
null
true
null
null
delete_confirmation-rlvr_train-000003
delete_confirmation
rlvr_train
2039-01-06 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-01-06 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-06T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-06T01:00:00", "end": "2039-01-06T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-01-06T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-06T01:00:00", "end": "2039-01-06T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-01-06" } } ]
delete_confirmation
null
true
null
null
multi_attendee_create-rlvr_train-000036
multi_attendee_create
rlvr_train
2039-02-22 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-02-22 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-22T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-22T01:00:00", "end": "2039-02-22T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-22T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-22T01:00:00", "end": "2039-02-22T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-02-22T16:00+09:00", "end": "2039-02-22T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-02-22" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
conflict_then_create-rlvr_train-000069
conflict_then_create
rlvr_train
2039-04-08 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-04-08 오전 10시에 프로젝트 점검을 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-04-08T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-04-08T01:00:00", "end": "2039-04-08T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-04-08T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-04-08T01:00:00", "end": "2039-04-08T02:00:00", "attendee_ids": [] }, { "id...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-04-08T15:00+09:00", "end": "2039-04-08T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-04-08" } }, { "tool": "find_free_slots", "args": { "date": "2039-04-08", "duration": 60 } }, { "tool": "create_event", "args": { "title": "프로젝트 점검", "start": "2039-04-08T15:00+09:00", "end"...
conflict_then_create
null
null
null
null
multi_attendee_create-rlvr_train-000020
multi_attendee_create
rlvr_train
2039-01-31 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-31 김민지 님과 이준호 님이 모두 가능한 오후 시간에 기획 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-31T01:00:00", "end": "2039-01-31T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-31T01:00:00", "end": "2039-01-31T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-01-31T16:00+09:00", "end": "2039-01-31T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-31" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
delete_confirmation-rlvr_train-000030
delete_confirmation
rlvr_train
2039-02-14 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-02-14 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-14T01:00:00", "end": "2039-02-14T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-02-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-14T01:00:00", "end": "2039-02-14T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-02-14" } } ]
delete_confirmation
null
true
null
null
missing_time_clarification-rlvr_train-000018
missing_time_clarification
rlvr_train
2039-01-27에 고객 인터뷰를 등록해줘.
[ { "role": "user", "content": "2039-01-27에 고객 인터뷰를 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-27T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-27T01:00:00", "end": "2039-01-27T02:00:00", "attendee_ids": [] }, { "id"...
ask_clarification
{ "timezone": "Asia/Seoul", "current_time": "2039-01-27T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-27T01:00:00", "end": "2039-01-27T02:00:00", "attendee_ids": [] }, { "id"...
[ "missing_information" ]
missing_information
missing_information
L1
[]
null
null
[]
missing_time_clarification
null
null
null
[ "time", "duration" ]
multi_attendee_create-rlvr_train-000035
multi_attendee_create
rlvr_train
2039-02-21 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-02-21 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-21T01:00:00", "end": "2039-02-21T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-21T01:00:00", "end": "2039-02-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "회고 회의", "start": "2039-02-21T16:00+09:00", "end": "2039-02-21T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-02-21" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
missing_time_clarification-rlvr_train-000024
missing_time_clarification
rlvr_train
2039-02-04에 기획 회의를 등록해줘.
[ { "role": "user", "content": "2039-02-04에 기획 회의를 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-04T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-04T01:00:00", "end": "2039-02-04T02:00:00", "attendee_ids": [] }, { "id"...
ask_clarification
{ "timezone": "Asia/Seoul", "current_time": "2039-02-04T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-04T01:00:00", "end": "2039-02-04T02:00:00", "attendee_ids": [] }, { "id"...
[ "missing_information" ]
missing_information
missing_information
L1
[]
null
null
[]
missing_time_clarification
null
null
null
[ "time", "duration" ]
delete_confirmation-rlvr_train-000041
delete_confirmation
rlvr_train
2039-03-01 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-01 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-01T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-01T01:00:00", "end": "2039-03-01T02:00:00", "attendee_ids": [] }, { "id...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-01T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-01T01:00:00", "end": "2039-03-01T02:00:00", "attendee_ids": [] }, { "id...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-01" } } ]
delete_confirmation
null
true
null
null
conflict_then_create-rlvr_train-000035
conflict_then_create
rlvr_train
2039-02-21 오전 10시에 회고 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-02-21 오전 10시에 회고 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-21T01:00:00", "end": "2039-02-21T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-21T01:00:00", "end": "2039-02-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "회고 회의", "start": "2039-02-21T15:00+09:00", "end": "2039-02-21T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-02-21" } }, { "tool": "find_free_slots", "args": { "date": "2039-02-21", "duration": 60 } }, { "tool": "create_event", "args": { "title": "회고 회의", "start": "2039-02-21T15:00+09:00", "end": ...
conflict_then_create
null
null
null
null
multi_attendee_create-rlvr_train-000045
multi_attendee_create
rlvr_train
2039-03-07 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘.
[ { "role": "user", "content": "2039-03-07 김민지 님과 이준호 님이 모두 가능한 오후 시간에 프로젝트 점검을 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-07T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-07T01:00:00", "end": "2039-03-07T02:00:00", "attendee_ids": [] }, { "id...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-03-07T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-07T01:00:00", "end": "2039-03-07T02:00:00", "attendee_ids": [] }, { "id...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "프로젝트 점검", "start": "2039-03-07T16:00+09:00", "end": "2039-03-07T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-03-07" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
delete_confirmation-rlvr_train-000057
delete_confirmation
rlvr_train
2039-03-23 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-23 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-23T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-23T01:00:00", "end": "2039-03-23T02:00:00", "attendee_ids": [] }, { "id...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-23T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-23T01:00:00", "end": "2039-03-23T02:00:00", "attendee_ids": [] }, { "id...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-23" } } ]
delete_confirmation
null
true
null
null
missing_time_clarification-rlvr_train-000030
missing_time_clarification
rlvr_train
2039-02-14에 고객 인터뷰를 등록해줘.
[ { "role": "user", "content": "2039-02-14에 고객 인터뷰를 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-14T01:00:00", "end": "2039-02-14T02:00:00", "attendee_ids": [] }, { "id"...
ask_clarification
{ "timezone": "Asia/Seoul", "current_time": "2039-02-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-14T01:00:00", "end": "2039-02-14T02:00:00", "attendee_ids": [] }, { "id"...
[ "missing_information" ]
missing_information
missing_information
L1
[]
null
null
[]
missing_time_clarification
null
null
null
[ "time", "duration" ]
multi_attendee_create-rlvr_train-000015
multi_attendee_create
rlvr_train
2039-01-24 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-24 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-24T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-24T01:00:00", "end": "2039-01-24T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-24T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-24T01:00:00", "end": "2039-01-24T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "회고 회의", "start": "2039-01-24T16:00+09:00", "end": "2039-01-24T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-24" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
delete_confirmation-rlvr_train-000059
delete_confirmation
rlvr_train
2039-03-25 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-25 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-25T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-03-25T01:00:00", "end": "2039-03-25T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-25T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-03-25T01:00:00", "end": "2039-03-25T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-25" } } ]
delete_confirmation
null
true
null
null
confirmed_delete-rlvr_train-000027
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-02-09 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-02-09T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-09T01:00:00", "end": "2039-02-09T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-09T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-09T01:00:00", "end": "2039-02-09T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
confirmed_delete-rlvr_train-000014
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-01-21 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
multi_attendee_create-rlvr_train-000007
multi_attendee_create
rlvr_train
2039-01-12 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-12 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-12T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-12T01:00:00", "end": "2039-01-12T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-12T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-12T01:00:00", "end": "2039-01-12T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "회고 회의", "start": "2039-01-12T16:00+09:00", "end": "2039-01-12T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-12" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
multi_attendee_create-rlvr_train-000003
multi_attendee_create
rlvr_train
2039-01-06 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘.
[ { "role": "user", "content": "2039-01-06 김민지 님과 이준호 님이 모두 가능한 오후 시간에 회고 회의를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-06T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-06T01:00:00", "end": "2039-01-06T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-06T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-06T01:00:00", "end": "2039-01-06T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "회고 회의", "start": "2039-01-06T16:00+09:00", "end": "2039-01-06T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-01-06" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
conflict_then_create-rlvr_train-000040
conflict_then_create
rlvr_train
2039-02-28 오전 10시에 기획 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-02-28 오전 10시에 기획 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-28T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-28T01:00:00", "end": "2039-02-28T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-28T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-28T01:00:00", "end": "2039-02-28T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "기획 회의", "start": "2039-02-28T15:00+09:00", "end": "2039-02-28T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-02-28" } }, { "tool": "find_free_slots", "args": { "date": "2039-02-28", "duration": 60 } }, { "tool": "create_event", "args": { "title": "기획 회의", "start": "2039-02-28T15:00+09:00", "end": ...
conflict_then_create
null
null
null
null
delete_confirmation-rlvr_train-000014
delete_confirmation
rlvr_train
2039-01-21 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-01-21 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-01-21" } } ]
delete_confirmation
null
true
null
null
delete_confirmation-rlvr_train-000020
delete_confirmation
rlvr_train
2039-01-31 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-01-31 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-31T01:00:00", "end": "2039-01-31T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-01-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-31T01:00:00", "end": "2039-01-31T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-01-31" } } ]
delete_confirmation
null
true
null
null
conflict_then_create-rlvr_train-000054
conflict_then_create
rlvr_train
2039-03-18 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-03-18 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-03-18T01:00:00", "end": "2039-03-18T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-03-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-03-18T01:00:00", "end": "2039-03-18T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-03-18T15:00+09:00", "end": "2039-03-18T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-03-18" } }, { "tool": "find_free_slots", "args": { "date": "2039-03-18", "duration": 60 } }, { "tool": "create_event", "args": { "title": "고객 인터뷰", "start": "2039-03-18T15:00+09:00", "end":...
conflict_then_create
null
null
null
null
conflict_then_create-rlvr_train-000027
conflict_then_create
rlvr_train
2039-02-09 오전 10시에 회고 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-02-09 오전 10시에 회고 회의를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-09T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-09T01:00:00", "end": "2039-02-09T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-09T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-02-09T01:00:00", "end": "2039-02-09T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "회고 회의", "start": "2039-02-09T15:00+09:00", "end": "2039-02-09T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-02-09" } }, { "tool": "find_free_slots", "args": { "date": "2039-02-09", "duration": 60 } }, { "tool": "create_event", "args": { "title": "회고 회의", "start": "2039-02-09T15:00+09:00", "end": ...
conflict_then_create
null
null
null
null
confirmed_delete-rlvr_train-000011
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-01-18 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-01-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-18T01:00:00", "end": "2039-01-18T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-18T01:00:00", "end": "2039-01-18T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
delete_confirmation-rlvr_train-000061
delete_confirmation
rlvr_train
2039-03-29 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-29 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-29T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-29T01:00:00", "end": "2039-03-29T02:00:00", "attendee_ids": [] }, { "id...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-29T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "디자인 리뷰", "start": "2039-03-29T01:00:00", "end": "2039-03-29T02:00:00", "attendee_ids": [] }, { "id...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-29" } } ]
delete_confirmation
null
true
null
null
delete_confirmation-rlvr_train-000004
delete_confirmation
rlvr_train
2039-01-07 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-01-07 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-07T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-07T01:00:00", "end": "2039-01-07T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-01-07T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-07T01:00:00", "end": "2039-01-07T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-01-07" } } ]
delete_confirmation
null
true
null
null
conflict_then_create-rlvr_train-000014
conflict_then_create
rlvr_train
2039-01-21 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-01-21 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-21T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-21T01:00:00", "end": "2039-01-21T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-01-21T15:00+09:00", "end": "2039-01-21T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-01-21" } }, { "tool": "find_free_slots", "args": { "date": "2039-01-21", "duration": 60 } }, { "tool": "create_event", "args": { "title": "고객 인터뷰", "start": "2039-01-21T15:00+09:00", "end":...
conflict_then_create
null
null
null
null
confirmed_delete-rlvr_train-000024
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-02-04 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-02-04T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-04T01:00:00", "end": "2039-02-04T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-04T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-02-04T01:00:00", "end": "2039-02-04T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
delete_confirmation-rlvr_train-000034
delete_confirmation
rlvr_train
2039-02-18 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-02-18 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-18T01:00:00", "end": "2039-02-18T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-02-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-18T01:00:00", "end": "2039-02-18T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-02-18" } } ]
delete_confirmation
null
true
null
null
confirmed_delete-rlvr_train-000030
confirmed_delete
rlvr_train
네, 삭제해 주세요.
[ { "role": "user", "content": "2039-02-14 디자인 리뷰를 삭제해줘." }, { "role": "assistant", "content": "", "tool_calls": [ { "id": "call_search_events", "type": "function", "function": { "name": "search_events", "arguments": { "query": "디자인...
{ "timezone": "Asia/Seoul", "current_time": "2039-02-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-14T01:00:00", "end": "2039-02-14T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-14T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-14T01:00:00", "end": "2039-02-14T02:00:00", "attendee_ids": [] } ], "contacts"...
[ "delete_confirmation", "event_delete", "event_search" ]
delete_confirmation+event_delete+event_search
delete_confirmation+event_delete+event_search
L6
[ "delete_event" ]
event_2
null
[ { "tool": "delete_event", "args": { "event_id": "event_2", "confirmed": true } } ]
confirmed_delete
null
true
true
null
conflict_then_create-rlvr_train-000002
conflict_then_create
rlvr_train
2039-01-05 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘.
[ { "role": "user", "content": "2039-01-05 오전 10시에 고객 인터뷰를 1시간 잡아줘. 겹치면 오후의 빈 시간 중 하나로 등록해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-05T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-05T01:00:00", "end": "2039-01-05T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-01-05T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-01-05T01:00:00", "end": "2039-01-05T02:00:00", "attendee_ids": [] }, { "id"...
[ "conflict_handling", "event_create", "free_slot_search" ]
conflict_handling+event_create+free_slot_search
conflict_handling+event_create+free_slot_search
L6
[ "search_events", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-01-05T15:00+09:00", "end": "2039-01-05T16:00+09:00" }
[ { "tool": "search_events", "args": { "date": "2039-01-05" } }, { "tool": "find_free_slots", "args": { "date": "2039-01-05", "duration": 60 } }, { "tool": "create_event", "args": { "title": "고객 인터뷰", "start": "2039-01-05T15:00+09:00", "end":...
conflict_then_create
null
null
null
null
delete_confirmation-rlvr_train-000011
delete_confirmation
rlvr_train
2039-01-18 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-01-18 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-18T01:00:00", "end": "2039-01-18T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-01-18T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-01-18T01:00:00", "end": "2039-01-18T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-01-18" } } ]
delete_confirmation
null
true
null
null
multi_attendee_create-rlvr_train-000022
multi_attendee_create
rlvr_train
2039-02-02 김민지 님과 이준호 님이 모두 가능한 오후 시간에 고객 인터뷰를 1시간 잡아줘.
[ { "role": "user", "content": "2039-02-02 김민지 님과 이준호 님이 모두 가능한 오후 시간에 고객 인터뷰를 1시간 잡아줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-02-02T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-02T01:00:00", "end": "2039-02-02T02:00:00", "attendee_ids": [] }, { "id"...
change_calendar
{ "timezone": "Asia/Seoul", "current_time": "2039-02-02T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "예산 점검", "start": "2039-02-02T01:00:00", "end": "2039-02-02T02:00:00", "attendee_ids": [] }, { "id"...
[ "attendee_availability", "contact_search", "event_create", "free_slot_search" ]
attendee_availability+contact_search+event_create+free_slot_search
attendee_availability+contact_search+event_create+free_slot_search
L8
[ "search_contacts", "get_attendee_availability", "find_free_slots", "create_event" ]
event_3
{ "title": "고객 인터뷰", "start": "2039-02-02T16:00+09:00", "end": "2039-02-02T17:00+09:00", "attendee_ids": [ "contact_1", "contact_2" ] }
[ { "tool": "search_contacts", "args": { "query": "김민지" } }, { "tool": "search_contacts", "args": { "query": "이준호" } }, { "tool": "get_attendee_availability", "args": { "contact_id": "contact_1", "date": "2039-02-02" } }, { "tool": "get_atten...
multi_attendee_create
[ "contact_1", "contact_2" ]
null
null
null
delete_confirmation-rlvr_train-000016
delete_confirmation
rlvr_train
2039-01-25 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-01-25 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-01-25T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-25T01:00:00", "end": "2039-01-25T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-01-25T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-01-25T01:00:00", "end": "2039-01-25T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-01-25" } } ]
delete_confirmation
null
true
null
null
delete_confirmation-rlvr_train-000063
delete_confirmation
rlvr_train
2039-03-31 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-31 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-03-31T01:00:00", "end": "2039-03-31T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-31T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "채용 회의", "start": "2039-03-31T01:00:00", "end": "2039-03-31T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-31" } } ]
delete_confirmation
null
true
null
null
delete_confirmation-rlvr_train-000056
delete_confirmation
rlvr_train
2039-03-22 디자인 리뷰를 삭제해줘.
[ { "role": "user", "content": "2039-03-22 디자인 리뷰를 삭제해줘." } ]
{ "timezone": "Asia/Seoul", "current_time": "2039-03-22T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-03-22T01:00:00", "end": "2039-03-22T02:00:00", "attendee_ids": [] }, { "id"...
ask_confirmation
{ "timezone": "Asia/Seoul", "current_time": "2039-03-22T00:00:00", "preferences": { "preferred_period": "afternoon" }, "events": [ { "id": "event_1", "title": "제품 회의", "start": "2039-03-22T01:00:00", "end": "2039-03-22T02:00:00", "attendee_ids": [] }, { "id"...
[ "delete_confirmation", "event_search" ]
delete_confirmation+event_search
delete_confirmation+event_search
L2
[ "search_events" ]
event_2
null
[ { "tool": "search_events", "args": { "query": "디자인 리뷰", "date": "2039-03-22" } } ]
delete_confirmation
null
true
null
null
End of preview.

Calendar Agent Training and Evaluation

Tool Calling SFT와 환경 기반 RLVR을 함께 실습하는 Calendar Agent 데이터입니다.

1. 데이터 구성

파일 개수 구성 SHA-256
sft_train.jsonl 3,000 기본 시나리오, 다중 참석자 생성, 안전 대조군 f882fba3a6c32982d2f8cca06465fa1ec3c68562c655d2ee1bcd92decd29e637
sft_validation.jsonl 300 SFT 학습 중 검증 b657e4162ef26bd580ad975b4f2af575a616dda17c90c7b4edab38790ad66ac5
rlvr_train.jsonl 256 충돌 복구와 다중 참석자 생성 128개, 안전 경계 128개 7f6f141cb608eb51a11964719d33d9897bf74a60b2da6cb47e6bf3531129d891
dev.jsonl 200 체크포인트 선택, 다섯 템플릿 각 40개 fc06c148ae1f39c8ee03759e24d36e70c5c5fa3b4d6bfeac23a3de5a8cf4b215
final.jsonl 400 최종 평가, 다섯 템플릿 각 80개 c1c95eed98342a03511d7192a7515870cf0e4ea3270c7ae46a7bb0fe266be495

SFT 분할은 다음 행동 범주로 구성합니다.

행동 범주 train validation
기본 일정 관리 2,100 210
다중 참석자 일정 생성 600 60
다중 참석자 읽기 전용 대조군 300 30

RLVR 학습 분할은 다음 템플릿으로 구성합니다.

템플릿 개수 목표 행동
conflict_then_create 80 충돌 확인 후 빈 시간에 일정 생성
multi_attendee_create 48 참석자 가용성 확인 후 일정 생성
delete_confirmation 64 삭제 대상을 조회하고 승인 요청
confirmed_delete 32 사용자 승인 후 일정 삭제
missing_time_clarification 32 누락된 시작 시각과 소요 시간 요청

2. 생성 계보

모든 파일은 결정적 시나리오 템플릿과 메모리 CalendarEnv에서 생성합니다. 같은 seed에는 같은 초기 상태, 사용자 요청, 목표 행동이 생성됩니다. 사용자 요청의 일정 제목은 마지막 한글 음절에 종성이 있으면 목적격 조사 을, 종성이 없으면 을 연결합니다. 예를 들어, 프로젝트 점검을기획 회의를을 생성합니다.

SFT의 assistant 도구 호출, 도구 관찰, 마지막 자연어 답변은 결정적 전문가 정책이 환경을 실행해 만든 궤적입니다. RLVR 데이터에는 정답 assistant completion을 넣지 않습니다. 학습 중 Student가 생성한 도구 궤적과 최종 답변을 검증기가 채점합니다.

공개한 다섯 분할에는 Teacher 변형을 적용하지 않았습니다. Teacher를 사용하는 선택 경로는 사용자 발화의 표현만 바꿉니다. 모델은 cyankiwi/Qwen3.6-35B-A3B-AWQ-4bit, revision은 00fcea2d3bcf5389b518d4fc082e5590e0ba4844입니다.

3. 검증

전문가 궤적은 메모리 CalendarEnv에서 실행합니다. 분할별 검증 계약은 다음과 같습니다.

분할 검증 모드 저장 조건
sft_train, sft_validation strict 목표 상태와의 정확한 일치, 4회 이하의 도구 turn, 도구 호출 형식, ID 근거성, Calendar 규칙과 목표 행동 통과
rlvr_train, dev, final strict 기초 검증 뒤 semantic, dense=True 목표 상태 도달, 4회 이하의 도구 turn, 여섯 dense reward 성분이 모두 1.0

RLVR, dev, final의 dense reward는 schema_reward, grounding_reward, safety_fraction, required_read_coverage, target_call_coverage, semantic_final_success를 검사합니다. SFT 학습과 검증, RLVR 학습, dev, final은 서로 겹치지 않는 날짜 범위를 사용합니다. dev 체크포인트 선택과 final 평가는 서버 시드 42와 VLLM_BATCH_INVARIANT=1을 적용한 vLLM 서버에서 실행합니다.

4. 생성

PYTHONPATH=. python -m scripts.synthesize_calendar_sft
PYTHONPATH=. python -m scripts.synthesize_calendar_rlvr

5. 제한

시나리오는 메모리 Calendar 환경에서 실행되는 합성 데이터입니다. 실제 일정 서비스의 인증, 권한, 개인정보, 네트워크 장애를 포함하지 않습니다. final 결과는 정의된 다섯 템플릿의 도구 사용과 안전 정책을 측정하며, 일반적인 Agent 성능을 나타내지 않습니다.

Downloads last month
84

Models trained or fine-tuned on NotoriousH2/calendar-agent-benchmark

Collection including NotoriousH2/calendar-agent-benchmark