Skip to content

Commit ba9b99f

Browse files
Fix CI
1 parent 6b9bb8b commit ba9b99f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/meta-tools.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,10 @@ describe('StackOneToolSet.openai()', () => {
304304
const toolset = {
305305
fetchTools,
306306
getMetaTools,
307-
async openai(opts?: { mode?: 'search_and_execute'; accountIds?: string[] }): Promise<unknown[]> {
307+
async openai(opts?: {
308+
mode?: 'search_and_execute';
309+
accountIds?: string[];
310+
}): Promise<unknown[]> {
308311
const effectiveAccountIds = opts?.accountIds ?? executeConfig?.accountIds;
309312

310313
if (opts?.mode === 'search_and_execute') {

0 commit comments

Comments
 (0)