maintainence love:)
This commit is contained in:
parent
3459307bea
commit
dd19a086c9
@ -130,6 +130,10 @@ When creating content
|
||||
### Initialize folder
|
||||
|
||||
```kbot init```
|
||||
|
||||
### Internal : Build
|
||||
|
||||
```kbot build```
|
||||
|
||||
# Command Line Parameters
|
||||
|
||||
|
||||
2
packages/kbot/dist-in/zod_types.d.ts
vendored
2
packages/kbot/dist-in/zod_types.d.ts
vendored
@ -427,6 +427,4 @@ export interface IKBotOptions {
|
||||
filters?: (string | ("JSON" | "JSONUnescape" | "JSONPretty" | "AlphaSort" | "code" | "JSONParse" | "trim")[] | string[] | ((...args_0: unknown[]) => unknown)[]);
|
||||
/** Dry run - only write out parameters without making API calls */
|
||||
dry?: (boolean | string);
|
||||
/** Format for structured outputs. Can be a Zod schema, a Zod schema string, a JSON schema string, or a path to a JSON file. */
|
||||
format?: (string | any) | undefined;
|
||||
}
|
||||
|
||||
4
packages/kbot/dist/README.md
vendored
4
packages/kbot/dist/README.md
vendored
@ -130,6 +130,10 @@ When creating content
|
||||
### Initialize folder
|
||||
|
||||
```kbot init```
|
||||
|
||||
### Internal : Build
|
||||
|
||||
```kbot build```
|
||||
|
||||
# Command Line Parameters
|
||||
|
||||
|
||||
100592
packages/kbot/dist/main_node.js
vendored
100592
packages/kbot/dist/main_node.js
vendored
File diff suppressed because one or more lines are too long
@ -186,15 +186,6 @@
|
||||
],
|
||||
"default": false,
|
||||
"description": "Dry run - only write out parameters without making API calls"
|
||||
},
|
||||
"format": {
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{}
|
||||
],
|
||||
"description": "Format for structured outputs. Can be a Zod schema, a Zod schema string, a JSON schema string, or a path to a JSON file."
|
||||
}
|
||||
},
|
||||
"additionalProperties": true,
|
||||
|
||||
@ -125,9 +125,5 @@
|
||||
"ui:description": "Dry run - only write out parameters without making API calls",
|
||||
"ui:title": "Dry",
|
||||
"ui:placeholder": false
|
||||
},
|
||||
"format": {
|
||||
"ui:description": "Format for structured outputs. Can be a Zod schema, a Zod schema string, a JSON schema string, or a path to a JSON file.",
|
||||
"ui:title": "Format"
|
||||
}
|
||||
}
|
||||
@ -427,6 +427,4 @@ export interface IKBotOptions {
|
||||
filters?: (string | ("JSON" | "JSONUnescape" | "JSONPretty" | "AlphaSort" | "code" | "JSONParse" | "trim")[] | string[] | ((...args_0: unknown[]) => unknown)[]);
|
||||
/** Dry run - only write out parameters without making API calls */
|
||||
dry?: (boolean | string);
|
||||
/** Format for structured outputs. Can be a Zod schema, a Zod schema string, a JSON schema string, or a path to a JSON file. */
|
||||
format?: (string | any) | undefined;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user