Replies: 3 comments 1 reply
-
What we tried(Describe our experience here) |
Beta Was this translation helpful? Give feedback.
0 replies
-
🔎 Existing solutions(Do some research / discussion)
|
Beta Was this translation helpful? Give feedback.
1 reply
-
const chatPrompt = {
title: 'Promptbook speech',
parameters: {},
content: spaceTrim(`
Write Promptbook pipeline which gets name of the company and returns list of domains to register
- Input parameter is \`companyName\`
- Output parameter is \`domains\` separaed by new line
- Itterate over list of domains to check if they are available
- Use \`$checkDomain(domain: string): boolean\` to check if domain is available
`),
modelRequirements: {
modelVariant: 'CHAT',
// TODO: [👨👨👧👧] systemMessage: 'You are an assistant who only speaks in rhymes.',
// TODO: [👨👨👧👧] temperature: 1.5,
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions