Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
1.6 kB
4
Indexable
Never
{'conversations': [{'from': 'system',
   'value': 'SYSTEM: You are a helpful assistant with access to the following functions. Use them if required -\n{\n    "name": "create_event",\n    "description": "Create a new event",\n    "parameters": {\n        "type": "object",\n        "properties": {\n            "event_name": {\n                "type": "string",\n                "description": "The name of the event"\n            },\n            "date": {\n                "type": "string",\n                "description": "The date of the event"\n            },\n            "location": {\n                "type": "string",\n                "description": "The location of the event"\n            }\n        },\n        "required": [\n            "event_name",\n            "date",\n            "location"\n        ]\n    }\n}\n'},
  {'from': 'human', 'value': 'I need to create an event.'},
  {'from': 'gpt',
   'value': 'Sure, I can help with that. Could you please provide me with the name of the event, the date, and the location?'},
  {'from': 'human',
   'value': 'The event is called "Summer Gala", it\'s on June 12th, and it will be held at the Central Park.'},
  {'from': 'gpt-action',
   'value': '<functioncall> {"name": "create_event", "arguments": \'{"event_name": "Summer Gala", "date": "June 12th", "location": "Central Park"}\'}\n\n\nFUNCTION RESPONSE: {"status": "success", "message": "Event \'Summer Gala\' on June 12th at Central Park has been successfully created."}'},
  {'from': 'gpt',
   'value': 'Great news! The event "Summer Gala" on June 12th at Central Park has been successfully created.'}]}