Skip to content

Commit 8819446

Browse files
fxing bugs
1 parent 022bcc3 commit 8819446

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/install_dependencies.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ function Install_dependencies()
1010
{ url = "https://github.com/OUIsolutions/BearHttpsClient/releases/download/0.2.6/BearHttpsClient.c", path = "dependencies/BearHttpsClient.c" },
1111
{ url = "https://github.com/OUIsolutions/C-argv-parser/releases/download/0.0.1/CArgvParse.h", path = "dependencies/CArgvParse.h" },
1212
{ url = "https://github.com/OUIsolutions/C-argv-parser/releases/download/0.0.1/CArgvParse.c", path = "dependencies/CArgvParse.c" },
13-
{ url = "https://github.com/SamuelHenriqueDeMoraisVitrio/ClientSDKOpenAI/releases/download/0.0.8/SDK_OpenAI.c", path = "dependencies/SDK_OpenAI.c" },
14-
{ url = "https://github.com/SamuelHenriqueDeMoraisVitrio/ClientSDKOpenAI/releases/download/0.0.8/SDK_OpenAI.h", path = "dependencies/SDK_OpenAI.h" },
13+
{ url = "https://github.com/SamuelHenriqueDeMoraisVitrio/ClientSDKOpenAI/releases/download/0.0.9/SDK_OpenAI.c", path = "dependencies/SDK_OpenAI.c" },
14+
{ url = "https://github.com/SamuelHenriqueDeMoraisVitrio/ClientSDKOpenAI/releases/download/0.0.9/SDK_OpenAI.h", path = "dependencies/SDK_OpenAI.h" },
1515
{url="https://github.com/OUIsolutions/CTextEngine/releases/download/3.0.000/CTextEngine.h", path="dependencies/CTextEngine.h"},
1616
{url="https://github.com/OUIsolutions/CTextEngine/releases/download/3.0.000/CTextEngine.c", path="dependencies/CTextEngine.c"},
1717
}

src/ai_functions/make_dir_resume/fdefine.make_dir_resume.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ char *agent_make_dir_resume(cJSON *args, void *pointer) {
1818
}
1919

2020

21-
CTextStack *dir_resume = newCTextStack_string_empty();
21+
CTextStack *dir_resume = newCTextStack_string("");
2222
DtwStringArray *all_items = list_files_recursively_not_incluidng_ignorable_files(path->valuestring);
2323
for (int i = 0; i < all_items->size; i++) {
2424
char *current_file = all_items->strings[i];

0 commit comments

Comments
 (0)