├── CITATION.cff ├── LICENSE ├── README.md ├── brainstorming.gpt4.txt ├── brainstorming └── scientific_problems.json ├── reasoning.gpt4.txt ├── reasoning └── reasoning.json ├── tod.gpt4.txt └── tod ├── car_dealership.json ├── car_rentals.json ├── event_tickets.json ├── fitness_personal_training.json ├── flight_bookings.json ├── home_maintenance.json ├── hotels.json ├── insurance_consultation.json ├── job_interview.json ├── legal_consultation.json ├── medical_appointments.json ├── pet_care.json ├── real_estate.json ├── restaurants.json ├── restaurants_mixed.json ├── tech_support.json └── travel_agency.json /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/CITATION.cff -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/README.md -------------------------------------------------------------------------------- /brainstorming.gpt4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/brainstorming.gpt4.txt -------------------------------------------------------------------------------- /brainstorming/scientific_problems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/brainstorming/scientific_problems.json -------------------------------------------------------------------------------- /reasoning.gpt4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/reasoning.gpt4.txt -------------------------------------------------------------------------------- /reasoning/reasoning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/reasoning/reasoning.json -------------------------------------------------------------------------------- /tod.gpt4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod.gpt4.txt -------------------------------------------------------------------------------- /tod/car_dealership.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/car_dealership.json -------------------------------------------------------------------------------- /tod/car_rentals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/car_rentals.json -------------------------------------------------------------------------------- /tod/event_tickets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/event_tickets.json -------------------------------------------------------------------------------- /tod/fitness_personal_training.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/fitness_personal_training.json -------------------------------------------------------------------------------- /tod/flight_bookings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/flight_bookings.json -------------------------------------------------------------------------------- /tod/home_maintenance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/home_maintenance.json -------------------------------------------------------------------------------- /tod/hotels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/hotels.json -------------------------------------------------------------------------------- /tod/insurance_consultation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/insurance_consultation.json -------------------------------------------------------------------------------- /tod/job_interview.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/job_interview.json -------------------------------------------------------------------------------- /tod/legal_consultation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/legal_consultation.json -------------------------------------------------------------------------------- /tod/medical_appointments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/medical_appointments.json -------------------------------------------------------------------------------- /tod/pet_care.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/pet_care.json -------------------------------------------------------------------------------- /tod/real_estate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/real_estate.json -------------------------------------------------------------------------------- /tod/restaurants.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/restaurants.json -------------------------------------------------------------------------------- /tod/restaurants_mixed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/restaurants_mixed.json -------------------------------------------------------------------------------- /tod/tech_support.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/tech_support.json -------------------------------------------------------------------------------- /tod/travel_agency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/radi-cho/botbots/HEAD/tod/travel_agency.json --------------------------------------------------------------------------------