0.9.2 • Published 10 months ago

@gratico/sdk v0.9.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 months ago

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

10 months ago

0.9.0

10 months ago

0.9.2

10 months ago

0.9.1

10 months 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

3 years ago

0.8.9

3 years ago

0.8.22

3 years ago

0.8.8

3 years ago

0.8.25

3 years ago

0.8.24

3 years ago

0.8.5

3 years ago

0.8.21

3 years ago

0.8.7

3 years ago

0.8.20

3 years ago

0.8.27

3 years ago

0.8.26

3 years ago

0.8.28

3 years ago

0.8.12

3 years ago

0.8.11

3 years ago

0.8.14

3 years ago

0.8.13

3 years ago

0.8.10

3 years ago

0.8.19

3 years ago

0.8.16

3 years ago

0.8.15

3 years ago

0.8.18

3 years ago

0.8.17

3 years ago

0.8.4

3 years ago

0.8.1

3 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago