@promptbook/legacy-documents 0.104.0-9 â 0.105.0-0
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/esm/index.es.js +36 -27
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/components.index.d.ts +0 -6
- package/esm/typings/src/_packages/core.index.d.ts +10 -6
- package/esm/typings/src/_packages/types.index.d.ts +8 -0
- package/esm/typings/src/_packages/utils.index.d.ts +2 -0
- package/esm/typings/src/book-2.0/agent-source/AgentBasicInformation.d.ts +24 -0
- package/esm/typings/src/book-2.0/agent-source/AgentModelRequirements.d.ts +16 -2
- package/esm/typings/src/book-2.0/agent-source/createAgentModelRequirements.tools.test.d.ts +1 -0
- package/esm/typings/src/book-2.0/utils/generatePlaceholderAgentProfileImageUrl.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/save/_common/string_chat_format_name.d.ts +1 -1
- package/esm/typings/src/book-components/Chat/types/ChatMessage.d.ts +23 -3
- package/esm/typings/src/book-components/_common/Dropdown/Dropdown.d.ts +5 -1
- package/esm/typings/src/book-components/_common/HamburgerMenu/HamburgerMenu.d.ts +5 -1
- package/esm/typings/src/book-components/icons/AboutIcon.d.ts +5 -1
- package/esm/typings/src/book-components/icons/AttachmentIcon.d.ts +6 -2
- package/esm/typings/src/book-components/icons/CameraIcon.d.ts +6 -2
- package/esm/typings/src/book-components/icons/DownloadIcon.d.ts +5 -1
- package/esm/typings/src/book-components/icons/MenuIcon.d.ts +5 -1
- package/esm/typings/src/book-components/icons/SaveIcon.d.ts +6 -2
- package/esm/typings/src/collection/agent-collection/AgentCollection.d.ts +1 -1
- package/esm/typings/src/collection/agent-collection/constructors/agent-collection-in-supabase/AgentCollectionInSupabase.d.ts +9 -7
- package/esm/typings/src/commands/_common/types/Command.d.ts +1 -1
- package/esm/typings/src/commitments/IMPORT/IMPORT.d.ts +34 -0
- package/esm/typings/src/commitments/META/META_DESCRIPTION.d.ts +41 -0
- package/esm/typings/src/commitments/USE_SEARCH_ENGINE/USE_SEARCH_ENGINE.d.ts +2 -2
- package/esm/typings/src/commitments/_base/BookCommitment.d.ts +1 -1
- package/esm/typings/src/commitments/index.d.ts +2 -1
- package/esm/typings/src/config.d.ts +14 -1
- package/esm/typings/src/errors/utils/deserializeError.d.ts +1 -1
- package/esm/typings/src/execution/PromptResult.d.ts +24 -1
- package/esm/typings/src/formfactors/_common/FormfactorDefinition.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsForTestingAndScriptsAndPlayground.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/register/$provideLlmToolsForWizardOrCli.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/utils/count-total-usage/LlmExecutionToolsWithTotalUsage.d.ts +1 -1
- package/esm/typings/src/llm-providers/_common/utils/count-total-usage/countUsage.d.ts +8 -4
- package/esm/typings/src/llm-providers/_common/utils/count-total-usage/limitTotalUsage.d.ts +1 -1
- package/esm/typings/src/llm-providers/_multiple/getSingleLlmExecutionTools.d.ts +1 -1
- package/esm/typings/src/llm-providers/_multiple/joinLlmExecutionTools.d.ts +12 -8
- package/esm/typings/src/llm-providers/agent/Agent.d.ts +7 -1
- package/esm/typings/src/llm-providers/agent/AgentLlmExecutionTools.d.ts +1 -1
- package/esm/typings/src/llm-providers/openai/OpenAiCompatibleExecutionToolsOptions.d.ts +5 -0
- package/esm/typings/src/llm-providers/openai/utils/mapToolsToOpenAi.d.ts +8 -0
- package/esm/typings/src/remote-server/ui/ServerApp.d.ts +5 -1
- package/esm/typings/src/scrapers/_common/utils/promptbookFetch.test.d.ts +1 -0
- package/esm/typings/src/search-engines/SearchEngine.d.ts +9 -0
- package/esm/typings/src/search-engines/SearchResult.d.ts +18 -0
- package/esm/typings/src/search-engines/bing/BingSearchEngine.d.ts +15 -0
- package/esm/typings/src/search-engines/dummy/DummySearchEngine.d.ts +15 -0
- package/esm/typings/src/types/LlmToolDefinition.d.ts +27 -0
- package/esm/typings/src/types/ModelRequirements.d.ts +13 -0
- package/esm/typings/src/types/Prompt.d.ts +13 -0
- package/esm/typings/src/types/typeAliasEmoji.d.ts +2 -2
- package/esm/typings/src/utils/misc/parseNumber.d.ts +1 -1
- package/esm/typings/src/utils/random/$randomAgentPersona.d.ts +7 -2
- package/esm/typings/src/utils/random/$randomItem.d.ts +1 -1
- package/esm/typings/src/utils/random/$randomSeed.d.ts +1 -1
- package/esm/typings/src/utils/validators/url/isValidAgentUrl.d.ts +16 -0
- package/esm/typings/src/utils/validators/url/isValidAgentUrl.test.d.ts +1 -0
- package/esm/typings/src/utils/validators/url/isValidPipelineUrl.d.ts +2 -1
- package/esm/typings/src/utils/validators/url/isValidUrl.d.ts +4 -3
- package/esm/typings/src/version.d.ts +1 -1
- package/package.json +2 -2
- package/umd/index.umd.js +36 -27
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/servers.d.ts +0 -50
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { string_date_iso8601, string_model_name, string_prompt } from '../types/typeAliases';
|
|
2
|
+
import type { TODO_any } from '../utils/organization/TODO_any';
|
|
2
3
|
import type { TODO_object } from '../utils/organization/TODO_object';
|
|
3
4
|
import type { EmbeddingVector } from './EmbeddingVector';
|
|
4
5
|
import type { Usage } from './Usage';
|
|
@@ -21,7 +22,29 @@ export type CompletionPromptResult = CommonPromptResult;
|
|
|
21
22
|
*
|
|
22
23
|
* Note: [ð] This is fully serializable as JSON
|
|
23
24
|
*/
|
|
24
|
-
export type ChatPromptResult = CommonPromptResult & {
|
|
25
|
+
export type ChatPromptResult = CommonPromptResult & {
|
|
26
|
+
/**
|
|
27
|
+
* Optional tool calls made during the execution
|
|
28
|
+
*/
|
|
29
|
+
readonly toolCalls?: ReadonlyArray<{
|
|
30
|
+
/**
|
|
31
|
+
* Name of the tool
|
|
32
|
+
*/
|
|
33
|
+
readonly name: string;
|
|
34
|
+
/**
|
|
35
|
+
* Arguments of the tool call
|
|
36
|
+
*/
|
|
37
|
+
readonly arguments: string;
|
|
38
|
+
/**
|
|
39
|
+
* Result of the tool call
|
|
40
|
+
*/
|
|
41
|
+
readonly result: string;
|
|
42
|
+
/**
|
|
43
|
+
* Raw tool call from the model
|
|
44
|
+
*/
|
|
45
|
+
readonly rawToolCall: TODO_any;
|
|
46
|
+
}>;
|
|
47
|
+
};
|
|
25
48
|
/**
|
|
26
49
|
* Image prompt result
|
|
27
50
|
*
|
|
@@ -7,4 +7,4 @@ import { FORMFACTOR_DEFINITIONS } from '../index';
|
|
|
7
7
|
* Note: [ð] This is fully serializable as JSON
|
|
8
8
|
* @see https://github.com/webgptorg/promptbook/discussions/172
|
|
9
9
|
*/
|
|
10
|
-
export type FormfactorDefinition = typeof FORMFACTOR_DEFINITIONS[number];
|
|
10
|
+
export type FormfactorDefinition = (typeof FORMFACTOR_DEFINITIONS)[number];
|
|
@@ -21,7 +21,7 @@ export declare function $provideLlmToolsForTestingAndScriptsAndPlayground(option
|
|
|
21
21
|
export {};
|
|
22
22
|
/**
|
|
23
23
|
* Note: [âª] This should never be in any released package
|
|
24
|
-
* TODO: [ð·ââïž]
|
|
24
|
+
* TODO: [ð·ââïž] Write a comprehensive manual about the construction of LLM tools
|
|
25
25
|
* TODO: This should be maybe not under `_common` but under `utils-internal` / `utils/internal`
|
|
26
26
|
* TODO: [®] DRY Register logi
|
|
27
27
|
*/
|
|
@@ -51,7 +51,7 @@ export declare function $provideLlmToolsForWizardOrCli(options?: ProvideLlmTools
|
|
|
51
51
|
export {};
|
|
52
52
|
/**
|
|
53
53
|
* Note: [ð¢] Code in this file should never be never released in packages that could be imported into browser environment
|
|
54
|
-
* TODO: [ð·ââïž]
|
|
54
|
+
* TODO: [ð·ââïž] Write a comprehensive manual about the construction of LLM tools
|
|
55
55
|
* TODO: [ð¥] Allow `ptbk make` without llm tools
|
|
56
56
|
* TODO: This should be maybe not under `_common` but under `utils-internal` / `utils/internal`
|
|
57
57
|
* TODO: [®] DRY Register logic
|
|
@@ -17,6 +17,6 @@ export type LlmExecutionToolsWithTotalUsage = LlmExecutionTools & {
|
|
|
17
17
|
spending(): Observable<Usage>;
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
|
-
* TODO: [ð·ââïž]
|
|
20
|
+
* TODO: [ð·ââïž] Write a comprehensive manual about the construction of LLM tools
|
|
21
21
|
* Note: [ð¥«] Not using getter `get totalUsage` but `getTotalUsage` to allow this object to be proxied
|
|
22
22
|
*/
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import type { LlmExecutionTools } from '../../../../execution/LlmExecutionTools';
|
|
2
2
|
import type { LlmExecutionToolsWithTotalUsage } from './LlmExecutionToolsWithTotalUsage';
|
|
3
3
|
/**
|
|
4
|
-
* Intercepts LLM tools and counts total usage of the tools
|
|
4
|
+
* Intercepts LLM tools and counts total usage of the tools.
|
|
5
5
|
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
6
|
+
* This function wraps the provided `LlmExecutionTools` with a proxy that tracks the cumulative
|
|
7
|
+
* usage (tokens, cost, etc.) across all model calls. It provides a way to monitor spending
|
|
8
|
+
* in real-time through an observable.
|
|
9
|
+
*
|
|
10
|
+
* @param llmTools - The LLM tools to be intercepted and tracked
|
|
11
|
+
* @returns An augmented version of the tools that includes usage tracking capabilities
|
|
8
12
|
* @public exported from `@promptbook/core`
|
|
9
13
|
*/
|
|
10
14
|
export declare function countUsage(llmTools: LlmExecutionTools): LlmExecutionToolsWithTotalUsage;
|
|
@@ -13,5 +17,5 @@ export declare function countUsage(llmTools: LlmExecutionTools): LlmExecutionToo
|
|
|
13
17
|
* TODO: [ð§ ] Is there some meaningfull way how to test this util
|
|
14
18
|
* TODO: [ð§ ][ð¯] Maybe a way how to hide ability to `get totalUsage`
|
|
15
19
|
* > const [llmToolsWithUsage,getUsage] = countTotalUsage(llmTools);
|
|
16
|
-
* TODO: [ð·ââïž]
|
|
20
|
+
* TODO: [ð·ââïž] Write a comprehensive manual explaining the construction and usage of LLM tools in the Promptbook ecosystem
|
|
17
21
|
*/
|
|
@@ -32,5 +32,5 @@ export {};
|
|
|
32
32
|
* TODO: [ð§ ][ðž] Maybe make some common abstraction `interceptLlmTools` and use here (or use javascript Proxy?)
|
|
33
33
|
* TODO: [ð§ ] Is there some meaningfull way how to test this util
|
|
34
34
|
* TODO: [ð§ ][ð¯] Maybe a way how to hide ability to `get totalUsage`
|
|
35
|
-
* TODO: [ð·ââïž]
|
|
35
|
+
* TODO: [ð·ââïž] Write a comprehensive manual about the construction of LLM tools
|
|
36
36
|
*/
|
|
@@ -8,5 +8,5 @@ import { MultipleLlmExecutionTools } from './MultipleLlmExecutionTools';
|
|
|
8
8
|
export declare function getSingleLlmExecutionTools(oneOrMoreLlmExecutionTools: undefined | LlmExecutionTools | ReadonlyArray<LlmExecutionTools>): LlmExecutionTools | MultipleLlmExecutionTools;
|
|
9
9
|
/**
|
|
10
10
|
* TODO: [ð] `getSingleLlmExecutionTools` vs `joinLlmExecutionTools` - explain difference or pick one
|
|
11
|
-
* TODO: [ð·ââïž]
|
|
11
|
+
* TODO: [ð·ââïž] Write a comprehensive manual about how to construct and use LLM execution tools in Promptbook
|
|
12
12
|
*/
|
|
@@ -2,22 +2,26 @@ import type { LlmExecutionTools } from '../../execution/LlmExecutionTools';
|
|
|
2
2
|
import type { string_markdown_text, string_title } from '../../types/typeAliases';
|
|
3
3
|
import { MultipleLlmExecutionTools } from './MultipleLlmExecutionTools';
|
|
4
4
|
/**
|
|
5
|
-
* Joins multiple LLM Execution Tools into one
|
|
5
|
+
* Joins multiple LLM Execution Tools into one.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* This function takes a list of `LlmExecutionTools` and returns a single unified
|
|
8
|
+
* `MultipleLlmExecutionTools` object. It provides failover and aggregation logic:
|
|
8
9
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* 2
|
|
12
|
-
* 3
|
|
10
|
+
* 1. **Failover**: When a model call is made, it tries providers in the order they were provided.
|
|
11
|
+
* If the first provider doesn't support the requested model or fails, it tries the next one.
|
|
12
|
+
* 2. **Aggregation**: `listModels` returns a combined list of all models available from all providers.
|
|
13
|
+
* 3. **Empty case**: If no tools are provided, it logs a warning (as Promptbook requires LLMs to function).
|
|
13
14
|
*
|
|
15
|
+
* @param title - A descriptive title for this collection of joined tools
|
|
16
|
+
* @param llmExecutionTools - An array of execution tools to be joined
|
|
17
|
+
* @returns A single unified execution tool wrapper
|
|
14
18
|
*
|
|
15
|
-
* Tip: You don't have to use this function directly, just pass an array of LlmExecutionTools to the `ExecutionTools
|
|
19
|
+
* Tip: You don't have to use this function directly, just pass an array of LlmExecutionTools to the `ExecutionTools`.
|
|
16
20
|
*
|
|
17
21
|
* @public exported from `@promptbook/core`
|
|
18
22
|
*/
|
|
19
23
|
export declare function joinLlmExecutionTools(title: string_title & string_markdown_text, ...llmExecutionTools: ReadonlyArray<LlmExecutionTools>): MultipleLlmExecutionTools;
|
|
20
24
|
/**
|
|
21
25
|
* TODO: [ð] `getSingleLlmExecutionTools` vs `joinLlmExecutionTools` - explain difference or pick one
|
|
22
|
-
* TODO: [ð·ââïž]
|
|
26
|
+
* TODO: [ð·ââïž] Write a comprehensive manual about how to construct and use LLM execution tools in Promptbook
|
|
23
27
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BehaviorSubject } from 'rxjs';
|
|
2
|
-
import type { AgentBasicInformation, BookParameter } from '../../book-2.0/agent-source/AgentBasicInformation';
|
|
2
|
+
import type { AgentBasicInformation, AgentCapability, BookParameter } from '../../book-2.0/agent-source/AgentBasicInformation';
|
|
3
3
|
import type { string_book } from '../../book-2.0/agent-source/string_book';
|
|
4
4
|
import type { LlmExecutionTools } from '../../execution/LlmExecutionTools';
|
|
5
5
|
import type { ChatPromptResult } from '../../execution/PromptResult';
|
|
@@ -20,6 +20,7 @@ import type { AgentOptions } from './AgentOptions';
|
|
|
20
20
|
* @public exported from `@promptbook/core`
|
|
21
21
|
*/
|
|
22
22
|
export declare class Agent extends AgentLlmExecutionTools implements LlmExecutionTools, AgentBasicInformation {
|
|
23
|
+
#private;
|
|
23
24
|
private _agentName;
|
|
24
25
|
/**
|
|
25
26
|
* Name of the agent
|
|
@@ -37,6 +38,11 @@ export declare class Agent extends AgentLlmExecutionTools implements LlmExecutio
|
|
|
37
38
|
* Links found in the agent source
|
|
38
39
|
*/
|
|
39
40
|
links: Array<string_agent_url>;
|
|
41
|
+
/**
|
|
42
|
+
* Capabilities of the agent
|
|
43
|
+
* This is parsed from commitments like USE BROWSER, USE SEARCH ENGINE, KNOWLEDGE, etc.
|
|
44
|
+
*/
|
|
45
|
+
capabilities: AgentCapability[];
|
|
40
46
|
/**
|
|
41
47
|
* Computed hash of the agent source for integrity verification
|
|
42
48
|
*/
|
|
@@ -22,7 +22,7 @@ import type { CreateAgentLlmExecutionToolsOptions } from './CreateAgentLlmExecut
|
|
|
22
22
|
* @public exported from `@promptbook/core`
|
|
23
23
|
*/
|
|
24
24
|
export declare class AgentLlmExecutionTools implements LlmExecutionTools {
|
|
25
|
-
|
|
25
|
+
protected readonly options: CreateAgentLlmExecutionToolsOptions;
|
|
26
26
|
/**
|
|
27
27
|
* Cache of OpenAI assistants to avoid creating duplicates
|
|
28
28
|
*/
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { ClientOptions } from 'openai';
|
|
2
2
|
import type { CommonToolsOptions } from '../../execution/CommonToolsOptions';
|
|
3
|
+
import type { ExecutionTools } from '../../execution/ExecutionTools';
|
|
3
4
|
import type { RemoteClientOptions } from '../../remote-server/types/RemoteClientOptions';
|
|
4
5
|
/**
|
|
5
6
|
* Options for `createOpenAiCompatibleExecutionTools` and `OpenAiCompatibleExecutionTools`
|
|
@@ -28,6 +29,10 @@ export type OpenAiCompatibleExecutionToolsNonProxiedOptions = CommonToolsOptions
|
|
|
28
29
|
* @example 'https://api.deepseek.com/v1' (DeepSeek)
|
|
29
30
|
*/
|
|
30
31
|
baseURL?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Tools for executing the scripts
|
|
34
|
+
*/
|
|
35
|
+
readonly executionTools?: Pick<ExecutionTools, 'script'>;
|
|
31
36
|
isProxied?: false;
|
|
32
37
|
};
|
|
33
38
|
/**
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type OpenAI from 'openai';
|
|
2
|
+
import type { LlmToolDefinition } from '../../../types/LlmToolDefinition';
|
|
3
|
+
/**
|
|
4
|
+
* Maps Promptbook tools to OpenAI tools.
|
|
5
|
+
*
|
|
6
|
+
* @private
|
|
7
|
+
*/
|
|
8
|
+
export declare function mapToolsToOpenAi(tools: ReadonlyArray<LlmToolDefinition>): Array<OpenAI.Chat.Completions.ChatCompletionTool>;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { ServerInfo } from './types';
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Renders the full HTML document for the Promptbook Server UI.
|
|
4
4
|
*
|
|
5
|
+
* This component provides the root structure of the server information page,
|
|
6
|
+
* including necessary meta tags, Tailwind CSS styling, and the server details body.
|
|
7
|
+
*
|
|
8
|
+
* @param props - Contains server information such as versions, port, and pipelines
|
|
5
9
|
* @private internal utility of Remote Server
|
|
6
10
|
*/
|
|
7
11
|
export declare function HtmlDoc({ info }: {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Promisable } from 'type-fest';
|
|
2
|
+
import type { string_markdown, string_markdown_text, string_title } from '../types/typeAliases';
|
|
3
|
+
import type { SearchResult } from './SearchResult';
|
|
4
|
+
export type SearchEngine = {
|
|
5
|
+
readonly title: string_title & string_markdown_text;
|
|
6
|
+
readonly description?: string_markdown;
|
|
7
|
+
checkConfiguration(): Promisable<void>;
|
|
8
|
+
search(query: string): Promise<SearchResult[]>;
|
|
9
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { string_url } from '../types/typeAliases';
|
|
2
|
+
/**
|
|
3
|
+
* Represents a search result from a search engine.
|
|
4
|
+
*/
|
|
5
|
+
export type SearchResult = {
|
|
6
|
+
/**
|
|
7
|
+
* The title of the search result.
|
|
8
|
+
*/
|
|
9
|
+
title: string;
|
|
10
|
+
/**
|
|
11
|
+
* The URL of the search result.
|
|
12
|
+
*/
|
|
13
|
+
url: string_url;
|
|
14
|
+
/**
|
|
15
|
+
* A short snippet or description of the search result.
|
|
16
|
+
*/
|
|
17
|
+
snippet: string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Promisable } from 'type-fest';
|
|
2
|
+
import type { string_markdown, string_markdown_text, string_title } from '../../types/typeAliases';
|
|
3
|
+
import type { SearchEngine } from '../SearchEngine';
|
|
4
|
+
import type { SearchResult } from '../SearchResult';
|
|
5
|
+
/**
|
|
6
|
+
* A search engine implementation that uses the Bing Web Search API.
|
|
7
|
+
*
|
|
8
|
+
* @private <- TODO: !!!! Export via some package
|
|
9
|
+
*/
|
|
10
|
+
export declare class BingSearchEngine implements SearchEngine {
|
|
11
|
+
get title(): string_title & string_markdown_text;
|
|
12
|
+
get description(): string_markdown;
|
|
13
|
+
checkConfiguration(): Promisable<void>;
|
|
14
|
+
search(query: string): Promise<SearchResult[]>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Promisable } from 'type-fest';
|
|
2
|
+
import type { string_markdown, string_markdown_text, string_title } from '../../types/typeAliases';
|
|
3
|
+
import type { SearchEngine } from '../SearchEngine';
|
|
4
|
+
import type { SearchResult } from '../SearchResult';
|
|
5
|
+
/**
|
|
6
|
+
* A dummy implementation of SearchEngine for testing purposes.
|
|
7
|
+
*
|
|
8
|
+
* @private <- TODO: !!!! Export via some package, maybe `@promptbook/search-engines` or `@promptbook/fake-llm`
|
|
9
|
+
*/
|
|
10
|
+
export declare class DummySearchEngine implements SearchEngine {
|
|
11
|
+
get title(): string_title & string_markdown_text;
|
|
12
|
+
get description(): string_markdown;
|
|
13
|
+
checkConfiguration(): Promisable<void>;
|
|
14
|
+
search(query: string): Promise<SearchResult[]>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { string_markdown_text, string_name } from './typeAliases';
|
|
2
|
+
/**
|
|
3
|
+
* Definition of a tool that can be used by the model
|
|
4
|
+
*
|
|
5
|
+
* Note: [ð] This is fully serializable as JSON
|
|
6
|
+
*/
|
|
7
|
+
export type LlmToolDefinition = {
|
|
8
|
+
/**
|
|
9
|
+
* Name of the tool
|
|
10
|
+
*/
|
|
11
|
+
readonly name: string_name;
|
|
12
|
+
/**
|
|
13
|
+
* Description of the tool
|
|
14
|
+
*/
|
|
15
|
+
readonly description: string_markdown_text;
|
|
16
|
+
/**
|
|
17
|
+
* Parameters of the tool in JSON Schema format
|
|
18
|
+
*/
|
|
19
|
+
readonly parameters: {
|
|
20
|
+
readonly type: 'object';
|
|
21
|
+
readonly properties: Record<string, {
|
|
22
|
+
type: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
}>;
|
|
25
|
+
readonly required?: string[];
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { LlmToolDefinition } from './LlmToolDefinition';
|
|
1
2
|
import type { ModelVariant } from './ModelVariant';
|
|
2
3
|
import type { number_model_temperature, number_seed, string_model_name, string_system_message } from './typeAliases';
|
|
3
4
|
/**
|
|
@@ -28,6 +29,12 @@ export type CompletionModelRequirements = CommonModelRequirements & {
|
|
|
28
29
|
* Maximum number of tokens that can be generated by the model
|
|
29
30
|
*/
|
|
30
31
|
readonly maxTokens?: number;
|
|
32
|
+
/**
|
|
33
|
+
* Tools available for the model
|
|
34
|
+
*
|
|
35
|
+
* Note: [ð] This is fully serializable as JSON
|
|
36
|
+
*/
|
|
37
|
+
readonly tools?: LlmToolDefinition[];
|
|
31
38
|
};
|
|
32
39
|
/**
|
|
33
40
|
* Model requirements for the chat variant
|
|
@@ -53,6 +60,12 @@ export type ChatModelRequirements = CommonModelRequirements & {
|
|
|
53
60
|
* Maximum number of tokens that can be generated by the model
|
|
54
61
|
*/
|
|
55
62
|
readonly maxTokens?: number;
|
|
63
|
+
/**
|
|
64
|
+
* Tools available for the model
|
|
65
|
+
*
|
|
66
|
+
* Note: [ð] This is fully serializable as JSON
|
|
67
|
+
*/
|
|
68
|
+
readonly tools?: LlmToolDefinition[];
|
|
56
69
|
};
|
|
57
70
|
/**
|
|
58
71
|
* Model requirements for the image generation variant
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { FormatCommand } from '../commands/FORMAT/FormatCommand';
|
|
2
2
|
import type { ChatMessage } from '../book-components/Chat/types/ChatMessage';
|
|
3
3
|
import type { Expectations } from '../pipeline/PipelineJson/Expectations';
|
|
4
|
+
import type { LlmToolDefinition } from './LlmToolDefinition';
|
|
4
5
|
import type { ChatModelRequirements } from './ModelRequirements';
|
|
5
6
|
import type { CompletionModelRequirements } from './ModelRequirements';
|
|
6
7
|
import type { EmbeddingModelRequirements } from './ModelRequirements';
|
|
@@ -44,6 +45,18 @@ export type ChatPrompt = CommonPrompt & {
|
|
|
44
45
|
* Optional chat thread (history of previous messages)
|
|
45
46
|
*/
|
|
46
47
|
thread?: ChatMessage[];
|
|
48
|
+
/**
|
|
49
|
+
* Optional file attachments
|
|
50
|
+
*/
|
|
51
|
+
attachments?: Array<{
|
|
52
|
+
name: string;
|
|
53
|
+
type: string;
|
|
54
|
+
url: string;
|
|
55
|
+
}>;
|
|
56
|
+
/**
|
|
57
|
+
* Optional tools that can be called by the model
|
|
58
|
+
*/
|
|
59
|
+
tools?: Array<LlmToolDefinition>;
|
|
47
60
|
};
|
|
48
61
|
/**
|
|
49
62
|
* Image prompt
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* For example `"â€ïž"`
|
|
5
5
|
*
|
|
6
|
-
*
|
|
7
|
-
* > CollboardSdk.EMOJIS.map((
|
|
6
|
+
* Generated by:
|
|
7
|
+
* > CollboardSdk.EMOJIS.map((emoji) => `"${emoji}"`).join(' | ')
|
|
8
8
|
*/
|
|
9
9
|
export type string_char_emoji = '"ð" | "ð" | "ð" | "ð" | "ð" | "ð
" | "ð" | "ð€£" | "ð¥²" | "âºïž" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð¥°" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð€ª" | "ð€š" | "ð§" | "ð€" | "ð" | "ð¥ž" | "ð€©" | "ð¥³" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "â¹ïž" | "ð£" | "ð" | "ð«" | "ð©" | "ð¥º" | "ð¢" | "ð" | "ð€" | "ð " | "ð¡" | "ð€¬" | "ð€¯" | "ð³" | "ð¥µ" | "ð¥¶" | "ð±" | "ðš" | "ð°" | "ð¥" | "ð" | "ð€" | "ð€" | "ð€" | "ð€«" | "ð€¥" | "ð¶" | "ð" | "ð" | "ð¬" | "ð" | "ð¯" | "ðŠ" | "ð§" | "ð®" | "ð²" | "ð¥±" | "ðŽ" | "ð€€" | "ðª" | "ðµ" | "ð€" | "ð¥Ž" | "ð€¢" | "ð€®" | "ð€§" | "ð·" | "ð€" | "ð€" | "ð€" | "ð€ " | "ð" | "ð¿" | "ð¹" | "ðº" | "ð€¡" | "ð©" | "ð»" | "ð" | "â ïž" | "ðœ" | "ðŸ" | "ð€" | "ð" | "ðº" | "ðž" | "ð¹" | "ð»" | "ðŒ" | "ðœ" | "ð" | "ð¿" | "ðŸ" | "ð" | "ð€" | "ð" | "â" | "ð" | "ð" | "ð€" | "ð€" | "âïž" | "ð€" | "ð€" | "ð€" | "ð€" | "ð" | "ð" | "ð" | "ð" | "ð" | "âïž" | "ð" | "ð" | "â" | "ð" | "ð€" | "ð€" | "ð" | "ð" | "ð" | "ð€²" | "ð€" | "ð" | "âïž" | "ð
" | "ð€³" | "ðª" | "ðŠŸ" | "ðе" | "ðŠ¿" | "ðж" | "ð£" | "ð" | "ðŠ»" | "ð" | "ð«" | "ð«" | "ð§ " | "ðŠ·" | "ðŠŽ" | "ð" | "ð" | "ð
" | "ð" | "ð" | "ð©ž" | "ð¶" | "ð§" | "ð§" | "ðŠ" | "ð©" | "ð§" | "ðš" | "ð©âðб" | "ð§âðб" | "ðšâðб" | "ð©âðа" | "ð§âðа" | "ðšâðа" | "ð±ââïž" | "ð±" | "ð±ââïž" | "ð©âðг" | "ð§âðг" | "ðšâðг" | "ð©âðв" | "ð§âðв" | "ðšâðв" | "ð§" | "ðµ" | "ð§" | "ðŽ" | "ð²" | "ð³ââïž" | "ð³" | "ð³ââïž" | "ð§" | "ð®ââïž" | "ð®" | "ð®ââïž" | "ð·ââïž" | "ð·" | "ð·ââïž" | "ðââïž" | "ð" | "ðââïž" | "ðµïžââïž" | "ðµïž" | "ðµïžââïž" | "ð©ââïž" | "ð§ââïž" | "ðšââïž" | "ð©âðŸ" | "ð§âðŸ" | "ðšâðŸ" | "ð©âð³" | "ð§âð³" | "ðšâð³" | "ð©âð" | "ð§âð" | "ðšâð" | "ð©âð€" | "ð§âð€" | "ðšâð€" | "ð©âð«" | "ð§âð«" | "ðšâð«" | "ð©âð" | "ð§âð" | "ðšâð" | "ð©âð»" | "ð§âð»" | "ðšâð»" | "ð©âðŒ" | "ð§âðŒ" | "ðšâðŒ" | "ð©âð§" | "ð§âð§" | "ðšâð§" | "ð©âð¬" | "ð§âð¬" | "ðšâð¬" | "ð©âðš" | "ð§âðš" | "ðšâðš" | "ð©âð" | "ð§âð" | "ðšâð" | "ð©ââïž" | "ð§ââïž" | "ðšââïž" | "ð©âð" | "ð§âð" | "ðšâð" | "ð©ââïž" | "ð§ââïž" | "ðšââïž" | "ð°ââïž" | "ð°" | "ð°ââïž" | "ð€µââïž" | "ð€µ" | "ð€µââïž" | "ðž" | "ð€Ž" | "ð¥·" | "ðŠžââïž" | "ðŠž" | "ðŠžââïž" | "ðйââïž" | "ðй" | "ðйââïž" | "ð€¶" | "ð§âð" | "ð
" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ðŒ" | "ð€°" | "ð€±" | "ð©âðŒ" | "ð§âðŒ" | "ðšâðŒ" | "ðââïž" | "ð" | "ðââïž" | "ðââïž" | "ð" | "ðââïž" | "ð
ââïž" | "ð
" | "ð
ââïž" | "ðââïž" | "ð" | "ðââïž" | "ðââïž" | "ð" | "ðââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð€Šââïž" | "ð€Š" | "ð€Šââïž" | "ð€·ââïž" | "ð€·" | "ð€·ââïž" | "ðââïž" | "ð" | "ðââïž" | "ðââïž" | "ð" | "ðââïž" | "ðââïž" | "ð" | "ðââïž" | "ðââïž" | "ð" | "ðââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð" | "ðº" | "ð¯ââïž" | "ð¯" | "ð¯ââïž" | "ðŽ" | "ð©âðŠœ" | "ð§âðŠœ" | "ðšâðŠœ" | "ð©âðŠŒ" | "ð§âðŠŒ" | "ðšâðŠŒ" | "ð¶ââïž" | "ð¶" | "ð¶ââïž" | "ð©âðН" | "ð§âðН" | "ðšâðН" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ðââïž" | "ð" | "ðââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ð" | "ð§âð€âð§" | "ð¬" | "ð«" | "ð©ââ€ïžâð©" | "ð" | "ðšââ€ïžâðš" | "ð©ââ€ïžâðš" | "ð©ââ€ïžâðâð©" | "ð" | "ðšââ€ïžâðâðš" | "ð©ââ€ïžâðâðš" | "ðª" | "ðšâð©âðŠ" | "ðšâð©âð§" | "ðšâð©âð§âðŠ" | "ðšâð©âðŠâðŠ" | "ðšâð©âð§âð§" | "ðšâðšâðŠ" | "ðšâðšâð§" | "ðšâðšâð§âðŠ" | "ðšâðšâðŠâðŠ" | "ðšâðšâð§âð§" | "ð©âð©âðŠ" | "ð©âð©âð§" | "ð©âð©âð§âðŠ" | "ð©âð©âðŠâðŠ" | "ð©âð©âð§âð§" | "ðšâðŠ" | "ðšâðŠâðŠ" | "ðšâð§" | "ðšâð§âðŠ" | "ðšâð§âð§" | "ð©âðŠ" | "ð©âðŠâðŠ" | "ð©âð§" | "ð©âð§âðŠ" | "ð©âð§âð§" | "ð£" | "ð€" | "ð¥" | "ð«" | "ð§³" | "ð" | "âïž" | "ð§µ" | "ðª¡" | "ðª¢" | "ð§¶" | "ð" | "ð¶" | "ð¥œ" | "ð¥Œ" | "ðŠº" | "ð" | "ð" | "ð" | "ð§£" | "ð§€" | "ð§¥" | "ð§Š" | "ð" | "ð" | "ð¥»" | "ð©Ž" | "ð©±" | "ð©²" | "ð©³" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð¥Ÿ" | "ð¥¿" | "ð " | "ð¡" | "ð©°" | "ð¢" | "ð" | "ð" | "ð©" | "ð" | "ð§¢" | "â" | "ðª" | "ð" | "ð" | "ðŒ" | "ðð»" | "ð€ð»" | "ðð»" | "âð»" | "ðð»" | "ðð»" | "ð€ð»" | "ð€ð»" | "âð»" | "ð€ð»" | "ð€ð»" | "ð€ð»" | "ð€ð»" | "ðð»" | "ðð»" | "ðð»" | "ðð»" | "ðð»" | "âð»" | "ðð»" | "ðð»" | "âð»" | "ðð»" | "ð€ð»" | "ð€ð»" | "ðð»" | "ðð»" | "ðð»" | "ð€²ð»" | "ðð»" | "âð»" | "ð
ð»" | "ð€³ð»" | "ðªð»" | "ðеð»" | "ðжð»" | "ðð»" | "ðŠ»ð»" | "ðð»" | "ð¶ð»" | "ð§ð»" | "ð§ð»" | "ðŠð»" | "ð©ð»" | "ð§ð»" | "ðšð»" | "ð©ð»âðб" | "ð§ð»âðб" | "ðšð»âðб" | "ð©ð»âðа" | "ð§ð»âðа" | "ðšð»âðа" | "ð±ð»ââïž" | "ð±ð»" | "ð±ð»ââïž" | "ð©ð»âðг" | "ð§ð»âðг" | "ðšð»âðг" | "ð©ð»âðв" | "ð§ð»âðв" | "ðšð»âðв" | "ð§ð»" | "ðµð»" | "ð§ð»" | "ðŽð»" | "ð²ð»" | "ð³ð»ââïž" | "ð³ð»" | "ð³ð»ââïž" | "ð§ð»" | "ð®ð»ââïž" | "ð®ð»" | "ð®ð»ââïž" | "ð·ð»ââïž" | "ð·ð»" | "ð·ð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðµð»ââïž" | "ðµð»" | "ðµð»ââïž" | "ð©ð»ââïž" | "ð§ð»ââïž" | "ðšð»ââïž" | "ð©ð»âðŸ" | "ð§ð»âðŸ" | "ðšð»âðŸ" | "ð©ð»âð³" | "ð§ð»âð³" | "ðšð»âð³" | "ð©ð»âð" | "ð§ð»âð" | "ðšð»âð" | "ð©ð»âð€" | "ð§ð»âð€" | "ðšð»âð€" | "ð©ð»âð«" | "ð§ð»âð«" | "ðšð»âð«" | "ð©ð»âð" | "ð§ð»âð" | "ðšð»âð" | "ð©ð»âð»" | "ð§ð»âð»" | "ðšð»âð»" | "ð©ð»âðŒ" | "ð§ð»âðŒ" | "ðšð»âðŒ" | "ð©ð»âð§" | "ð§ð»âð§" | "ðšð»âð§" | "ð©ð»âð¬" | "ð§ð»âð¬" | "ðšð»âð¬" | "ð©ð»âðš" | "ð§ð»âðš" | "ðšð»âðš" | "ð©ð»âð" | "ð§ð»âð" | "ðšð»âð" | "ð©ð»ââïž" | "ð§ð»ââïž" | "ðšð»ââïž" | "ð©ð»âð" | "ð§ð»âð" | "ðšð»âð" | "ð©ð»ââïž" | "ð§ð»ââïž" | "ðšð»ââïž" | "ð°ð»ââïž" | "ð°ð»" | "ð°ð»ââïž" | "ð€µð»ââïž" | "ð€µð»" | "ð€µð»ââïž" | "ðžð»" | "ð€Žð»" | "ð¥·ð»" | "ðŠžð»ââïž" | "ðŠžð»" | "ðŠžð»ââïž" | "ðйð»ââïž" | "ðйð»" | "ðйð»ââïž" | "ð€¶ð»" | "ð§ð»âð" | "ð
ð»" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ðŒð»" | "ð€°ð»" | "ð€±ð»" | "ð©ð»âðŒ" | "ð§ð»âðŒ" | "ðšð»âðŒ" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ð
ð»ââïž" | "ð
ð»" | "ð
ð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ð€Šð»ââïž" | "ð€Šð»" | "ð€Šð»ââïž" | "ð€·ð»ââïž" | "ð€·ð»" | "ð€·ð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ðð»" | "ðºð»" | "ðŽð»" | "ð©ð»âðŠœ" | "ð§ð»âðŠœ" | "ðšð»âðŠœ" | "ð©ð»âðŠŒ" | "ð§ð»âðŠŒ" | "ðšð»âðŠŒ" | "ð¶ð»ââïž" | "ð¶ð»" | "ð¶ð»ââïž" | "ð©ð»âðН" | "ð§ð»âðН" | "ðšð»âðН" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ðð»" | "ð§ð»âð€âð§ð»" | "ð¬ð»" | "ð«ð»" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ðð»" | "ðð»" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ð£ð»ââïž" | "ð£ð»" | "ð£ð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "â¹ð»ââïž" | "â¹ð»" | "â¹ð»ââïž" | "ðð»ââïž" | "ðð»" | "ðð»ââïž" | "ðŽð»ââïž" | "ðŽð»" | "ðŽð»ââïž" | "ðµð»ââïž" | "ðµð»" | "ðµð»ââïž" | "ð€žð»ââïž" | "ð€žð»" | "ð€žð»ââïž" | "ð€œð»ââïž" | "ð€œð»" | "ð€œð»ââïž" | "ð€Ÿð»ââïž" | "ð€Ÿð»" | "ð€Ÿð»ââïž" | "ð€¹ð»ââïž" | "ð€¹ð»" | "ð€¹ð»ââïž" | "ð§ð»ââïž" | "ð§ð»" | "ð§ð»ââïž" | "ðð»" | "ð" | "ððŒ" | "ð€ðŒ" | "ððŒ" | "âðŒ" | "ððŒ" | "ððŒ" | "ð€ðŒ" | "ð€ðŒ" | "âðŒ" | "ð€ðŒ" | "ð€ðŒ" | "ð€ðŒ" | "ð€ðŒ" | "ððŒ" | "ððŒ" | "ððŒ" | "ððŒ" | "ððŒ" | "âðŒ" | "ððŒ" | "ððŒ" | "âðŒ" | "ððŒ" | "ð€ðŒ" | "ð€ðŒ" | "ððŒ" | "ððŒ" | "ððŒ" | "ð€²ðŒ" | "ððŒ" | "âðŒ" | "ð
ðŒ" | "ð€³ðŒ" | "ðªðŒ" | "ðеðŒ" | "ðжðŒ" | "ððŒ" | "ðŠ»ðŒ" | "ððŒ" | "ð¶ðŒ" | "ð§ðŒ" | "ð§ðŒ" | "ðŠðŒ" | "ð©ðŒ" | "ð§ðŒ" | "ðšðŒ" | "ð©ðŒâðб" | "ð§ðŒâðб" | "ðšðŒâðб" | "ð©ðŒâðа" | "ð§ðŒâðа" | "ðšðŒâðа" | "ð±ðŒââïž" | "ð±ðŒ" | "ð±ðŒââïž" | "ð©ðŒâðг" | "ð§ðŒâðг" | "ðšðŒâðг" | "ð©ðŒâðв" | "ð§ðŒâðв" | "ðšðŒâðв" | "ð§ðŒ" | "ðµðŒ" | "ð§ðŒ" | "ðŽðŒ" | "ð²ðŒ" | "ð³ðŒââïž" | "ð³ðŒ" | "ð³ðŒââïž" | "ð§ðŒ" | "ð®ðŒââïž" | "ð®ðŒ" | "ð®ðŒââïž" | "ð·ðŒââïž" | "ð·ðŒ" | "ð·ðŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ðµðŒââïž" | "ðµðŒ" | "ðµðŒââïž" | "ð©ðŒââïž" | "ð§ðŒââïž" | "ðšðŒââïž" | "ð©ðŒâðŸ" | "ð§ðŒâðŸ" | "ðšðŒâðŸ" | "ð©ðŒâð³" | "ð§ðŒâð³" | "ðšðŒâð³" | "ð©ðŒâð" | "ð§ðŒâð" | "ðšðŒâð" | "ð©ðŒâð€" | "ð§ðŒâð€" | "ðšðŒâð€" | "ð©ðŒâð«" | "ð§ðŒâð«" | "ðšðŒâð«" | "ð©ðŒâð" | "ð§ðŒâð" | "ðšðŒâð" | "ð©ðŒâð»" | "ð§ðŒâð»" | "ðšðŒâð»" | "ð©ðŒâðŒ" | "ð§ðŒâðŒ" | "ðšðŒâðŒ" | "ð©ðŒâð§" | "ð§ðŒâð§" | "ðšðŒâð§" | "ð©ðŒâð¬" | "ð§ðŒâð¬" | "ðšðŒâð¬" | "ð©ðŒâðš" | "ð§ðŒâðš" | "ðšðŒâðš" | "ð©ðŒâð" | "ð§ðŒâð" | "ðšðŒâð" | "ð©ðŒââïž" | "ð§ðŒââïž" | "ðšðŒââïž" | "ð©ðŒâð" | "ð§ðŒâð" | "ðšðŒâð" | "ð©ðŒââïž" | "ð§ðŒââïž" | "ðšðŒââïž" | "ð°ðŒââïž" | "ð°ðŒ" | "ð°ðŒââïž" | "ð€µðŒââïž" | "ð€µðŒ" | "ð€µðŒââïž" | "ðžðŒ" | "ð€ŽðŒ" | "ð¥·ðŒ" | "ðŠžðŒââïž" | "ðŠžðŒ" | "ðŠžðŒââïž" | "ðйðŒââïž" | "ðйðŒ" | "ðйðŒââïž" | "ð€¶ðŒ" | "ð§ðŒâð" | "ð
ðŒ" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ðŒðŒ" | "ð€°ðŒ" | "ð€±ðŒ" | "ð©ðŒâðŒ" | "ð§ðŒâðŒ" | "ðšðŒâðŒ" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ð
ðŒââïž" | "ð
ðŒ" | "ð
ðŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ð€ŠðŒââïž" | "ð€ŠðŒ" | "ð€ŠðŒââïž" | "ð€·ðŒââïž" | "ð€·ðŒ" | "ð€·ðŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ððŒ" | "ðºðŒ" | "ðŽðŒ" | "ð©ðŒâðŠœ" | "ð§ðŒâðŠœ" | "ðšðŒâðŠœ" | "ð©ðŒâðŠŒ" | "ð§ðŒâðŠŒ" | "ðšðŒâðŠŒ" | "ð¶ðŒââïž" | "ð¶ðŒ" | "ð¶ðŒââïž" | "ð©ðŒâðН" | "ð§ðŒâðН" | "ðšðŒâðН" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ððŒ" | "ð§ðŒâð€âð§ðŒ" | "ð¬ðŒ" | "ð«ðŒ" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ððŒ" | "ððŒ" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ð£ðŒââïž" | "ð£ðŒ" | "ð£ðŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "â¹ðŒââïž" | "â¹ðŒ" | "â¹ðŒââïž" | "ððŒââïž" | "ððŒ" | "ððŒââïž" | "ðŽðŒââïž" | "ðŽðŒ" | "ðŽðŒââïž" | "ðµðŒââïž" | "ðµðŒ" | "ðµðŒââïž" | "ð€žðŒââïž" | "ð€žðŒ" | "ð€žðŒââïž" | "ð€œðŒââïž" | "ð€œðŒ" | "ð€œðŒââïž" | "ð€ŸðŒââïž" | "ð€ŸðŒ" | "ð€ŸðŒââïž" | "ð€¹ðŒââïž" | "ð€¹ðŒ" | "ð€¹ðŒââïž" | "ð§ðŒââïž" | "ð§ðŒ" | "ð§ðŒââïž" | "ððŒ" | "ððœ" | "ð€ðœ" | "ððœ" | "âðœ" | "ððœ" | "ððœ" | "ð€ðœ" | "ð€ðœ" | "âðœ" | "ð€ðœ" | "ð€ðœ" | "ð€ðœ" | "ð€ðœ" | "ððœ" | "ððœ" | "ððœ" | "ððœ" | "ððœ" | "âðœ" | "ððœ" | "ððœ" | "âðœ" | "ððœ" | "ð€ðœ" | "ð€ðœ" | "ððœ" | "ððœ" | "ððœ" | "ð€²ðœ" | "ððœ" | "âðœ" | "ð
ðœ" | "ð€³ðœ" | "ðªðœ" | "ðеðœ" | "ðжðœ" | "ððœ" | "ðŠ»ðœ" | "ððœ" | "ð¶ðœ" | "ð§ðœ" | "ð§ðœ" | "ðŠðœ" | "ð©ðœ" | "ð§ðœ" | "ðšðœ" | "ð©ðœâðб" | "ð§ðœâðб" | "ðšðœâðб" | "ð©ðœâðа" | "ð§ðœâðа" | "ðšðœâðа" | "ð±ðœââïž" | "ð±ðœ" | "ð±ðœââïž" | "ð©ðœâðг" | "ð§ðœâðг" | "ðšðœâðг" | "ð©ðœâðв" | "ð§ðœâðв" | "ðšðœâðв" | "ð§ðœ" | "ðµðœ" | "ð§ðœ" | "ðŽðœ" | "ð²ðœ" | "ð³ðœââïž" | "ð³ðœ" | "ð³ðœââïž" | "ð§ðœ" | "ð®ðœââïž" | "ð®ðœ" | "ð®ðœââïž" | "ð·ðœââïž" | "ð·ðœ" | "ð·ðœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ðµðœââïž" | "ðµðœ" | "ðµðœââïž" | "ð©ðœââïž" | "ð§ðœââïž" | "ðšðœââïž" | "ð©ðœâðŸ" | "ð§ðœâðŸ" | "ðšðœâðŸ" | "ð©ðœâð³" | "ð§ðœâð³" | "ðšðœâð³" | "ð©ðœâð" | "ð§ðœâð" | "ðšðœâð" | "ð©ðœâð€" | "ð§ðœâð€" | "ðšðœâð€" | "ð©ðœâð«" | "ð§ðœâð«" | "ðšðœâð«" | "ð©ðœâð" | "ð§ðœâð" | "ðšðœâð" | "ð©ðœâð»" | "ð§ðœâð»" | "ðšðœâð»" | "ð©ðœâðŒ" | "ð§ðœâðŒ" | "ðšðœâðŒ" | "ð©ðœâð§" | "ð§ðœâð§" | "ðšðœâð§" | "ð©ðœâð¬" | "ð§ðœâð¬" | "ðšðœâð¬" | "ð©ðœâðš" | "ð§ðœâðš" | "ðšðœâðš" | "ð©ðœâð" | "ð§ðœâð" | "ðšðœâð" | "ð©ðœââïž" | "ð§ðœââïž" | "ðšðœââïž" | "ð©ðœâð" | "ð§ðœâð" | "ðšðœâð" | "ð©ðœââïž" | "ð§ðœââïž" | "ðšðœââïž" | "ð°ðœââïž" | "ð°ðœ" | "ð°ðœââïž" | "ð€µðœââïž" | "ð€µðœ" | "ð€µðœââïž" | "ðžðœ" | "ð€Žðœ" | "ð¥·ðœ" | "ðŠžðœââïž" | "ðŠžðœ" | "ðŠžðœââïž" | "ðйðœââïž" | "ðйðœ" | "ðйðœââïž" | "ð€¶ðœ" | "ð§ðœâð" | "ð
ðœ" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ðŒðœ" | "ð€°ðœ" | "ð€±ðœ" | "ð©ðœâðŒ" | "ð§ðœâðŒ" | "ðšðœâðŒ" | "ððœââïž" | "ððœ" | "ððœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ð
ðœââïž" | "ð
ðœ" | "ð
ðœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ð€Šðœââïž" | "ð€Šðœ" | "ð€Šðœââïž" | "ð€·ðœââïž" | "ð€·ðœ" | "ð€·ðœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ððœ" | "ðºðœ" | "ðŽðœ" | "ð©ðœâðŠœ" | "ð§ðœâðŠœ" | "ðšðœâðŠœ" | "ð©ðœâðŠŒ" | "ð§ðœâðŠŒ" | "ðšðœâðŠŒ" | "ð¶ðœââïž" | "ð¶ðœ" | "ð¶ðœââïž" | "ð©ðœâðН" | "ð§ðœâðН" | "ðšðœâðН" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ððœ" | "ð§ðœâð€âð§ðœ" | "ð¬ðœ" | "ð«ðœ" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ððœ" | "ððœ" | "ððœââïž" | "ððœ" | "ððœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ð£ðœââïž" | "ð£ðœ" | "ð£ðœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "â¹ðœââïž" | "â¹ðœ" | "â¹ðœââïž" | "ððœââïž" | "ððœ" | "ððœââïž" | "ðŽðœââïž" | "ðŽðœ" | "ðŽðœââïž" | "ðµðœââïž" | "ðµðœ" | "ðµðœââïž" | "ð€žðœââïž" | "ð€žðœ" | "ð€žðœââïž" | "ð€œðœââïž" | "ð€œðœ" | "ð€œðœââïž" | "ð€Ÿðœââïž" | "ð€Ÿðœ" | "ð€Ÿðœââïž" | "ð€¹ðœââïž" | "ð€¹ðœ" | "ð€¹ðœââïž" | "ð§ðœââïž" | "ð§ðœ" | "ð§ðœââïž" | "ððœ" | "ððŸ" | "ð€ðŸ" | "ððŸ" | "âðŸ" | "ððŸ" | "ððŸ" | "ð€ðŸ" | "ð€ðŸ" | "âðŸ" | "ð€ðŸ" | "ð€ðŸ" | "ð€ðŸ" | "ð€ðŸ" | "ððŸ" | "ððŸ" | "ððŸ" | "ððŸ" | "ððŸ" | "âðŸ" | "ððŸ" | "ððŸ" | "âðŸ" | "ððŸ" | "ð€ðŸ" | "ð€ðŸ" | "ððŸ" | "ððŸ" | "ððŸ" | "ð€²ðŸ" | "ððŸ" | "âðŸ" | "ð
ðŸ" | "ð€³ðŸ" | "ðªðŸ" | "ðеðŸ" | "ðжðŸ" | "ððŸ" | "ðŠ»ðŸ" | "ððŸ" | "ð¶ðŸ" | "ð§ðŸ" | "ð§ðŸ" | "ðŠðŸ" | "ð©ðŸ" | "ð§ðŸ" | "ðšðŸ" | "ð©ðŸâðб" | "ð§ðŸâðб" | "ðšðŸâðб" | "ð©ðŸâðа" | "ð§ðŸâðа" | "ðšðŸâðа" | "ð±ðŸââïž" | "ð±ðŸ" | "ð±ðŸââïž" | "ð©ðŸâðг" | "ð§ðŸâðг" | "ðšðŸâðг" | "ð©ðŸâðв" | "ð§ðŸâðв" | "ðšðŸâðв" | "ð§ðŸ" | "ðµðŸ" | "ð§ðŸ" | "ðŽðŸ" | "ð²ðŸ" | "ð³ðŸââïž" | "ð³ðŸ" | "ð³ðŸââïž" | "ð§ðŸ" | "ð®ðŸââïž" | "ð®ðŸ" | "ð®ðŸââïž" | "ð·ðŸââïž" | "ð·ðŸ" | "ð·ðŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ðµðŸââïž" | "ðµðŸ" | "ðµðŸââïž" | "ð©ðŸââïž" | "ð§ðŸââïž" | "ðšðŸââïž" | "ð©ðŸâðŸ" | "ð§ðŸâðŸ" | "ðšðŸâðŸ" | "ð©ðŸâð³" | "ð§ðŸâð³" | "ðšðŸâð³" | "ð©ðŸâð" | "ð§ðŸâð" | "ðšðŸâð" | "ð©ðŸâð€" | "ð§ðŸâð€" | "ðšðŸâð€" | "ð©ðŸâð«" | "ð§ðŸâð«" | "ðšðŸâð«" | "ð©ðŸâð" | "ð§ðŸâð" | "ðšðŸâð" | "ð©ðŸâð»" | "ð§ðŸâð»" | "ðšðŸâð»" | "ð©ðŸâðŒ" | "ð§ðŸâðŒ" | "ðšðŸâðŒ" | "ð©ðŸâð§" | "ð§ðŸâð§" | "ðšðŸâð§" | "ð©ðŸâð¬" | "ð§ðŸâð¬" | "ðšðŸâð¬" | "ð©ðŸâðš" | "ð§ðŸâðš" | "ðšðŸâðš" | "ð©ðŸâð" | "ð§ðŸâð" | "ðšðŸâð" | "ð©ðŸââïž" | "ð§ðŸââïž" | "ðšðŸââïž" | "ð©ðŸâð" | "ð§ðŸâð" | "ðšðŸâð" | "ð©ðŸââïž" | "ð§ðŸââïž" | "ðšðŸââïž" | "ð°ðŸââïž" | "ð°ðŸ" | "ð°ðŸââïž" | "ð€µðŸââïž" | "ð€µðŸ" | "ð€µðŸââïž" | "ðžðŸ" | "ð€ŽðŸ" | "ð¥·ðŸ" | "ðŠžðŸââïž" | "ðŠžðŸ" | "ðŠžðŸââïž" | "ðйðŸââïž" | "ðйðŸ" | "ðйðŸââïž" | "ð€¶ðŸ" | "ð§ðŸâð" | "ð
ðŸ" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ðŒðŸ" | "ð€°ðŸ" | "ð€±ðŸ" | "ð©ðŸâðŒ" | "ð§ðŸâðŒ" | "ðšðŸâðŒ" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ð
ðŸââïž" | "ð
ðŸ" | "ð
ðŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ð€ŠðŸââïž" | "ð€ŠðŸ" | "ð€ŠðŸââïž" | "ð€·ðŸââïž" | "ð€·ðŸ" | "ð€·ðŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ððŸ" | "ðºðŸ" | "ðŽð¿" | "ð©ðŸâðŠœ" | "ð§ðŸâðŠœ" | "ðšðŸâðŠœ" | "ð©ðŸâðŠŒ" | "ð§ðŸâðŠŒ" | "ðšðŸâðŠŒ" | "ð¶ðŸââïž" | "ð¶ðŸ" | "ð¶ðŸââïž" | "ð©ðŸâðН" | "ð§ðŸâðН" | "ðšðŸâðН" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ððŸ" | "ð§ðŸâð€âð§ðŸ" | "ð¬ðŸ" | "ð«ðŸ" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ððŸ" | "ððŸ" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ð£ðŸââïž" | "ð£ðŸ" | "ð£ðŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "â¹ðŸââïž" | "â¹ðŸ" | "â¹ðŸââïž" | "ððŸââïž" | "ððŸ" | "ððŸââïž" | "ðŽðŸââïž" | "ðŽðŸ" | "ðŽðŸââïž" | "ðµðŸââïž" | "ðµðŸ" | "ðµðŸââïž" | "ð€žðŸââïž" | "ð€žðŸ" | "ð€žðŸââïž" | "ð€œðŸââïž" | "ð€œðŸ" | "ð€œðŸââïž" | "ð€ŸðŸââïž" | "ð€ŸðŸ" | "ð€ŸðŸââïž" | "ð€¹ðŸââïž" | "ð€¹ðŸ" | "ð€¹ðŸââïž" | "ð§ðŸââïž" | "ð§ðŸ" | "ð§ðŸââïž" | "ððŸ" | "ðð¿" | "ð€ð¿" | "ðð¿" | "âð¿" | "ðð¿" | "ðð¿" | "ð€ð¿" | "ð€ð¿" | "âð¿" | "ð€ð¿" | "ð€ð¿" | "ð€ð¿" | "ð€ð¿" | "ðð¿" | "ðð¿" | "ðð¿" | "ðð¿" | "ðð¿" | "âð¿" | "ðð¿" | "ðð¿" | "âð¿" | "ðð¿" | "ð€ð¿" | "ð€ð¿" | "ðð¿" | "ðð¿" | "ðð¿" | "ð€²ð¿" | "ðð¿" | "âð¿" | "ð
ð¿" | "ð€³ð¿" | "ðªð¿" | "ðеð¿" | "ðжð¿" | "ðð¿" | "ðŠ»ð¿" | "ðð¿" | "ð¶ð¿" | "ð§ð¿" | "ð§ð¿" | "ðŠð¿" | "ð©ð¿" | "ð§ð¿" | "ðšð¿" | "ð©ð¿âðб" | "ð§ð¿âðб" | "ðšð¿âðб" | "ð©ð¿âðа" | "ð§ð¿âðа" | "ðšð¿âðа" | "ð±ð¿ââïž" | "ð±ð¿" | "ð±ð¿ââïž" | "ð©ð¿âðг" | "ð§ð¿âðг" | "ðšð¿âðг" | "ð©ð¿âðв" | "ð§ð¿âðв" | "ðšð¿âðв" | "ð§ð¿" | "ðµð¿" | "ð§ð¿" | "ðŽð¿" | "ð²ð¿" | "ð³ð¿ââïž" | "ð³ð¿" | "ð³ð¿ââïž" | "ð§ð¿" | "ð®ð¿ââïž" | "ð®ð¿" | "ð®ð¿ââïž" | "ð·ð¿ââïž" | "ð·ð¿" | "ð·ð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðµð¿ââïž" | "ðµð¿" | "ðµð¿ââïž" | "ð©ð¿ââïž" | "ð§ð¿ââïž" | "ðšð¿ââïž" | "ð©ð¿âðŸ" | "ð§ð¿âðŸ" | "ðšð¿âðŸ" | "ð©ð¿âð³" | "ð§ð¿âð³" | "ðšð¿âð³" | "ð©ð¿âð" | "ð§ð¿âð" | "ðšð¿âð" | "ð©ð¿âð€" | "ð§ð¿âð€" | "ðšð¿âð€" | "ð©ð¿âð«" | "ð§ð¿âð«" | "ðšð¿âð«" | "ð©ð¿âð" | "ð§ð¿âð" | "ðšð¿âð" | "ð©ð¿âð»" | "ð§ð¿âð»" | "ðšð¿âð»" | "ð©ð¿âðŒ" | "ð§ð¿âðŒ" | "ðšð¿âðŒ" | "ð©ð¿âð§" | "ð§ð¿âð§" | "ðšð¿âð§" | "ð©ð¿âð¬" | "ð§ð¿âð¬" | "ðšð¿âð¬" | "ð©ð¿âðš" | "ð§ð¿âðš" | "ðšð¿âðš" | "ð©ð¿âð" | "ð§ð¿âð" | "ðšð¿âð" | "ð©ð¿ââïž" | "ð§ð¿ââïž" | "ðšð¿ââïž" | "ð©ð¿âð" | "ð§ð¿âð" | "ðšð¿âð" | "ð©ð¿ââïž" | "ð§ð¿ââïž" | "ðšð¿ââïž" | "ð°ð¿ââïž" | "ð°ð¿" | "ð°ð¿ââïž" | "ð€µð¿ââïž" | "ð€µð¿" | "ð€µð¿ââïž" | "ðžð¿" | "ð€Žð¿" | "ð¥·ð¿" | "ðŠžð¿ââïž" | "ðŠžð¿" | "ðŠžð¿ââïž" | "ðйð¿ââïž" | "ðйð¿" | "ðйð¿ââïž" | "ð€¶ð¿" | "ð§ð¿âð" | "ð
ð¿" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ðŒð¿" | "ð€°ð¿" | "ð€±ð¿" | "ð©ð¿âðŒ" | "ð§ð¿âðŒ" | "ðšð¿âðŒ" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ð
ð¿ââïž" | "ð
ð¿" | "ð
ð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ð€Šð¿ââïž" | "ð€Šð¿" | "ð€Šð¿ââïž" | "ð€·ð¿ââïž" | "ð€·ð¿" | "ð€·ð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ðð¿" | "ðºð¿" | "ð©ð¿âðŠœ" | "ð§ð¿âðŠœ" | "ðšð¿âðŠœ" | "ð©ð¿âðŠŒ" | "ð§ð¿âðŠŒ" | "ðšð¿âðŠŒ" | "ð¶ð¿ââïž" | "ð¶ð¿" | "ð¶ð¿ââïž" | "ð©ð¿âðН" | "ð§ð¿âðН" | "ðšð¿âðН" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ðð¿" | "ð§ð¿âð€âð§ð¿" | "ð¬ð¿" | "ð«ð¿" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ðð¿" | "ðð¿" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ð£ð¿ââïž" | "ð£ð¿" | "ð£ð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "â¹ð¿ââïž" | "â¹ð¿" | "â¹ð¿ââïž" | "ðð¿ââïž" | "ðð¿" | "ðð¿ââïž" | "ðŽð¿ââïž" | "ðŽð¿" | "ðŽð¿ââïž" | "ðµð¿ââïž" | "ðµð¿" | "ðµð¿ââïž" | "ð€žð¿ââïž" | "ð€žð¿" | "ð€žð¿ââïž" | "ð€œð¿ââïž" | "ð€œð¿" | "ð€œð¿ââïž" | "ð€Ÿð¿ââïž" | "ð€Ÿð¿" | "ð€Ÿð¿ââïž" | "ð€¹ð¿ââïž" | "ð€¹ð¿" | "ð€¹ð¿ââïž" | "ð§ð¿ââïž" | "ð§ð¿" | "ð§ð¿ââïž" | "ðð¿" | "ðð¿" | "ð¶" | "ð±" | "ð" | "ð¹" | "ð°" | "ðŠ" | "ð»" | "ðŒ" | "ð»ââïž" | "ðš" | "ð¯" | "ðŠ" | "ð®" | "ð·" | "ðœ" | "ðž" | "ðµ" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð§" | "ðŠ" | "ð€" | "ð£" | "ð¥" | "ðŠ" | "ðŠ
" | "ðŠ" | "ðŠ" | "ðº" | "ð" | "ðŽ" | "ðŠ" | "ð" | "ðª±" | "ð" | "ðŠ" | "ð" | "ð" | "ð" | "ðª°" | "ðª²" | "ðª³" | "ðŠ" | "ðŠ" | "ð·" | "ðž" | "ðŠ" | "ð¢" | "ð" | "ðŠ" | "ðŠ" | "ðŠ" | "ð" | "ðŠ" | "ðŠ" | "ðŠ" | "ðŠ" | "ð¡" | "ð " | "ð" | "ð¬" | "ð³" | "ð" | "ðŠ" | "ð" | "ð
" | "ð" | "ðŠ" | "ðŠ" | "ðЧ" | "ðŠ£" | "ð" | "ðŠ" | "ðŠ" | "ðª" | "ð«" | "ðŠ" | "ðŠ" | "ðЬ" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ðŠ" | "ð" | "ðŠ" | "ð" | "ð©" | "ðŠ®" | "ðâðŠº" | "ð" | "ðââ¬" | "ðª¶" | "ð" | "ðŠ" | "ðŠ€" | "ðŠ" | "ðŠ" | "ðŠ¢" | "ðŠ©" | "ð" | "ð" | "ðŠ" | "ðŠš" | "ðŠ¡" | "ðŠ«" | "ðŠŠ" | "ðŠ¥" | "ð" | "ð" | "ð¿" | "ðŠ" | "ðŸ" | "ð" | "ð²" | "ðµ" | "ð" | "ð²" | "ð³" | "ðŽ" | "ðªµ" | "ð±" | "ð¿" | "âïž" | "ð" | "ð" | "ðªŽ" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ðªš" | "ðŸ" | "ð" | "ð·" | "ð¹" | "ð¥" | "ðº" | "ðž" | "ðŒ" | "ð»" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ðª" | "ð«" | "âïž" | "ð" | "âš" | "â¡ïž" | "âïž" | "ð¥" | "ð¥" | "ðª" | "ð" | "âïž" | "ð€" | "â
ïž" | "ð¥" | "âïž" | "ðŠ" | "ð§" | "â" | "ð©" | "ðš" | "âïž" | "âïž" | "âïž" | "ð¬" | "ðš" | "ð§" | "ðŠ" | "âïž" | "ð" | "ð«" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð«" | "ð" | "ð" | "ð" | "ð¥" | "ð" | "ð¥¥" | "ð¥" | "ð
" | "ð" | "ð¥" | "ð¥Š" | "ð¥¬" | "ð¥" | "ð¶" | "ð«" | "ðœ" | "ð¥" | "ð«" | "ð§" | "ð§
" | "ð¥" | "ð " | "ð¥" | "ð¥¯" | "ð" | "ð¥" | "ð¥š" | "ð§" | "ð¥" | "ð³" | "ð§" | "ð¥" | "ð§" | "ð¥" | "ð¥©" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð«" | "ð¥ª" | "ð¥" | "ð§" | "ð®" | "ð¯" | "ð«" | "ð¥" | "ð¥" | "ð«" | "ð¥«" | "ð" | "ð" | "ð²" | "ð" | "ð£" | "ð±" | "ð¥" | "ðŠª" | "ð€" | "ð" | "ð" | "ð" | "ð¥" | "ð¥ " | "ð¥®" | "ð¢" | "ð¡" | "ð§" | "ðš" | "ðŠ" | "ð¥§" | "ð§" | "ð°" | "ð" | "ð®" | "ð" | "ð¬" | "ð«" | "ð¿" | "ð©" | "ðª" | "ð°" | "ð¥" | "ð¯" | "ð¥" | "ðŒ" | "ð«" | "âïž" | "ðµ" | "ð§" | "ð¥€" | "ð§" | "ð¶" | "ðº" | "ð»" | "ð¥" | "ð·" | "ð¥" | "ðž" | "ð¹" | "ð§" | "ðŸ" | "ð§" | "ð¥" | "ðŽ" | "ðœ" | "ð¥£" | "ð¥¡" | "ð¥¢" | "ð§" | "âœïž" | "ð" | "ð" | "âŸïž" | "ð¥" | "ðŸ" | "ð" | "ð" | "ð¥" | "ð±" | "ðª" | "ð" | "ðž" | "ð" | "ð" | "ð¥" | "ð" | "ðª" | "ð¥
" | "â³ïž" | "ðª" | "ð¹" | "ð£" | "ð€¿" | "ð¥" | "ð¥" | "ðœ" | "ð¹" | "ðŒ" | "ð·" | "âž" | "ð¥" | "ð¿" | "â·" | "ð" | "ðª" | "ðïžââïž" | "ðïž" | "ðïžââïž" | "ð€Œââïž" | "ð€Œ" | "ð€Œââïž" | "ð€žââïž" | "ð€ž" | "ð€žââïž" | "â¹ïžââïž" | "â¹ïž" | "â¹ïžââïž" | "ð€º" | "ð€Ÿââïž" | "ð€Ÿ" | "ð€Ÿââïž" | "ðïžââïž" | "ðïž" | "ðïžââïž" | "ð" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ðââïž" | "ð" | "ðââïž" | "ðââïž" | "ð" | "ðââïž" | "ð€œââïž" | "ð€œ" | "ð€œââïž" | "ð£ââïž" | "ð£" | "ð£ââïž" | "ð§ââïž" | "ð§" | "ð§ââïž" | "ðµââïž" | "ðµ" | "ðµââïž" | "ðŽââïž" | "ðŽ" | "ðŽââïž" | "ð" | "ð¥" | "ð¥" | "ð¥" | "ð
" | "ð" | "ðµ" | "ð" | "ð«" | "ð" | "ðª" | "ð€¹" | "ð€¹ââïž" | "ð€¹ââïž" | "ð" | "ðš" | "ð¬" | "ð€" | "ð§" | "ðŒ" | "ð¹" | "ð¥" | "ðª" | "ð·" | "ðº" | "ðª" | "ðž" | "ðª" | "ð»" | "ð²" | "â" | "ð¯" | "ð³" | "ð®" | "ð°" | "ð§©" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð»" | "ð" | "ð" | "ð" | "ðН" | "ðŠœ" | "ðŠŒ" | "ðŽ" | "ð²" | "ðµ" | "ð" | "ðº" | "ðš" | "ð" | "ð" | "ð" | "ð" | "ð¡" | "ð " | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð
" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "âïž" | "ð«" | "ð¬" | "ð©" | "ðº" | "ð°" | "ð" | "ðž" | "ð" | "ð¶" | "âµïž" | "ð€" | "ð¥" | "ð³" | "âŽ" | "ð¢" | "âïž" | "ðª" | "âœïž" | "ð§" | "ðŠ" | "ð¥" | "ð" | "ðº" | "ð¿" | "ðœ" | "ðŒ" | "ð°" | "ð¯" | "ð" | "ð¡" | "ð¢" | "ð " | "â²ïž" | "â±" | "ð" | "ð" | "ð" | "ð" | "â°" | "ð" | "ð»" | "ð" | "âºïž" | "ð" | "ð " | "ð¡" | "ð" | "ð" | "ð" | "ð" | "ð¢" | "ð¬" | "ð£" | "ð€" | "ð¥" | "ðŠ" | "ðš" | "ðª" | "ð«" | "ð©" | "ð" | "ð" | "âªïž" | "ð" | "ð" | "ð" | "ð" | "â©" | "ð€" | "ð£" | "ðŸ" | "ð" | "ð" | "ð
" | "ð" | "ð " | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "âïž" | "ð±" | "ð²" | "ð»" | "âšïž" | "ð¥" | "ðš" | "ð±" | "ð²" | "ð¹" | "ð" | "ðœ" | "ðŸ" | "ð¿" | "ð" | "ðŒ" | "ð·" | "ðž" | "ð¹" | "ð¥" | "ðœ" | "ð" | "ð" | "âïž" | "ð" | "ð " | "ðº" | "ð»" | "ð" | "ð" | "ð" | "ð§" | "â±" | "â²" | "â°" | "ð°" | "âïž" | "â³" | "ð¡" | "ð" | "ð" | "ð¡" | "ðŠ" | "ð¯" | "ðª" | "ð§¯" | "ð¢" | "ðž" | "ðµ" | "ðŽ" | "ð¶" | "ð·" | "ðª" | "ð°" | "ð³" | "ð" | "âïž" | "ðª" | "ð§°" | "ðª" | "ð§" | "ðš" | "â" | "ð " | "â" | "ðª" | "ð©" | "âïž" | "ðª€" | "ð§±" | "â" | "ð§²" | "ð«" | "ð£" | "ð§š" | "ðª" | "ðª" | "ð¡" | "âïž" | "ð¡" | "ð¬" | "â°ïž" | "ðªŠ" | "â±ïž" | "ðº" | "ð®" | "ð¿" | "ð§¿" | "ð" | "âïž" | "ð" | "ð¬" | "ð³" | "ð©¹" | "ð©º" | "ð" | "ð" | "ð§¬" | "ðŠ " | "ð§«" | "ð§ª" | "ð¡" | "ð§¹" | "ðª " | "ð§º" | "ð§»" | "ðœ" | "ð°" | "ð¿" | "ð" | "ð" | "ð§Œ" | "ðª¥" | "ðª" | "ð§œ" | "ðª£" | "ð§Ž" | "ð" | "ð" | "ð" | "ðª" | "ðª" | "ð" | "ð" | "ð§ž" | "ðª" | "ðŒ" | "ðª" | "ðª" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ðª" | "ðª
" | "ð" | "ð" | "ð" | "ð®" | "ð" | "ð§§" | "âïž" | "ð©" | "ðš" | "ð§" | "ð" | "ð¥" | "ð€" | "ðŠ" | "ð·" | "ðª§" | "ðª" | "ð«" | "ð¬" | "ð" | "ð®" | "ð¯" | "ð" | "ð" | "ð" | "ð" | "ð§Ÿ" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð
" | "ð" | "ð" | "ð" | "ð³" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð°" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð§·" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð§®" | "ð" | "ð" | "âïž" | "ð" | "ð" | "âïž" | "ð" | "ð" | "ð" | "âïž" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "â€ïž" | "ð§¡" | "ð" | "ð" | "ð" | "ð" | "ð€" | "ð€" | "ð€" | "ð" | "â£ïž" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "â®ïž" | "âïž" | "âªïž" | "ð" | "âžïž" | "â¡ïž" | "ð¯" | "ð" | "â¯ïž" | "âŠïž" | "ð" | "â" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "ð" | "âïž" | "ð" | "â¢ïž" | "â£ïž" | "ðŽ" | "ð³" | "ð¶" | "ðïž" | "ðž" | "ðº" | "ð·ïž" | "âŽïž" | "ð" | "ð®" | "ð" | "ãïž" | "ãïž" | "ðŽ" | "ðµ" | "ð¹" | "ð²" | "ð
°ïž" | "ð
±ïž" | "ð" | "ð" | "ð
Ÿïž" | "ð" | "â" | "âïž" | "ð" | "âïž" | "ð" | "ð«" | "ð¯" | "ð¢" | "âšïž" | "ð·" | "ð¯" | "ð³" | "ð±" | "ð" | "ðµ" | "ð" | "âïž" | "â" | "â" | "â" | "âŒïž" | "âïž" | "ð
" | "ð" | "ãœïž" | "â ïž" | "ðž" | "ð±" | "âïž" | "ð°" | "â»ïž" | "â
" | "ð¯ïž" | "ð¹" | "âïž" | "â³ïž" | "â" | "ð" | "ð " | "âïž" | "ð" | "ð€" | "ð§" | "ðŸ" | "â¿ïž" | "ð
¿ïž" | "ð" | "ð³" | "ðïž" | "ð" | "ð" | "ð" | "ð
" | "ð¹" | "ðº" | "ðŒ" | "â§" | "ð»" | "ð®" | "ðŠ" | "ð¶" | "ð" | "ð£" | "â¹ïž" | "ð€" | "ð¡" | "ð " | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "0ïžâ£" | "1ïžâ£" | "2ïžâ£" | "3ïžâ£" | "4ïžâ£" | "5ïžâ£" | "6ïžâ£" | "7ïžâ£" | "8ïžâ£" | "9ïžâ£" | "ð" | "ð¢" | "#ïžâ£" | "*ïžâ£" | "âïž" | "â¶ïž" | "âž" | "â¯" | "â¹" | "âº" | "â" | "â®" | "â©" | "âª" | "â«" | "â¬" | "âïž" | "ðŒ" | "ðœ" | "â¡ïž" | "â¬
ïž" | "â¬ïž" | "â¬ïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âïž" | "âªïž" | "â©ïž" | "‎ïž" | "‵ïž" | "ð" | "ð" | "ð" | "ð" | "ð" | "ðµ" | "ð¶" | "â" | "â" | "â" | "âïž" | "âŸ" | "ð²" | "ð±" | "â¢ïž" | "©ïž" | "®ïž" | "ã°ïž" | "â°" | "â¿" | "ð" | "ð" | "ð" | "ð" | "ð" | "âïž" | "âïž" | "ð" | "ðŽ" | "ð " | "ð¡" | "ð¢" | "ðµ" | "ð£" | "â«ïž" | "âªïž" | "ð€" | "ðº" | "ð»" | "ðž" | "ð¹" | "ð¶" | "ð·" | "ð³" | "ð²" | "âªïž" | "â«ïž" | "âŸïž" | "âœïž" | "âŒïž" | "â»ïž" | "ð¥" | "ð§" | "ðš" | "ð©" | "ðŠ" | "ðª" | "â¬ïž" | "â¬ïž" | "ð«" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð£" | "ð¢" | "ðâðš" | "ð¬" | "ð" | "ð¯" | "â ïž" | "â£ïž" | "â¥ïž" | "âŠïž" | "ð" | "ðŽ" | "ðïž" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð " | "ð¡" | "ð¢" | "ð£" | "ð€" | "ð¥" | "ðŠ" | "ð§" | "â¢" | "â£" | "â€" | "â¥" | "âŠ" | "â§" | "â
" | "â" | "â¯" | "â¡ïž" | "â©" | "âª" | "â«" | "â¬" | "â" | "â®" | "â¶" | "â·" | "âµ" | "âž" | "â¹" | "â" | "â" | "â¹" | "âš" | "âŸ" | "âŸ" | "â¢" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â ïž" | "â£ïž" | "â¥ïž" | "âŠïž" | "â€" | "â§" | "â¡" | "â¢" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â" | "â
" | "ð " | "â" | "â" | "â" | "â" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð
" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð" | "ð³ïž" | "ðŽ" | "ð" | "ð©" | "ð³ïžâð" | "ð³ïžââ§ïž" | "ðŽââ ïž" | "ðŠð«" | "ðŠðœ" | "ðŠð±" | "ð©ð¿" | "ðŠðž" | "ðŠð©" | "ðŠðŽ" | "ðŠð®" | "ðŠð¶" | "ðŠð¬" | "ðŠð·" | "ðŠð²" | "ðŠðŒ" | "ðŠðº" | "ðŠð¹" | "ðŠð¿" | "ð§ðž" | "ð§ð" | "ð§ð©" | "ð§ð§" | "ð§ðŸ" | "ð§ðª" | "ð§ð¿" | "ð§ð¯" | "ð§ð²" | "ð§ð¹" | "ð§ðŽ" | "ð§ðŠ" | "ð§ðŒ" | "ð§ð·" | "ð®ðŽ" | "ð»ð¬" | "ð§ð³" | "ð§ð¬" | "ð§ð«" | "ð§ð®" | "ð°ð" | "ðšð²" | "ðšðŠ" | "ð®ðš" | "ðšð»" | "ð§ð¶" | "ð°ðŸ" | "ðšð«" | "ð¹ð©" | "ðšð±" | "ðšð³" | "ðšðœ" | "ðšðš" | "ðšðŽ" | "ð°ð²" | "ðšð¬" | "ðšð©" | "ðšð°" | "ðšð·" | "ðšð®" | "ðð·" | "ðšðº" | "ðšðŒ" | "ðšðŸ" | "ðšð¿" | "ð©ð°" | "ð©ð¯" | "ð©ð²" | "ð©ðŽ" | "ðªðš" | "ðªð¬" | "ðžð»" | "ð¬ð¶" | "ðªð·" | "ðªðª" | "ðªð¹" | "ðªðº" | "ð«ð°" | "ð«ðŽ" | "ð«ð¯" | "ð«ð®" | "ð«ð·" | "ð¬ð«" | "ðµð«" | "ð¹ð«" | "ð¬ðŠ" | "ð¬ð²" | "ð¬ðª" | "ð©ðª" | "ð¬ð" | "ð¬ð®" | "ð¬ð·" | "ð¬ð±" | "ð¬ð©" | "ð¬ðµ" | "ð¬ðº" | "ð¬ð¹" | "ð¬ð¬" | "ð¬ð³" | "ð¬ðŒ" | "ð¬ðŸ" | "ðð¹" | "ðð³" | "ðð°" | "ððº" | "ð®ðž" | "ð®ð³" | "ð®ð©" | "ð®ð·" | "ð®ð¶" | "ð®ðª" | "ð®ð²" | "ð®ð±" | "ð®ð¹" | "ð¯ð²" | "ð¯ðµ" | "ð" | "ð¯ðª" | "ð¯ðŽ" | "ð°ð¿" | "ð°ðª" | "ð°ð®" | "ðœð°" | "ð°ðŒ" | "ð°ð¬" | "ð±ðŠ" | "ð±ð»" | "ð±ð§" | "ð±ðž" | "ð±ð·" | "ð±ðŸ" | "ð±ð®" | "ð±ð¹" | "ð±ðº" | "ð²ðŽ" | "ð²ð°" | "ð²ð¬" | "ð²ðŒ" | "ð²ðŸ" | "ð²ð»" | "ð²ð±" | "ð²ð¹" | "ð²ð" | "ð²ð¶" | "ð²ð·" | "ð²ðº" | "ðŸð¹" | "ð²ðœ" | "ð«ð²" | "ð²ð©" | "ð²ðš" | "ð²ð³" | "ð²ðª" | "ð²ðž" | "ð²ðŠ" | "ð²ð¿" | "ð²ð²" | "ð³ðŠ" | "ð³ð·" | "ð³ðµ" | "ð³ð±" | "ð³ðš" | "ð³ð¿" | "ð³ð®" | "ð³ðª" | "ð³ð¬" | "ð³ðº" | "ð³ð«" | "ð°ðµ" | "ð²ðµ" | "ð³ðŽ" | "ðŽð²" | "ðµð°" | "ðµðŒ" | "ðµðž" | "ðµðŠ" | "ðµð¬" | "ðµðŸ" | "ðµðª" | "ðµð" | "ðµð³" | "ðµð±" | "ðµð¹" | "ðµð·" | "ð¶ðŠ" | "ð·ðª" | "ð·ðŽ" | "ð·ðº" | "ð·ðŒ" | "ðŒðž" | "ðžð²" | "ðžðŠ" | "ðžð³" | "ð·ðž" | "ðžðš" | "ðžð±" | "ðžð¬" | "ðžðœ" | "ðžð°" | "ðžð®" | "ð¬ðž" | "ðžð§" | "ðžðŽ" | "ð¿ðŠ" | "ð°ð·" | "ðžðž" | "ðªðž" | "ð±ð°" | "ð§ð±" | "ðžð" | "ð°ð³" | "ð±ðš" | "ðµð²" | "ð»ðš" | "ðžð©" | "ðžð·" | "ðžð¿" | "ðžðª" | "ðšð" | "ðžðŸ" | "ð¹ðŒ" | "ð¹ð¯" | "ð¹ð¿" | "ð¹ð" | "ð¹ð±" | "ð¹ð¬" | "ð¹ð°" | "ð¹ðŽ" | "ð¹ð¹" | "ð¹ð³" | "ð¹ð·" | "ð¹ð²" | "ð¹ðš" | "ð¹ð»" | "ð»ð®" | "ðºð¬" | "ðºðŠ" | "ðŠðª" | "ð¬ð§" | "ðŽó §ó ¢ó ¥ó ®ó §ó ¿" | "ðŽó §ó ¢ó ³ó £ó Žó ¿" | "ðŽó §ó ¢ó ·ó ¬ó ³ó ¿" | "ðºð³" | "ðºðž" | "ðºðŸ" | "ðºð¿" | "ð»ðº" | "ð»ðŠ" | "ð»ðª" | "ð»ð³" | "ðŒð«" | "ðªð" | "ðŸðª" | "ð¿ð²" | "ð¿ðŒ" | "ðŠ" | "ð®âðš" | "ðµâð«" | "ð¶âð«ïž" | "â€ïžâð¥" | "â€ïžâð©¹" | "ð§ââïž" | "ð§ð»ââïž" | "ð§ðŒââïž" | "ð§ðœââïž" | "ð§ðŸââïž" | "ð§ð¿ââïž" | "ð§ââïž" | "ð§ð»ââïž" | "ð§ðŒââïž" | "ð§ðœââïž" | "ð§ðŸââïž" | "ð§ð¿ââïž" | "ðð»" | "ððŒ" | "ððœ" | "ððŸ" | "ðð¿" | "ðð»" | "ððŒ" | "ððœ" | "ððŸ" | "ðð¿" | "ðšð»ââ€ïžâðšð»" | "ðšð»ââ€ïžâðšðŒ" | "ðšð»ââ€ïžâðšðœ" | "ðšð»ââ€ïžâðšðŸ" | "ðšð»ââ€ïžâðšð¿" | "ðšðŒââ€ïžâðšð»" | "ðšðŒââ€ïžâðšðŒ" | "ðšðŒââ€ïžâðšðœ" | "ðšðŒââ€ïžâðšðŸ" | "ðšðŒââ€ïžâðšð¿" | "ðšðœââ€ïžâðšð»" | "ðšðœââ€ïžâðšðŒ" | "ðšðœââ€ïžâðšðœ" | "ðšðœââ€ïžâðšðŸ" | "ðšðœââ€ïžâðšð¿" | "ðšðŸââ€ïžâðšð»" | "ðšðŸââ€ïžâðšðŒ" | "ðšðŸââ€ïžâðšðœ" | "ðšðŸââ€ïžâðšðŸ" | "ðšðŸââ€ïžâðšð¿" | "ðšð¿ââ€ïžâðšð»" | "ðšð¿ââ€ïžâðšðŒ" | "ðšð¿ââ€ïžâðšðœ" | "ðšð¿ââ€ïžâðšðŸ" | "ðšð¿ââ€ïžâðšð¿" | "ð©ð»ââ€ïžâðšð»" | "ð©ð»ââ€ïžâðšðŒ" | "ð©ð»ââ€ïžâðšðœ" | "ð©ð»ââ€ïžâðšðŸ" | "ð©ð»ââ€ïžâðšð¿" | "ð©ð»ââ€ïžâð©ð»" | "ð©ð»ââ€ïžâð©ðŒ" | "ð©ð»ââ€ïžâð©ðœ" | "ð©ð»ââ€ïžâð©ðŸ" | "ð©ð»ââ€ïžâð©ð¿" | "ð©ðŒââ€ïžâðšð»" | "ð©ðŒââ€ïžâðšðŒ" | "ð©ðŒââ€ïžâðšðœ" | "ð©ðŒââ€ïžâðšðŸ" | "ð©ðŒââ€ïžâðšð¿" | "ð©ðŒââ€ïžâð©ð»" | "ð©ðŒââ€ïžâð©ðŒ" | "ð©ðŒââ€ïžâð©ðœ" | "ð©ðŒââ€ïžâð©ðŸ" | "ð©ðŒââ€ïžâð©ð¿" | "ð©ðœââ€ïžâðšð»" | "ð©ðœââ€ïžâðšðŒ" | "ð©ðœââ€ïžâðšðœ" | "ð©ðœââ€ïžâðšðŸ" | "ð©ðœââ€ïžâðšð¿" | "ð©ðœââ€ïžâð©ð»" | "ð©ðœââ€ïžâð©ðŒ" | "ð©ðœââ€ïžâð©ðœ" | "ð©ðœââ€ïžâð©ðŸ" | "ð©ðœââ€ïžâð©ð¿" | "ð©ðŸââ€ïžâðšð»" | "ð©ðŸââ€ïžâðšðŒ" | "ð©ðŸââ€ïžâðšðœ" | "ð©ðŸââ€ïžâðšðŸ" | "ð©ðŸââ€ïžâðšð¿" | "ð©ðŸââ€ïžâð©ð»" | "ð©ðŸââ€ïžâð©ðŒ" | "ð©ðŸââ€ïžâð©ðœ" | "ð©ðŸââ€ïžâð©ðŸ" | "ð©ðŸââ€ïžâð©ð¿" | "ð©ð¿ââ€ïžâðšð»" | "ð©ð¿ââ€ïžâðšðŒ" | "ð©ð¿ââ€ïžâðšðœ" | "ð©ð¿ââ€ïžâðšðŸ" | "ð©ð¿ââ€ïžâðšð¿" | "ð©ð¿ââ€ïžâð©ð»" | "ð©ð¿ââ€ïžâð©ðŒ" | "ð©ð¿ââ€ïžâð©ðœ" | "ð©ð¿ââ€ïžâð©ðŸ" | "ð©ð¿ââ€ïžâð©ð¿" | "ð§ð»ââ€ïžâð§ðŒ" | "ð§ð»ââ€ïžâð§ðœ" | "ð§ð»ââ€ïžâð§ðŸ" | "ð§ð»ââ€ïžâð§ð¿" | "ð§ðŒââ€ïžâð§ð»" | "ð§ðŒââ€ïžâð§ðœ" | "ð§ðŒââ€ïžâð§ðŸ" | "ð§ðŒââ€ïžâð§ð¿" | "ð§ðœââ€ïžâð§ð»" | "ð§ðœââ€ïžâð§ðŒ" | "ð§ðœââ€ïžâð§ðŸ" | "ð§ðœââ€ïžâð§ð¿" | "ð§ðŸââ€ïžâð§ð»" | "ð§ðŸââ€ïžâð§ðŒ" | "ð§ðŸââ€ïžâð§ðœ" | "ð§ðŸââ€ïžâð§ð¿" | "ð§ð¿ââ€ïžâð§ð»" | "ð§ð¿ââ€ïžâð§ðŒ" | "ð§ð¿ââ€ïžâð§ðœ" | "ð§ð¿ââ€ïžâð§ðŸ" | "ðšð»ââ€ïžâðâðšð»" | "ðšð»ââ€ïžâðâðšðŒ" | "ðšð»ââ€ïžâðâðšðœ" | "ðšð»ââ€ïžâðâðšðŸ" | "ðšð»ââ€ïžâðâðšð¿" | "ðšðŒââ€ïžâðâðšð»" | "ðšðŒââ€ïžâðâðšðŒ" | "ðšðŒââ€ïžâðâðšðœ" | "ðšðŒââ€ïžâðâðšðŸ" | "ðšðŒââ€ïžâðâðšð¿" | "ðšðœââ€ïžâðâðšð»" | "ðšðœââ€ïžâðâðšðŒ" | "ðšðœââ€ïžâðâðšðœ" | "ðšðœââ€ïžâðâðšðŸ" | "ðšðœââ€ïžâðâðšð¿" | "ðšðŸââ€ïžâðâðšð»" | "ðšðŸââ€ïžâðâðšðŒ" | "ðšðŸââ€ïžâðâðšðœ" | "ðšðŸââ€ïžâðâðšðŸ" | "ðšðŸââ€ïžâðâðšð¿" | "ðšð¿ââ€ïžâðâðšð»" | "ðšð¿ââ€ïžâðâðšðŒ" | "ðšð¿ââ€ïžâðâðšðœ" | "ðšð¿ââ€ïžâðâðšðŸ" | "ðšð¿ââ€ïžâðâðšð¿" | "ð©ð»ââ€ïžâðâðšð»" | "ð©ð»ââ€ïžâðâðšðŒ" | "ð©ð»ââ€ïžâðâðšðœ" | "ð©ð»ââ€ïžâðâðšðŸ" | "ð©ð»ââ€ïžâðâðšð¿" | "ð©ð»ââ€ïžâðâð©ð»" | "ð©ð»ââ€ïžâðâð©ðŒ" | "ð©ð»ââ€ïžâðâð©ðœ" | "ð©ð»ââ€ïžâðâð©ðŸ" | "ð©ð»ââ€ïžâðâð©ð¿" | "ð©ðŒââ€ïžâðâðšð»" | "ð©ðŒââ€ïžâðâðšðŒ" | "ð©ðŒââ€ïžâðâðšðœ" | "ð©ðŒââ€ïžâðâðšðŸ" | "ð©ðŒââ€ïžâðâðšð¿" | "ð©ðŒââ€ïžâðâð©ð»" | "ð©ðŒââ€ïžâðâð©ðŒ" | "ð©ðŒââ€ïžâðâð©ðœ" | "ð©ðŒââ€ïžâðâð©ðŸ" | "ð©ðŒââ€ïžâðâð©ð¿" | "ð©ðœââ€ïžâðâðšð»" | "ð©ðœââ€ïžâðâðšðŒ" | "ð©ðœââ€ïžâðâðšðœ" | "ð©ðœââ€ïžâðâðšðŸ" | "ð©ðœââ€ïžâðâðšð¿" | "ð©ðœââ€ïžâðâð©ð»" | "ð©ðœââ€ïžâðâð©ðŒ" | "ð©ðœââ€ïžâðâð©ðœ" | "ð©ðœââ€ïžâðâð©ðŸ" | "ð©ðœââ€ïžâðâð©ð¿" | "ð©ðŸââ€ïžâðâðšð»" | "ð©ðŸââ€ïžâðâðšðŒ" | "ð©ðŸââ€ïžâðâðšðœ" | "ð©ðŸââ€ïžâðâðšðŸ" | "ð©ðŸââ€ïžâðâðšð¿" | "ð©ðŸââ€ïžâðâð©ð»" | "ð©ðŸââ€ïžâðâð©ðŒ" | "ð©ðŸââ€ïžâðâð©ðœ" | "ð©ðŸââ€ïžâðâð©ðŸ" | "ð©ðŸââ€ïžâðâð©ð¿" | "ð©ð¿ââ€ïžâðâðšð»" | "ð©ð¿ââ€ïžâðâðšðŒ" | "ð©ð¿ââ€ïžâðâðšðœ" | "ð©ð¿ââ€ïžâðâðšðŸ" | "ð©ð¿ââ€ïžâðâðšð¿" | "ð©ð¿ââ€ïžâðâð©ð»" | "ð©ð¿ââ€ïžâðâð©ðŒ" | "ð©ð¿ââ€ïžâðâð©ðœ" | "ð©ð¿ââ€ïžâðâð©ðŸ" | "ð©ð¿ââ€ïžâðâð©ð¿" | "ð§ð»ââ€ïžâðâð§ðŒ" | "ð§ð»ââ€ïžâðâð§ðœ" | "ð§ð»ââ€ïžâðâð§ðŸ" | "ð§ð»ââ€ïžâðâð§ð¿" | "ð§ðŒââ€ïžâðâð§ð»" | "ð§ðŒââ€ïžâðâð§ðœ" | "ð§ðŒââ€ïžâðâð§ðŸ" | "ð§ðŒââ€ïžâðâð§ð¿" | "ð§ðœââ€ïžâðâð§ð»" | "ð§ðœââ€ïžâðâð§ðŒ" | "ð§ðœââ€ïžâðâð§ðŸ" | "ð§ðœââ€ïžâðâð§ð¿" | "ð§ðŸââ€ïžâðâð§ð»" | "ð§ðŸââ€ïžâðâð§ðŒ" | "ð§ðŸââ€ïžâðâð§ðœ" | "ð§ðŸââ€ïžâðâð§ð¿" | "ð§ð¿ââ€ïžâðâð§ð»" | "ð§ð¿ââ€ïžâðâð§ðŒ" | "ð§ð¿ââ€ïžâðâð§ðœ" | "ð§ð¿ââ€ïžâðâð§ðŸ"';
|
|
10
10
|
/**
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*
|
|
11
11
|
* @public exported from `@promptbook/utils`
|
|
12
12
|
*/
|
|
13
|
-
export declare function parseNumber(value: string | number): number;
|
|
13
|
+
export declare function parseNumber(value: string | number | null | undefined): number;
|
|
14
14
|
/**
|
|
15
15
|
* TODO: Maybe use sth. like safe-eval in fraction/calculation case @see https://www.npmjs.com/package/safe-eval
|
|
16
16
|
* TODO: [ð§ ][ð»] Maybe export through `@promptbook/markdown-utils` not `@promptbook/utils`
|