maintainence love:)

This commit is contained in:
lovebird 2025-04-01 14:51:28 +02:00
parent 3459307bea
commit dd19a086c9
7 changed files with 51227 additions and 49390 deletions

View File

@ -130,6 +130,10 @@ When creating content
### Initialize folder
```kbot init```
### Internal : Build
```kbot build```
# Command Line Parameters

View File

@ -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;
}

View File

@ -130,6 +130,10 @@ When creating content
### Initialize folder
```kbot init```
### Internal : Build
```kbot build```
# Command Line Parameters

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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"
}
}

View File

@ -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;
}