strawboard workbench
SESSIONS DASHBOARD WORKBENCH DOCS FORUM
INTRO EMAIL DRAFT Draft short intro emails from a single topic. See more
INPUT

Write a short intro email presenting myself as Noor Haddad, a partnerships lead at Strawboard, to Delia Marchetti, who runs the production floor at a mid-size trade bindery.

OUTPUT

Hi Delia,

I hope this note finds you in a quiet week. I am writing about a possible collaboration between our two teams.

Our team has been following the short-run case binding your floor has been turning out, and we think there is a genuine fit with the finishing tools we have been building this year.

Our team believes a partnership here would give your operators a shorter path from proof to bound copy, and would give our customers a finishing partner they can plan around.

Our team would love to speak with you to discuss this potential partnership further and explore whether this is a project you are currently considering. I would be happy to walk through any details you would like me to clarify, and I look forward to the opportunity to collaborate.

Thank you for your time and consideration. I look forward to potentially working together.

Best,
Noor

Rate this output
PARAMETERSCODE
MODEL
octavo-2
STREAMING DISABLED
TEMPERATURE 0.9
CONTROL PANEL

EXPORT CODE

import strawboardco = strawboard.Client('swb_XmQ4vTnDe8LyKbRw2ApZhFcJs6UgN3iO')  # This is your trial API keyresponse = co.compose(  model='octavo-2',  prompt='Write a short intro email presenting myself as Noor, a partnerships lead at Str  max_tokens=300,  temperature=0.9,  k=0,  stop_sequences=[],  return_likelihoods='NONE')print('Prediction: {}'.format(response.drafts[0].text))