perstack 0.0.135 → 0.0.136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/cli.js +9 -6
- package/dist/bin/cli.js.map +1 -1
- package/dist/{dist-CcuzVu2T.js → dist-B-pbUImR.js} +3 -2
- package/dist/{dist-CcuzVu2T.js.map → dist-B-pbUImR.js.map} +1 -1
- package/dist/{resolve-expert-Bin42ehj.js → resolve-expert-Lim3XOx2.js} +2 -2
- package/dist/{resolve-expert-Bin42ehj.js.map → resolve-expert-Lim3XOx2.js.map} +1 -1
- package/package.json +2 -2
|
@@ -6399,7 +6399,8 @@ const toolCallPartSchema = basePartSchema.extend({
|
|
|
6399
6399
|
type: literal("toolCallPart"),
|
|
6400
6400
|
toolCallId: string(),
|
|
6401
6401
|
toolName: string(),
|
|
6402
|
-
args: record(string(), unknown())
|
|
6402
|
+
args: record(string(), unknown()),
|
|
6403
|
+
providerMetadata: record(string(), record(string(), unknown())).optional()
|
|
6403
6404
|
});
|
|
6404
6405
|
const thinkingPartSchema = basePartSchema.extend({
|
|
6405
6406
|
type: literal("thinkingPart"),
|
|
@@ -9634,4 +9635,4 @@ function createApiClient(config) {
|
|
|
9634
9635
|
//#endregion
|
|
9635
9636
|
export { discriminatedUnion as $, stopRunByInteractiveTool as A, $constructor as At, knownModels as B, runParamsSchema as C, parse$1 as Ct, startRun as D, clone as Dt, startGeneration as E, safeParseAsync$1 as Et, jobSchema$1 as F, createId as Ft, ZodOptional as G, resolveModelTierWithFallback as H, expertSchema$1 as I, _null as J, _enum as K, isCoordinatorExpert as L, startCommandInputSchema as M, PerstackError as Mt, perstackConfigSchema as N, defaultPerstackApiBaseUrl as Nt, stopRunByDelegate as O, defineLazy as Ot, lockfileSchema as P, defaultTimeout as Pt, custom as Q, validateDelegation as R, retry as S, $ZodType as St, skipDelegates as T, safeParse$1 as Tt, number as U, resolveModelTier as V, ZodIssueCode as W, array as X, any as Y, boolean$1 as Z, finishToolCall as _, datetime as _t, createFilteredEventListener as a, number$1 as at, resolveToolResults as b, meta$1 as bt, BASE_SKILL_PREFIX as c, preprocess as ct, callTools as d, string as dt, intersection as et, completeRun as f, tuple as ft, finishMcpTools as g, safeParseAsync as gt, createStreamingEvent as h, url as ht, truncateText as i, never as it, runCommandInputSchema as j, NEVER as jt, stopRunByError as k, normalizeParams as kt, createBaseToolActivity as l, record as lt, createRuntimeEvent as m, unknown as mt, formatZodError as n, literal as nt, validateEventFilter as o, object as ot, continueToNextStep as p, union as pt, _instanceof as q, parseWithFriendlyError as r, looseObject as rt, getFilteredEnv as s, optional as st, createApiClient as t, lazy as tt, createGeneralToolActivity as u, strictObject as ut, parseExpertKey as v, toJSONSchema as vt, runSettingSchema as w, parseAsync$1 as wt, resumeFromStop as x, $ZodObject as xt, proceedToInteractiveTools as y, describe$1 as yt, checkpointSchema as z };
|
|
9636
9637
|
|
|
9637
|
-
//# sourceMappingURL=dist-
|
|
9638
|
+
//# sourceMappingURL=dist-B-pbUImR.js.map
|