glob ex:match-cpp
This commit is contained in:
parent
8c3b4b09f9
commit
ddc8df1cc9
4
packages/ai-tools/dist/types_kbot.d.ts
vendored
4
packages/ai-tools/dist/types_kbot.d.ts
vendored
@ -23,6 +23,8 @@ export interface IKBotOptions {
|
||||
include?: string[] | undefined;
|
||||
/** Comma separated glob patterns or paths, eg --exclude=src/*.tsx,src/*.ts --exclude=package.json */
|
||||
exclude?: string[] | undefined;
|
||||
/** Specify a glob extension behavior. e.g., "match-cpp" to automatically include corresponding .cpp files for .h files. */
|
||||
globExtension?: string | undefined;
|
||||
/** Explicit API key to use */
|
||||
api_key?: string | undefined;
|
||||
/** AI model to use for processing. Available models:
|
||||
@ -389,6 +391,7 @@ export interface IKBotOptions {
|
||||
gpt-4o-audio-preview
|
||||
gpt-4o-audio-preview-2024-10-01
|
||||
gpt-4o-audio-preview-2024-12-17
|
||||
gpt-4o-audio-preview-2025-06-03
|
||||
gpt-4o-mini
|
||||
gpt-4o-mini-2024-07-18
|
||||
gpt-4o-mini-audio-preview
|
||||
@ -402,6 +405,7 @@ export interface IKBotOptions {
|
||||
gpt-4o-realtime-preview
|
||||
gpt-4o-realtime-preview-2024-10-01
|
||||
gpt-4o-realtime-preview-2024-12-17
|
||||
gpt-4o-realtime-preview-2025-06-03
|
||||
gpt-4o-search-preview
|
||||
gpt-4o-search-preview-2025-03-11
|
||||
gpt-4o-transcribe
|
||||
|
||||
@ -23,6 +23,8 @@ export interface IKBotOptions {
|
||||
include?: string[] | undefined;
|
||||
/** Comma separated glob patterns or paths, eg --exclude=src/*.tsx,src/*.ts --exclude=package.json */
|
||||
exclude?: string[] | undefined;
|
||||
/** Specify a glob extension behavior. e.g., "match-cpp" to automatically include corresponding .cpp files for .h files. */
|
||||
globExtension?: string | undefined;
|
||||
/** Explicit API key to use */
|
||||
api_key?: string | undefined;
|
||||
/** AI model to use for processing. Available models:
|
||||
@ -389,6 +391,7 @@ export interface IKBotOptions {
|
||||
gpt-4o-audio-preview
|
||||
gpt-4o-audio-preview-2024-10-01
|
||||
gpt-4o-audio-preview-2024-12-17
|
||||
gpt-4o-audio-preview-2025-06-03
|
||||
gpt-4o-mini
|
||||
gpt-4o-mini-2024-07-18
|
||||
gpt-4o-mini-audio-preview
|
||||
@ -402,6 +405,7 @@ export interface IKBotOptions {
|
||||
gpt-4o-realtime-preview
|
||||
gpt-4o-realtime-preview-2024-10-01
|
||||
gpt-4o-realtime-preview-2024-12-17
|
||||
gpt-4o-realtime-preview-2025-06-03
|
||||
gpt-4o-search-preview
|
||||
gpt-4o-search-preview-2025-03-11
|
||||
gpt-4o-transcribe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user