@x12i/funcx 3.2.0 → 3.3.1
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/functions/index.d.cts +2 -2
- package/dist/functions/index.d.ts +2 -2
- package/dist/{libraryIndex-CX8RemhC.d.cts → libraryIndex-BdGNx1EG.d.cts} +1 -1
- package/dist/{libraryIndex-CX8RemhC.d.ts → libraryIndex-BdGNx1EG.d.ts} +1 -1
- package/dist/src/index.d.cts +2 -2
- package/dist/src/index.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Client, L as LlmMode,
|
|
2
|
-
export {
|
|
1
|
+
import { C as Client, L as LlmMode, A as AskResult, S as StreamChunk, a as ContentResolver, T as ToolDefinition, b as ChatMessage, c as ChatAskOptions, d as ToolCall } from '../libraryIndex-BdGNx1EG.cjs';
|
|
2
|
+
export { e as ContentSkillMode, R as RunOptions, f as RunResultWithValidation, g as RunSkillMode, h as RunSkillParams, i as RunSkillResult, j as RunWithContentOptions, V as ValidateOutputOptions, k as ValidateOutputResult, l as getSkillNames, m as getSkillNamesAsync, r as run, n as runSkill, o as runWithContent, v as validateAgainstSchema, p as validateOutput } from '../libraryIndex-BdGNx1EG.cjs';
|
|
3
3
|
import 'undici';
|
|
4
4
|
|
|
5
5
|
/** Rule entry for appending to system instruction (from content or run options). */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as Client, L as LlmMode,
|
|
2
|
-
export {
|
|
1
|
+
import { C as Client, L as LlmMode, A as AskResult, S as StreamChunk, a as ContentResolver, T as ToolDefinition, b as ChatMessage, c as ChatAskOptions, d as ToolCall } from '../libraryIndex-BdGNx1EG.js';
|
|
2
|
+
export { e as ContentSkillMode, R as RunOptions, f as RunResultWithValidation, g as RunSkillMode, h as RunSkillParams, i as RunSkillResult, j as RunWithContentOptions, V as ValidateOutputOptions, k as ValidateOutputResult, l as getSkillNames, m as getSkillNamesAsync, r as run, n as runSkill, o as runWithContent, v as validateAgainstSchema, p as validateOutput } from '../libraryIndex-BdGNx1EG.js';
|
|
3
3
|
import 'undici';
|
|
4
4
|
|
|
5
5
|
/** Rule entry for appending to system instruction (from content or run options). */
|
|
@@ -826,4 +826,4 @@ declare function getLibraryIndex(options: GetLibraryIndexOptions): Promise<Aggre
|
|
|
826
826
|
*/
|
|
827
827
|
declare function updateLibraryIndex(options: UpdateLibraryIndexOptions): Promise<UpdateLibraryIndexReport>;
|
|
828
828
|
|
|
829
|
-
export { type
|
|
829
|
+
export { type GetLibraryIndexOptions as $, type AskResult as A, type RuntimeResolution as B, type Client as C, type ResolvedRuntime as D, type AppliedProfileSet as E, type FuncXContentConfig as F, type GetFunctionContentInput as G, type HasFunctionInput as H, type RaceProfile as I, type EvaluationSession as J, type ScopeRelease as K, type LlmMode as L, type SourceFile as M, type SkillIndexEntry as N, type RestrictedJsonSchemaObject as O, type ProfileKey as P, type CreateClientOptions as Q, type RunOptions as R, type StreamChunk as S, type ToolDefinition as T, type AggregateIndex as U, type ValidateOutputOptions as V, type AiFunctionsContentConfig as W, type BackendKind as X, type BuiltInSkillSource as Y, ContentInvalidError as Z, ContentNotFoundError as _, type ContentResolver as a, type GetRaceReportOptions as a0, type IndexMeta as a1, type InlineFunctionDefinition as a2, type InstructionMode as a3, LIBRARY_INDEX_FALLBACK_REL as a4, type RaceAttempt as a5, type RaceConfig as a6, type RaceProfileKey as a7, type RaceRecord as a8, type ResolvedContent as a9, setProfiles as aA, setRaceConfig as aB, updateLibraryIndex as aC, validateLibraryIndex as aD, validateSkillIndexEntry as aE, type SharedStoreConfig as aa, type SkillIO as ab, type SkillQuality as ac, type SkillQualityMethod as ad, type SkillRuntime as ae, type SkillSource as af, type SourceFileKind as ag, type StoreClient as ah, type ToolCallFunction as ai, type ToolChoice as aj, type UpdateLibraryIndexOptions as ak, type UpdateLibraryIndexReport as al, type Usage as am, type ValidationResult as an, appendRace as ao, getBuiltInAbilityEntries as ap, getLibraryIndex as aq, getProfiles as ar, getRaceConfig as as, getRaceReport as at, getRaces as au, isKey as av, listRaces as aw, normalizeKeySegment as ax, readRace as ay, setDefaults as az, type ChatMessage as b, type ChatAskOptions as c, type ToolCall as d, type ContentSkillMode as e, type RunResultWithValidation as f, type RunSkillMode as g, type RunSkillParams as h, type RunSkillResult as i, type RunWithContentOptions as j, type ValidateOutputResult as k, getSkillNames as l, getSkillNamesAsync as m, runSkill as n, runWithContent as o, validateOutput as p, type AskOptions as q, run as r, type ResponseNormalization as s, type ResponseFormat as t, type AttributionContext as u, validateAgainstSchema as v, type FunctionContentProvider as w, type ResolvedFunctionContent as x, type ListFunctionsInput as y, type RuntimeResolutionInput as z };
|
|
@@ -826,4 +826,4 @@ declare function getLibraryIndex(options: GetLibraryIndexOptions): Promise<Aggre
|
|
|
826
826
|
*/
|
|
827
827
|
declare function updateLibraryIndex(options: UpdateLibraryIndexOptions): Promise<UpdateLibraryIndexReport>;
|
|
828
828
|
|
|
829
|
-
export { type
|
|
829
|
+
export { type GetLibraryIndexOptions as $, type AskResult as A, type RuntimeResolution as B, type Client as C, type ResolvedRuntime as D, type AppliedProfileSet as E, type FuncXContentConfig as F, type GetFunctionContentInput as G, type HasFunctionInput as H, type RaceProfile as I, type EvaluationSession as J, type ScopeRelease as K, type LlmMode as L, type SourceFile as M, type SkillIndexEntry as N, type RestrictedJsonSchemaObject as O, type ProfileKey as P, type CreateClientOptions as Q, type RunOptions as R, type StreamChunk as S, type ToolDefinition as T, type AggregateIndex as U, type ValidateOutputOptions as V, type AiFunctionsContentConfig as W, type BackendKind as X, type BuiltInSkillSource as Y, ContentInvalidError as Z, ContentNotFoundError as _, type ContentResolver as a, type GetRaceReportOptions as a0, type IndexMeta as a1, type InlineFunctionDefinition as a2, type InstructionMode as a3, LIBRARY_INDEX_FALLBACK_REL as a4, type RaceAttempt as a5, type RaceConfig as a6, type RaceProfileKey as a7, type RaceRecord as a8, type ResolvedContent as a9, setProfiles as aA, setRaceConfig as aB, updateLibraryIndex as aC, validateLibraryIndex as aD, validateSkillIndexEntry as aE, type SharedStoreConfig as aa, type SkillIO as ab, type SkillQuality as ac, type SkillQualityMethod as ad, type SkillRuntime as ae, type SkillSource as af, type SourceFileKind as ag, type StoreClient as ah, type ToolCallFunction as ai, type ToolChoice as aj, type UpdateLibraryIndexOptions as ak, type UpdateLibraryIndexReport as al, type Usage as am, type ValidationResult as an, appendRace as ao, getBuiltInAbilityEntries as ap, getLibraryIndex as aq, getProfiles as ar, getRaceConfig as as, getRaceReport as at, getRaces as au, isKey as av, listRaces as aw, normalizeKeySegment as ax, readRace as ay, setDefaults as az, type ChatMessage as b, type ChatAskOptions as c, type ToolCall as d, type ContentSkillMode as e, type RunResultWithValidation as f, type RunSkillMode as g, type RunSkillParams as h, type RunSkillResult as i, type RunWithContentOptions as j, type ValidateOutputResult as k, getSkillNames as l, getSkillNamesAsync as m, runSkill as n, runWithContent as o, validateOutput as p, type AskOptions as q, run as r, type ResponseNormalization as s, type ResponseFormat as t, type AttributionContext as u, validateAgainstSchema as v, type FunctionContentProvider as w, type ResolvedFunctionContent as x, type ListFunctionsInput as y, type RuntimeResolutionInput as z };
|
package/dist/src/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { q as AskOptions, A as AskResult, s as ResponseNormalization, t as ResponseFormat, u as AttributionContext, C as Client, L as LlmMode, F as FuncXContentConfig, w as FunctionContentProvider, a as ContentResolver, G as GetFunctionContentInput, x as ResolvedFunctionContent, H as HasFunctionInput, y as ListFunctionsInput, R as RunOptions, h as RunSkillParams, i as RunSkillResult, j as RunWithContentOptions, z as RuntimeResolutionInput, B as RuntimeResolution, P as ProfileKey, D as ResolvedRuntime, E as AppliedProfileSet, I as RaceProfile, J as EvaluationSession, K as ScopeRelease, M as SourceFile, N as SkillIndexEntry, O as RestrictedJsonSchemaObject, Q as CreateClientOptions } from '../libraryIndex-BdGNx1EG.cjs';
|
|
2
|
+
export { U as AggregateIndex, W as AiFunctionsContentConfig, X as BackendKind, Y as BuiltInSkillSource, c as ChatAskOptions, b as ChatMessage, Z as ContentInvalidError, _ as ContentNotFoundError, $ as GetLibraryIndexOptions, a0 as GetRaceReportOptions, a1 as IndexMeta, a2 as InlineFunctionDefinition, a3 as InstructionMode, a4 as LIBRARY_INDEX_FALLBACK_REL, a5 as RaceAttempt, a6 as RaceConfig, a7 as RaceProfileKey, a8 as RaceRecord, a9 as ResolvedContent, g as RunSkillMode, aa as SharedStoreConfig, ab as SkillIO, ac as SkillQuality, ad as SkillQualityMethod, ae as SkillRuntime, af as SkillSource, ag as SourceFileKind, ah as StoreClient, S as StreamChunk, d as ToolCall, ai as ToolCallFunction, aj as ToolChoice, T as ToolDefinition, ak as UpdateLibraryIndexOptions, al as UpdateLibraryIndexReport, am as Usage, an as ValidationResult, ao as appendRace, ap as getBuiltInAbilityEntries, aq as getLibraryIndex, ar as getProfiles, as as getRaceConfig, at as getRaceReport, au as getRaces, av as isKey, aw as listRaces, ax as normalizeKeySegment, ay as readRace, az as setDefaults, aA as setProfiles, aB as setRaceConfig, aC as updateLibraryIndex, aD as validateLibraryIndex, aE as validateSkillIndexEntry } from '../libraryIndex-BdGNx1EG.cjs';
|
|
3
3
|
export { Dispatcher } from 'undici';
|
|
4
4
|
import { CataloxBound, UnifiedCatalogItem, ItemId, CatalogNativeItemOptions, CatalogGetItemResult, CatalogQueryOptions, CatalogListResult } from '@x12i/catalox/embedder';
|
|
5
5
|
export { CatalogGetItemResult, CatalogListResult, CatalogNativeItemOptions, CatalogQueryOptions, ItemId, UnifiedCatalogItem } from '@x12i/catalox/embedder';
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { q as AskOptions, A as AskResult, s as ResponseNormalization, t as ResponseFormat, u as AttributionContext, C as Client, L as LlmMode, F as FuncXContentConfig, w as FunctionContentProvider, a as ContentResolver, G as GetFunctionContentInput, x as ResolvedFunctionContent, H as HasFunctionInput, y as ListFunctionsInput, R as RunOptions, h as RunSkillParams, i as RunSkillResult, j as RunWithContentOptions, z as RuntimeResolutionInput, B as RuntimeResolution, P as ProfileKey, D as ResolvedRuntime, E as AppliedProfileSet, I as RaceProfile, J as EvaluationSession, K as ScopeRelease, M as SourceFile, N as SkillIndexEntry, O as RestrictedJsonSchemaObject, Q as CreateClientOptions } from '../libraryIndex-BdGNx1EG.js';
|
|
2
|
+
export { U as AggregateIndex, W as AiFunctionsContentConfig, X as BackendKind, Y as BuiltInSkillSource, c as ChatAskOptions, b as ChatMessage, Z as ContentInvalidError, _ as ContentNotFoundError, $ as GetLibraryIndexOptions, a0 as GetRaceReportOptions, a1 as IndexMeta, a2 as InlineFunctionDefinition, a3 as InstructionMode, a4 as LIBRARY_INDEX_FALLBACK_REL, a5 as RaceAttempt, a6 as RaceConfig, a7 as RaceProfileKey, a8 as RaceRecord, a9 as ResolvedContent, g as RunSkillMode, aa as SharedStoreConfig, ab as SkillIO, ac as SkillQuality, ad as SkillQualityMethod, ae as SkillRuntime, af as SkillSource, ag as SourceFileKind, ah as StoreClient, S as StreamChunk, d as ToolCall, ai as ToolCallFunction, aj as ToolChoice, T as ToolDefinition, ak as UpdateLibraryIndexOptions, al as UpdateLibraryIndexReport, am as Usage, an as ValidationResult, ao as appendRace, ap as getBuiltInAbilityEntries, aq as getLibraryIndex, ar as getProfiles, as as getRaceConfig, at as getRaceReport, au as getRaces, av as isKey, aw as listRaces, ax as normalizeKeySegment, ay as readRace, az as setDefaults, aA as setProfiles, aB as setRaceConfig, aC as updateLibraryIndex, aD as validateLibraryIndex, aE as validateSkillIndexEntry } from '../libraryIndex-BdGNx1EG.js';
|
|
3
3
|
export { Dispatcher } from 'undici';
|
|
4
4
|
import { CataloxBound, UnifiedCatalogItem, ItemId, CatalogNativeItemOptions, CatalogGetItemResult, CatalogQueryOptions, CatalogListResult } from '@x12i/catalox/embedder';
|
|
5
5
|
export { CatalogGetItemResult, CatalogListResult, CatalogNativeItemOptions, CatalogQueryOptions, ItemId, UnifiedCatalogItem } from '@x12i/catalox/embedder';
|