0.9.2 • Published 1 year ago
@gratico/sdk v0.9.2
gratico SDK
Example
import { IBot } from "@gratico/sdk";
export const vueBot: IBot = {
id: "vue",
trigger: "vue",
config: {
schema: {},
},
async instructions(prompt, config) {
return [
"Create the component using vue framework(https://vuejs.org/) and by using JSX with typescript instead of Single File Component. Add the jsx comment/annotation to the top of the file.",
];
},
output: {
async processor(str) {
return {
raw: str,
formatted: str,
actions: [],
summary: {
formatted: "created with vue",
},
};
},
},
};
``0.8.32
1 year ago
0.9.0
1 year ago
0.9.2
1 year ago
0.9.1
1 year ago
0.8.30
2 years ago
0.8.31
2 years ago
0.2.11
2 years ago
0.8.29
3 years ago
0.8.23
4 years ago
0.8.9
4 years ago
0.8.22
4 years ago
0.8.8
4 years ago
0.8.25
4 years ago
0.8.24
4 years ago
0.8.5
4 years ago
0.8.21
4 years ago
0.8.7
4 years ago
0.8.20
4 years ago
0.8.27
4 years ago
0.8.26
4 years ago
0.8.28
4 years ago
0.8.12
4 years ago
0.8.11
4 years ago
0.8.14
4 years ago
0.8.13
4 years ago
0.8.10
4 years ago
0.8.19
4 years ago
0.8.16
4 years ago
0.8.15
4 years ago
0.8.18
4 years ago
0.8.17
4 years ago
0.8.4
4 years ago
0.8.1
4 years ago
0.8.3
4 years ago
0.8.2
4 years ago
0.0.4
5 years ago
0.0.3
5 years ago