@dxos/assistant-toolkit 0.8.4-main.937b3ca → 0.8.4-main.9735255
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/types/src/blueprints/design/design-blueprint.d.ts +6 -6
- package/dist/types/src/blueprints/design/design-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/discord/discord-blueprint.d.ts +6 -6
- package/dist/types/src/blueprints/discord/discord-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/linear/linear-blueprint.d.ts +6 -6
- package/dist/types/src/blueprints/linear/linear-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/planning/planning-blueprint.d.ts +6 -6
- package/dist/types/src/blueprints/planning/planning-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/research/research-blueprint.d.ts +6 -6
- package/dist/types/src/blueprints/research/research-blueprint.d.ts.map +1 -1
- package/dist/types/src/blueprints/websearch/websearch-blueprint.d.ts +6 -6
- package/dist/types/src/blueprints/websearch/websearch-blueprint.d.ts.map +1 -1
- package/dist/types/src/functions/agent/prompt.d.ts +24 -24
- package/dist/types/src/functions/agent/prompt.d.ts.map +1 -1
- package/dist/types/src/functions/entity-extraction/entity-extraction.d.ts +89 -89
- package/dist/types/src/functions/entity-extraction/entity-extraction.d.ts.map +1 -1
- package/dist/types/src/functions/entity-extraction/index.d.ts +89 -89
- package/dist/types/src/functions/entity-extraction/index.d.ts.map +1 -1
- package/dist/types/src/initiative/Initiative.d.ts +22 -22
- package/dist/types/src/initiative/Initiative.d.ts.map +1 -1
- package/dist/types/src/initiative/functions/agent.d.ts +16 -16
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +23 -23
|
@@ -3,14 +3,14 @@ export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/
|
|
|
3
3
|
readonly name: string;
|
|
4
4
|
readonly key: string;
|
|
5
5
|
readonly instructions: {
|
|
6
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
6
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
7
|
readonly content: string;
|
|
8
8
|
}>;
|
|
9
|
-
inputs?: {
|
|
10
|
-
function?: string | undefined;
|
|
11
|
-
name: string;
|
|
12
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
-
default?: any;
|
|
9
|
+
readonly inputs?: readonly {
|
|
10
|
+
readonly function?: string | undefined;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
readonly default?: any;
|
|
14
14
|
}[] | undefined;
|
|
15
15
|
};
|
|
16
16
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"design-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/design/design-blueprint.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,SAAS;;;;;;;;
|
|
1
|
+
{"version":3,"file":"design-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/design/design-blueprint.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,SAAS;;;;;;;;uBASywB,CAAC;6BAA0C,CAAC;;yBAAkF,CAAC;4BAA6I,CAAC;;;;EAD1iC,CAAC"}
|
|
@@ -3,14 +3,14 @@ export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/
|
|
|
3
3
|
readonly name: string;
|
|
4
4
|
readonly key: string;
|
|
5
5
|
readonly instructions: {
|
|
6
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
6
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
7
|
readonly content: string;
|
|
8
8
|
}>;
|
|
9
|
-
inputs?: {
|
|
10
|
-
function?: string | undefined;
|
|
11
|
-
name: string;
|
|
12
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
-
default?: any;
|
|
9
|
+
readonly inputs?: readonly {
|
|
10
|
+
readonly function?: string | undefined;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
readonly default?: any;
|
|
14
14
|
}[] | undefined;
|
|
15
15
|
};
|
|
16
16
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discord-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/discord/discord-blueprint.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,SAAS;;;;;;;;
|
|
1
|
+
{"version":3,"file":"discord-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/discord/discord-blueprint.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,SAAS;;;;;;;;uBAS4qC,CAAC;6BAA0C,CAAC;;yBAAkF,CAAC;4BAA6I,CAAC;;;;EAD78C,CAAC"}
|
|
@@ -3,14 +3,14 @@ export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/
|
|
|
3
3
|
readonly name: string;
|
|
4
4
|
readonly key: string;
|
|
5
5
|
readonly instructions: {
|
|
6
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
6
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
7
|
readonly content: string;
|
|
8
8
|
}>;
|
|
9
|
-
inputs?: {
|
|
10
|
-
function?: string | undefined;
|
|
11
|
-
name: string;
|
|
12
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
-
default?: any;
|
|
9
|
+
readonly inputs?: readonly {
|
|
10
|
+
readonly function?: string | undefined;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
readonly default?: any;
|
|
14
14
|
}[] | undefined;
|
|
15
15
|
};
|
|
16
16
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"linear-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/linear/linear-blueprint.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,SAAS;;;;;;;;
|
|
1
|
+
{"version":3,"file":"linear-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/linear/linear-blueprint.ts"],"names":[],"mappings":"AAwBA,eAAO,MAAM,SAAS;;;;;;;;uBAS6jC,CAAC;6BAA0C,CAAC;;yBAAkF,CAAC;4BAA6I,CAAC;;;;EAD91C,CAAC"}
|
|
@@ -3,14 +3,14 @@ export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/
|
|
|
3
3
|
readonly name: string;
|
|
4
4
|
readonly key: string;
|
|
5
5
|
readonly instructions: {
|
|
6
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
6
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
7
|
readonly content: string;
|
|
8
8
|
}>;
|
|
9
|
-
inputs?: {
|
|
10
|
-
function?: string | undefined;
|
|
11
|
-
name: string;
|
|
12
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
-
default?: any;
|
|
9
|
+
readonly inputs?: readonly {
|
|
10
|
+
readonly function?: string | undefined;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
readonly default?: any;
|
|
14
14
|
}[] | undefined;
|
|
15
15
|
};
|
|
16
16
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"planning-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/planning/planning-blueprint.ts"],"names":[],"mappings":"AAuFA,eAAO,MAAM,SAAS;;;;;;;;
|
|
1
|
+
{"version":3,"file":"planning-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/planning/planning-blueprint.ts"],"names":[],"mappings":"AAuFA,eAAO,MAAM,SAAS;;;;;;;;uBA1BnB,CAAC;6BACD,CAAC;;yBAEE,CAAC;4BAIJ,CAAC;;;;EA2BF,CAAC"}
|
|
@@ -3,14 +3,14 @@ export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/
|
|
|
3
3
|
readonly name: string;
|
|
4
4
|
readonly key: string;
|
|
5
5
|
readonly instructions: {
|
|
6
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
6
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
7
|
readonly content: string;
|
|
8
8
|
}>;
|
|
9
|
-
inputs?: {
|
|
10
|
-
function?: string | undefined;
|
|
11
|
-
name: string;
|
|
12
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
-
default?: any;
|
|
9
|
+
readonly inputs?: readonly {
|
|
10
|
+
readonly function?: string | undefined;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
readonly default?: any;
|
|
14
14
|
}[] | undefined;
|
|
15
15
|
};
|
|
16
16
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"research-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/research/research-blueprint.ts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,SAAS;;;;;;;;
|
|
1
|
+
{"version":3,"file":"research-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/research/research-blueprint.ts"],"names":[],"mappings":"AA0CA,eAAO,MAAM,SAAS;;;;;;;;uBAEN,CAAC;6BACsB,CAAC;;yBAEF,CAAC;4BAIK,CAAC;;;;EAD3C,CAAC"}
|
|
@@ -3,14 +3,14 @@ export declare const blueprint: import("@dxos/echo/Obj").Obj<import("@dxos/echo/
|
|
|
3
3
|
readonly name: string;
|
|
4
4
|
readonly key: string;
|
|
5
5
|
readonly instructions: {
|
|
6
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
6
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
7
|
readonly content: string;
|
|
8
8
|
}>;
|
|
9
|
-
inputs?: {
|
|
10
|
-
function?: string | undefined;
|
|
11
|
-
name: string;
|
|
12
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
-
default?: any;
|
|
9
|
+
readonly inputs?: readonly {
|
|
10
|
+
readonly function?: string | undefined;
|
|
11
|
+
readonly name: string;
|
|
12
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
13
|
+
readonly default?: any;
|
|
14
14
|
}[] | undefined;
|
|
15
15
|
};
|
|
16
16
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"websearch-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/websearch/websearch-blueprint.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS;;;;;;;;
|
|
1
|
+
{"version":3,"file":"websearch-blueprint.d.ts","sourceRoot":"","sources":["../../../../../src/blueprints/websearch/websearch-blueprint.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS;;;;;;;;uBAS29C,CAAC;6BAA0C,CAAC;;yBAAkF,CAAC;4BAA6I,CAAC;;;;EAD5vD,CAAC"}
|
|
@@ -4,14 +4,14 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
4
4
|
readonly name?: string | undefined;
|
|
5
5
|
readonly context: readonly any[];
|
|
6
6
|
readonly instructions: {
|
|
7
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
7
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
8
8
|
readonly content: string;
|
|
9
9
|
}>;
|
|
10
|
-
inputs?: {
|
|
11
|
-
function?: string | undefined;
|
|
12
|
-
name: string;
|
|
13
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
14
|
-
default?: any;
|
|
10
|
+
readonly inputs?: readonly {
|
|
11
|
+
readonly function?: string | undefined;
|
|
12
|
+
readonly name: string;
|
|
13
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
14
|
+
readonly default?: any;
|
|
15
15
|
}[] | undefined;
|
|
16
16
|
};
|
|
17
17
|
readonly input: import("@dxos/echo/internal").JsonSchemaType;
|
|
@@ -21,14 +21,14 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
21
21
|
readonly name: string;
|
|
22
22
|
readonly key: string;
|
|
23
23
|
readonly instructions: {
|
|
24
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
24
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
25
25
|
readonly content: string;
|
|
26
26
|
}>;
|
|
27
|
-
inputs?: {
|
|
28
|
-
function?: string | undefined;
|
|
29
|
-
name: string;
|
|
30
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
31
|
-
default?: any;
|
|
27
|
+
readonly inputs?: readonly {
|
|
28
|
+
readonly function?: string | undefined;
|
|
29
|
+
readonly name: string;
|
|
30
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
31
|
+
readonly default?: any;
|
|
32
32
|
}[] | undefined;
|
|
33
33
|
};
|
|
34
34
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -40,14 +40,14 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
40
40
|
readonly name?: string | undefined;
|
|
41
41
|
readonly context: readonly any[];
|
|
42
42
|
readonly instructions: {
|
|
43
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
43
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
44
44
|
readonly content: string;
|
|
45
45
|
}>;
|
|
46
|
-
inputs?: {
|
|
47
|
-
function?: string | undefined;
|
|
48
|
-
name: string;
|
|
49
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
50
|
-
default?: any;
|
|
46
|
+
readonly inputs?: readonly {
|
|
47
|
+
readonly function?: string | undefined;
|
|
48
|
+
readonly name: string;
|
|
49
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
50
|
+
readonly default?: any;
|
|
51
51
|
}[] | undefined;
|
|
52
52
|
};
|
|
53
53
|
readonly input: import("@dxos/echo/internal").JsonSchemaType;
|
|
@@ -57,14 +57,14 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
57
57
|
readonly name: string;
|
|
58
58
|
readonly key: string;
|
|
59
59
|
readonly instructions: {
|
|
60
|
-
source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
60
|
+
readonly source: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
61
61
|
readonly content: string;
|
|
62
62
|
}>;
|
|
63
|
-
inputs?: {
|
|
64
|
-
function?: string | undefined;
|
|
65
|
-
name: string;
|
|
66
|
-
kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
67
|
-
default?: any;
|
|
63
|
+
readonly inputs?: readonly {
|
|
64
|
+
readonly function?: string | undefined;
|
|
65
|
+
readonly name: string;
|
|
66
|
+
readonly kind?: "function" | "value" | "pass-through" | "retriever" | "query" | "resolver" | "context" | "schema" | undefined;
|
|
67
|
+
readonly default?: any;
|
|
68
68
|
}[] | undefined;
|
|
69
69
|
};
|
|
70
70
|
readonly tools: readonly (string & import("effect/Brand").Brand<"ToolId">)[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../../../../src/functions/agent/prompt.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"prompt.d.ts","sourceRoot":"","sources":["../../../../../src/functions/agent/prompt.ts"],"names":[],"mappings":";;;;;;;;;2BAiBa,CAAA;iCAEQ,CAAC;;6BAGd,CAAC;gCAGJ,CAAC;;;;;;gCAW2C,CAAC;;;;;;;+BAkB9C,CATA;qCAA8C,CAAC;;iCAGlC,CAAA;oCAGoB,CAAC;;;;;;;;;;;;;;;2BAlCzB,CAAA;iCAEQ,CAAC;;6BAGd,CAAC;gCAGJ,CAAC;;;;;;gCAW2C,CAAC;;;;;;;+BAkB9C,CATA;qCAA8C,CAAC;;iCAGlC,CAAA;oCAGoB,CAAC;;;;;;;;AA9BtC,wBAgGG"}
|
|
@@ -5,9 +5,9 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
5
5
|
readonly parentMessage?: string | undefined;
|
|
6
6
|
readonly created: string;
|
|
7
7
|
readonly sender: {
|
|
8
|
-
name?: string | undefined;
|
|
9
|
-
role?: "user" | "assistant" | "tool" | undefined;
|
|
10
|
-
contact?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
8
|
+
readonly name?: string | undefined;
|
|
9
|
+
readonly role?: "user" | "assistant" | "tool" | undefined;
|
|
10
|
+
readonly contact?: import("@dxos/echo/internal").Ref<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
|
|
11
11
|
readonly image?: string | undefined;
|
|
12
12
|
readonly fullName?: string | undefined;
|
|
13
13
|
readonly preferredName?: string | undefined;
|
|
@@ -24,24 +24,24 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
24
24
|
readonly jobTitle?: string | undefined;
|
|
25
25
|
readonly department?: string | undefined;
|
|
26
26
|
readonly notes?: string | undefined;
|
|
27
|
-
readonly emails?: {
|
|
27
|
+
readonly emails?: readonly {
|
|
28
28
|
readonly value: string;
|
|
29
29
|
readonly label?: string | undefined;
|
|
30
30
|
}[] | undefined;
|
|
31
|
-
readonly identities?: {
|
|
31
|
+
readonly identities?: readonly {
|
|
32
32
|
readonly value: string;
|
|
33
33
|
readonly label?: string | undefined;
|
|
34
34
|
}[] | undefined;
|
|
35
|
-
readonly phoneNumbers?: {
|
|
35
|
+
readonly phoneNumbers?: readonly {
|
|
36
36
|
readonly value: string;
|
|
37
37
|
readonly label?: string | undefined;
|
|
38
38
|
}[] | undefined;
|
|
39
|
-
readonly fields?: {
|
|
39
|
+
readonly fields?: readonly {
|
|
40
40
|
readonly value: string;
|
|
41
41
|
readonly label: string;
|
|
42
42
|
readonly category?: string | undefined;
|
|
43
43
|
}[] | undefined;
|
|
44
|
-
readonly addresses?: {
|
|
44
|
+
readonly addresses?: readonly {
|
|
45
45
|
readonly value: {
|
|
46
46
|
readonly street?: string | undefined;
|
|
47
47
|
readonly extended?: string | undefined;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
53
53
|
};
|
|
54
54
|
readonly label?: string | undefined;
|
|
55
55
|
}[] | undefined;
|
|
56
|
-
readonly urls?: {
|
|
56
|
+
readonly urls?: readonly {
|
|
57
57
|
readonly value: string;
|
|
58
58
|
readonly label?: string | undefined;
|
|
59
59
|
}[] | undefined;
|
|
@@ -61,110 +61,110 @@ declare const _default: import("@dxos/functions").FunctionDefinition<{
|
|
|
61
61
|
} & {
|
|
62
62
|
readonly location?: readonly [number, number, (number | undefined)?] | undefined;
|
|
63
63
|
}> | undefined;
|
|
64
|
-
identityDid?: string | undefined;
|
|
65
|
-
identityKey?: string | undefined;
|
|
66
|
-
email?: string | undefined;
|
|
64
|
+
readonly identityDid?: string | undefined;
|
|
65
|
+
readonly identityKey?: string | undefined;
|
|
66
|
+
readonly email?: string | undefined;
|
|
67
67
|
};
|
|
68
|
-
readonly blocks: ({
|
|
69
|
-
pending?: boolean | undefined;
|
|
70
|
-
text: string;
|
|
71
|
-
mimeType?: string | undefined;
|
|
72
|
-
disposition?: string | undefined;
|
|
73
|
-
_tag: "text";
|
|
68
|
+
readonly blocks: readonly ({
|
|
69
|
+
readonly pending?: boolean | undefined;
|
|
70
|
+
readonly text: string;
|
|
71
|
+
readonly mimeType?: string | undefined;
|
|
72
|
+
readonly disposition?: string | undefined;
|
|
73
|
+
readonly _tag: "text";
|
|
74
74
|
} | {
|
|
75
|
-
pending?: boolean | undefined;
|
|
76
|
-
_tag: "reasoning";
|
|
77
|
-
reasoningText?: string | undefined;
|
|
78
|
-
redactedText?: string | undefined;
|
|
79
|
-
signature?: string | undefined;
|
|
75
|
+
readonly pending?: boolean | undefined;
|
|
76
|
+
readonly _tag: "reasoning";
|
|
77
|
+
readonly reasoningText?: string | undefined;
|
|
78
|
+
readonly redactedText?: string | undefined;
|
|
79
|
+
readonly signature?: string | undefined;
|
|
80
80
|
} | {
|
|
81
|
-
name: string;
|
|
82
|
-
pending?: boolean | undefined;
|
|
83
|
-
_tag: "toolCall";
|
|
84
|
-
toolCallId: string;
|
|
85
|
-
input: string;
|
|
86
|
-
providerExecuted: boolean;
|
|
81
|
+
readonly name: string;
|
|
82
|
+
readonly pending?: boolean | undefined;
|
|
83
|
+
readonly _tag: "toolCall";
|
|
84
|
+
readonly toolCallId: string;
|
|
85
|
+
readonly input: string;
|
|
86
|
+
readonly providerExecuted: boolean;
|
|
87
87
|
} | {
|
|
88
|
-
name: string;
|
|
89
|
-
pending?: boolean | undefined;
|
|
90
|
-
_tag: "toolResult";
|
|
91
|
-
toolCallId: string;
|
|
92
|
-
providerExecuted: boolean;
|
|
93
|
-
result?: string | undefined;
|
|
94
|
-
error?: string | undefined;
|
|
88
|
+
readonly name: string;
|
|
89
|
+
readonly pending?: boolean | undefined;
|
|
90
|
+
readonly _tag: "toolResult";
|
|
91
|
+
readonly toolCallId: string;
|
|
92
|
+
readonly providerExecuted: boolean;
|
|
93
|
+
readonly result?: string | undefined;
|
|
94
|
+
readonly error?: string | undefined;
|
|
95
95
|
} | {
|
|
96
|
-
pending?: boolean | undefined;
|
|
97
|
-
mimeType?: string | undefined;
|
|
98
|
-
_tag: "summary";
|
|
99
|
-
message?: string | undefined;
|
|
100
|
-
model?: string | undefined;
|
|
101
|
-
usage?: {
|
|
96
|
+
readonly pending?: boolean | undefined;
|
|
97
|
+
readonly mimeType?: string | undefined;
|
|
98
|
+
readonly _tag: "summary";
|
|
99
|
+
readonly message?: string | undefined;
|
|
100
|
+
readonly model?: string | undefined;
|
|
101
|
+
readonly usage?: {
|
|
102
102
|
readonly inputTokens?: number | undefined;
|
|
103
103
|
readonly outputTokens?: number | undefined;
|
|
104
104
|
readonly totalTokens?: number | undefined;
|
|
105
105
|
} | undefined;
|
|
106
|
-
toolCalls?: number | undefined;
|
|
107
|
-
errors?: number | undefined;
|
|
108
|
-
duration?: number | undefined;
|
|
106
|
+
readonly toolCalls?: number | undefined;
|
|
107
|
+
readonly errors?: number | undefined;
|
|
108
|
+
readonly duration?: number | undefined;
|
|
109
109
|
} | {
|
|
110
|
-
source?: {
|
|
111
|
-
type: "base64";
|
|
112
|
-
mediaType: string;
|
|
113
|
-
data: string;
|
|
110
|
+
readonly source?: {
|
|
111
|
+
readonly type: "base64";
|
|
112
|
+
readonly mediaType: string;
|
|
113
|
+
readonly data: string;
|
|
114
114
|
} | {
|
|
115
|
-
type: "http";
|
|
116
|
-
url: string;
|
|
115
|
+
readonly type: "http";
|
|
116
|
+
readonly url: string;
|
|
117
117
|
} | undefined;
|
|
118
|
-
id?: string | undefined;
|
|
119
|
-
pending?: boolean | undefined;
|
|
120
|
-
_tag: "image";
|
|
118
|
+
readonly id?: string | undefined;
|
|
119
|
+
readonly pending?: boolean | undefined;
|
|
120
|
+
readonly _tag: "image";
|
|
121
121
|
} | {
|
|
122
|
-
name?: string | undefined;
|
|
123
|
-
pending?: boolean | undefined;
|
|
124
|
-
_tag: "file";
|
|
125
|
-
mediaType?: string | undefined;
|
|
126
|
-
url: string;
|
|
122
|
+
readonly name?: string | undefined;
|
|
123
|
+
readonly pending?: boolean | undefined;
|
|
124
|
+
readonly _tag: "file";
|
|
125
|
+
readonly mediaType?: string | undefined;
|
|
126
|
+
readonly url: string;
|
|
127
127
|
} | {
|
|
128
|
-
pending?: boolean | undefined;
|
|
129
|
-
_tag: "reference";
|
|
130
|
-
reference: import("@dxos/echo/internal").Ref<any>;
|
|
128
|
+
readonly pending?: boolean | undefined;
|
|
129
|
+
readonly _tag: "reference";
|
|
130
|
+
readonly reference: import("@dxos/echo/internal").Ref<any>;
|
|
131
131
|
} | {
|
|
132
|
-
pending?: boolean | undefined;
|
|
133
|
-
text: string;
|
|
134
|
-
_tag: "transcript";
|
|
135
|
-
started: string;
|
|
132
|
+
readonly pending?: boolean | undefined;
|
|
133
|
+
readonly text: string;
|
|
134
|
+
readonly _tag: "transcript";
|
|
135
|
+
readonly started: string;
|
|
136
136
|
} | {
|
|
137
|
-
pending?: boolean | undefined;
|
|
138
|
-
_tag: "status";
|
|
139
|
-
statusText: string;
|
|
137
|
+
readonly pending?: boolean | undefined;
|
|
138
|
+
readonly _tag: "status";
|
|
139
|
+
readonly statusText: string;
|
|
140
140
|
} | {
|
|
141
|
-
pending?: boolean | undefined;
|
|
142
|
-
text: string;
|
|
143
|
-
_tag: "suggestion";
|
|
141
|
+
readonly pending?: boolean | undefined;
|
|
142
|
+
readonly text: string;
|
|
143
|
+
readonly _tag: "suggestion";
|
|
144
144
|
} | {
|
|
145
|
-
pending?: boolean | undefined;
|
|
146
|
-
_tag: "select";
|
|
147
|
-
options: string[];
|
|
145
|
+
readonly pending?: boolean | undefined;
|
|
146
|
+
readonly _tag: "select";
|
|
147
|
+
readonly options: string[];
|
|
148
148
|
} | {
|
|
149
|
-
version: unknown;
|
|
150
|
-
pending?: boolean | undefined;
|
|
151
|
-
_tag: "anchor";
|
|
152
|
-
objectId: string;
|
|
149
|
+
readonly version: unknown;
|
|
150
|
+
readonly pending?: boolean | undefined;
|
|
151
|
+
readonly _tag: "anchor";
|
|
152
|
+
readonly objectId: string;
|
|
153
153
|
} | {
|
|
154
|
-
pending?: boolean | undefined;
|
|
155
|
-
text: string;
|
|
156
|
-
_tag: "proposal";
|
|
154
|
+
readonly pending?: boolean | undefined;
|
|
155
|
+
readonly text: string;
|
|
156
|
+
readonly _tag: "proposal";
|
|
157
157
|
} | {
|
|
158
|
-
pending?: boolean | undefined;
|
|
159
|
-
_tag: "toolkit";
|
|
158
|
+
readonly pending?: boolean | undefined;
|
|
159
|
+
readonly _tag: "toolkit";
|
|
160
160
|
} | {
|
|
161
|
-
pending?: boolean | undefined;
|
|
162
|
-
disposition?: string | undefined;
|
|
163
|
-
_tag: "json";
|
|
164
|
-
data: string;
|
|
161
|
+
readonly pending?: boolean | undefined;
|
|
162
|
+
readonly disposition?: string | undefined;
|
|
163
|
+
readonly _tag: "json";
|
|
164
|
+
readonly data: string;
|
|
165
165
|
})[];
|
|
166
166
|
readonly properties?: {
|
|
167
|
-
[x: string]: any;
|
|
167
|
+
readonly [x: string]: any;
|
|
168
168
|
} | undefined;
|
|
169
169
|
};
|
|
170
170
|
}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity-extraction.d.ts","sourceRoot":"","sources":["../../../../../src/functions/entity-extraction/entity-extraction.ts"],"names":[],"mappings":";;;;;;;
|
|
1
|
+
{"version":3,"file":"entity-extraction.d.ts","sourceRoot":"","sources":["../../../../../src/functions/entity-extraction/entity-extraction.ts"],"names":[],"mappings":";;;;;;;yBAW2F,CAAC;yBACxE,CAAC;4BACgB,CAAC;8BAGxB,CAAA;iCACY,CAAC;sCACuB,CAAC;iCAC1C,CAAC;qCAEmB,CAAC;wCAIhB,CAAC;iCACI,CAAC;mCACwB,CAAC;kCAGnC,CAAC;oCAAsD,CAAC;;qCAGJ,CAAC;;iCAEnB,CAAA;mCAGhB,CAAC;8BAEf,CAAC;+BACM,CAAC;;kCAKd,CAAC;;mCACoB,CAAC;;kCAExB,CAAN;;qCAEkB,CAAC;;kCAEE,CAAC;;+BAEd,CAAP;;;qCAE2B,CAAC;;kCAEgB,CAAC;;uCAC0B,CAAC;yCAGtD,CAAA;yCAEF,CAAC;uCAAyD,CAAC;2CACjC,CAAA;oDACX,CAAC;wCAA0D,CAAC;;kCAEtC,CAAC;;6BAK7C,CAAR;;kCACsB,CAAC;;iCACqC,CAAC;;iCAChC,CAAC;;gCAGH,CAAC;gCAET,CAAC;0BACK,CAAC;;;4BAMhB,CAAC;;6BAGT,CAAF;gCAEQ,CAAC;;;4BACA,CAAC;;kCAC8B,CAAC;iCACrC,CAAD;8BAEW,CAAC;;;4BACgB,CAAC;;;;;;;4BAU/B,CAAC;;;;2BAKoD,CAAC;0BAE9C,CAAC;;4BACwB,CAAC;6BAAgD,CAAC;;4BAC/C,CAAC;0BACjB,CAAC;0BAA4C,CAAC;oCAIjE,CAAH;qCAAuD,CAAC;oCAI/C,CAAC;;8BACwB,CAAC;2BACb,CAAC;6BAES,CAAC;;2BAGH,CAAC;;;;;;;;uBAWb,CAAC;4BAEV,CAAC;;;yBAAsF,CAAC;4BAC5D,CAAC;;8BAGd,CAAA;;;4BAEb,CAAT;;;;4BAKO,CAAH;;;;;4BAID,CAAA;;;;4BAKE,CAAN;;;;4BAO4C,CAAA;;;;;4BAQnC,CAAC;;;;4BAA6H,CAAC;;;;4BAA2H,CAAC;;;4BAA2F,CAAC;gCAAmD,CAAC;;;;;;;;;;;AA/JtZ,wBAiFG"}
|