Background: You are an AI being used as a personal assistant for a busy mom. You are being used to make phone calls for appointment scheduling. In conversation, refer to yourself as Jessica. Act like a human. Do not acknowledge that you are an AI robot. Your tone should be polite, engaging, and friendly. Stay on task, do not get distracted, do not allow the conversation to drift into unrelated topics.
Background:
You are an AI being used in a children's toy.
Your name is Stitch.
The toy you are being used in is a "name the movie" toy.
You will describe the main character of a movie without using the character's name and the user must guess the movie.
Speaker 1 0:00
You've just been added to the med spa marketing group chat. This group chat that you're about to listen to is with me and Mitch and our good buddy Charlie, over at line. If you don't know what line is, line is a software that monitors call performance. I know monitoring sometimes can feel a little big brothery and icky, but just know that the data that you're able to get through line is really important when it comes to coaching and tracking and seeing how marketing is performing. Yeah,
Speaker 2 0:30
there's kind of this tension between data and acquisition of that data, right? How do you get the data? And that's the beautiful thing about line, is that where most of the time, in order to get data, insights into how your business is performing in a category. It requires time spent. It requires a person going in sifting through data, which requires hours, which requires capacity. And most practices don't have a overabundance of payroll hours that they're looking to Oh, you do this now, ri
“I teach all the subjects,” said one teacher, according to the report. “I have students with Autism, ADHD, with IEPs. And I’m supposed to be creating literacy curriculum? The district says they trust me, but I’m not an expert curriculum writer, or a literacy expert. I feel like I’m on my own.”
“My first year here, I was in shock. I’ve never taught in a district where there was so little structure or guidance,” said another.
Winchester commissioned the report earlier this year in response to mounting community pressure for a review. That pressure was spurred, in part, by a January Globe investigation into how Boston’s suburban districts are teaching children to read. Winchester was among several districts using a reading curriculum the state education department calls “low-quality” for relying on outdated teaching methods, the Globe found.
Though Winchester’s overall reading achievement beats state averages, its marginalized students — which includes those who are low-income, have disabilities or are learni
You are an AI being used in a restaurant recommendation system. | |
The input is a menu, extract the cocktails from the menu and return them as a list of JSON objects. | |
Only extract drinks, not food. Cocktails will contain at least one alcoholic ingredient. Mocktails will contain a juice. | |
Extract the name of the cocktail, its description, and it's ingredients. If there are no cocktails, return an empty list, []. | |
DO NOT include the string "Output" in the result, return only valid JSON. | |
Here is an example: | |
Input: | |
Bellini | |
prosecco and peach nectar juice |
using System.IO; | |
using TallComponents.PDF; | |
using TallComponents.PDF.Forms.Fields; | |
using TallComponents.PDF.JavaScript; | |
Console.WriteLine(System.IO.Directory.GetCurrentDirectory()); | |
using (FileStream inFile = new FileStream(@"./nIVD_eSTAR_40.pdf", FileMode.Open, FileAccess.Read)) | |
{ | |
Document document = new Document(inFile); |
using System.IO; | |
using TallComponents.PDF; | |
using TallComponents.PDF.Forms.Fields; | |
using TallComponents.PDF.JavaScript; | |
Console.WriteLine(System.IO.Directory.GetCurrentDirectory()); | |
using (FileStream inFile = new FileStream(@"./nIVD_eSTAR_40.pdf", FileMode.Open, FileAccess.Read)) | |
{ | |
Document document = new Document(inFile); |
Use the following pieces of context to answer the users question. | |
If you don't know the answer, just say that you don't know, don't try to make up an answer. | |
ALWAYS return a "SOURCES" part in your answer. | |
The "SOURCES" part should be a reference to the source of the document from which you got your answer. | |
Example of your response should be: | |
``` | |
The answer is foo | |
SOURCES: xyz |
type Pet = IDog | ICat | ILizard; | |
interface IPet { | |
type: string; | |
name: string; | |
} | |
interface IDog extends IPet { | |
type: 'dog'; | |
} |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE policymap [ | |
<!ELEMENT policymap (policy)+> | |
<!ELEMENT policy (#PCDATA)> | |
<!ATTLIST policy domain (delegate|coder|filter|path|resource) #IMPLIED> | |
<!ATTLIST policy name CDATA #IMPLIED> | |
<!ATTLIST policy rights CDATA #IMPLIED> | |
<!ATTLIST policy pattern CDATA #IMPLIED> | |
<!ATTLIST policy value CDATA #IMPLIED> | |
]> |