Skip to content

Commit

Permalink
feat: sample questions read from model
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <danscode@selman.org>
  • Loading branch information
dselman committed May 31, 2024
1 parent bb21575 commit cb6da53
Show file tree
Hide file tree
Showing 21 changed files with 104 additions and 56 deletions.
10 changes: 5 additions & 5 deletions docs/classes/Conversation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Creates a new Conversation

#### Source

[Conversation.ts:26](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/Conversation.ts#L26)
[Conversation.ts:26](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/Conversation.ts#L26)

## Properties

Expand Down Expand Up @@ -65,7 +65,7 @@ the final result message

#### Source

[Conversation.ts:81](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/Conversation.ts#L81)
[Conversation.ts:81](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/Conversation.ts#L81)

***

Expand All @@ -91,7 +91,7 @@ the system message for the conversation
#### Source

[Conversation.ts:68](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/Conversation.ts#L68)
[Conversation.ts:68](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/Conversation.ts#L68)

***

Expand All @@ -110,7 +110,7 @@ or undefined if a user message has not been added

#### Source

[Conversation.ts:111](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/Conversation.ts#L111)
[Conversation.ts:111](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/Conversation.ts#L111)

***

Expand All @@ -136,4 +136,4 @@ all the messages

#### Source

[Conversation.ts:41](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/Conversation.ts#L41)
[Conversation.ts:41](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/Conversation.ts#L41)
75 changes: 48 additions & 27 deletions docs/classes/GraphModel.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Creates a new instance of GraphModel

#### Source

[graphmodel.ts:26](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L26)
[graphmodel.ts:26](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L26)

## Properties

Expand Down Expand Up @@ -65,7 +65,7 @@ the query results

#### Source

[graphmodel.ts:581](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L581)
[graphmodel.ts:604](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L604)

***

Expand All @@ -87,7 +87,7 @@ Closes a database context.

#### Source

[graphmodel.ts:143](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L143)
[graphmodel.ts:166](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L166)

***

Expand All @@ -103,7 +103,7 @@ Connects to Neo4J

#### Source

[graphmodel.ts:42](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L42)
[graphmodel.ts:42](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L42)

***

Expand All @@ -119,7 +119,7 @@ Create Neo4J constraints for the model

#### Source

[graphmodel.ts:275](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L275)
[graphmodel.ts:298](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L298)

***

Expand All @@ -135,7 +135,7 @@ Create fulltext indexes for the model

#### Source

[graphmodel.ts:345](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L345)
[graphmodel.ts:368](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L368)

***

Expand All @@ -152,7 +152,7 @@ for the model

#### Source

[graphmodel.ts:266](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L266)
[graphmodel.ts:289](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L289)

***

Expand All @@ -168,7 +168,7 @@ Create vector indexes for the model

#### Source

[graphmodel.ts:327](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L327)
[graphmodel.ts:350](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L350)

***

Expand All @@ -184,7 +184,7 @@ Delete all nodes/edges in the graph

#### Source

[graphmodel.ts:363](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L363)
[graphmodel.ts:386](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L386)

***

Expand All @@ -210,7 +210,7 @@ the result

#### Source

[graphmodel.ts:463](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L463)
[graphmodel.ts:486](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L486)

***

Expand All @@ -226,7 +226,7 @@ Drop all Neo4J indexes for the model.

#### Source

[graphmodel.ts:237](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L237)
[graphmodel.ts:260](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L260)

***

Expand All @@ -252,7 +252,7 @@ the items

#### Source

[graphmodel.ts:615](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L615)
[graphmodel.ts:638](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L638)

***

Expand All @@ -270,7 +270,7 @@ the concerto models as a string

#### Source

[graphmodel.ts:562](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L562)
[graphmodel.ts:585](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L585)

***

Expand All @@ -296,7 +296,7 @@ specified

#### Source

[graphmodel.ts:74](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L74)
[graphmodel.ts:74](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L74)

***

Expand All @@ -312,7 +312,28 @@ Get all the full text indexes for the model

#### Source

[graphmodel.ts:310](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L310)
[graphmodel.ts:333](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L333)

***

### getQuestions()

> **getQuestions**(): `string`[]
Retrieves an array of questions for the graph nodes in
the model. Questions are specified using the '@questions'
decorator on GraphNodes.

#### Returns

`string`[]

an array of the questions associated with all the
graph nodes

#### Source

[graphmodel.ts:96](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L96)

***

Expand All @@ -336,7 +357,7 @@ an array of OpenAI tool definitions

#### Source

[graphmodel.ts:709](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L709)
[graphmodel.ts:732](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L732)

***

Expand All @@ -352,7 +373,7 @@ Get all the vector indexes for the model

#### Source

[graphmodel.ts:292](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L292)
[graphmodel.ts:315](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L315)

***

Expand All @@ -369,7 +390,7 @@ from the graph and populates the ModelManager

#### Source

[graphmodel.ts:126](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L126)
[graphmodel.ts:149](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L149)

***

Expand All @@ -387,7 +408,7 @@ promise to indicate the operation is complete

#### Source

[graphmodel.ts:93](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L93)
[graphmodel.ts:116](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L116)

***

Expand Down Expand Up @@ -416,7 +437,7 @@ the graph node

#### Source

[graphmodel.ts:440](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L440)
[graphmodel.ts:463](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L463)

***

Expand Down Expand Up @@ -445,7 +466,7 @@ the source node

#### Source

[graphmodel.ts:478](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L478)
[graphmodel.ts:501](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L501)

***

Expand All @@ -470,7 +491,7 @@ a promise to a Context for the database.

#### Source

[graphmodel.ts:58](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L58)
[graphmodel.ts:58](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L58)

***

Expand All @@ -496,7 +517,7 @@ the query results

#### Source

[graphmodel.ts:410](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L410)
[graphmodel.ts:433](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L433)

***

Expand All @@ -515,7 +536,7 @@ returns the concerto model from the graph

#### Source

[graphmodel.ts:108](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L108)
[graphmodel.ts:131](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L131)

***

Expand All @@ -542,7 +563,7 @@ an array of similar nodes, up to the count limit

#### Source

[graphmodel.ts:537](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L537)
[graphmodel.ts:560](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L560)

***

Expand All @@ -567,7 +588,7 @@ Performs a similarity search on nodes with text content

#### Source

[graphmodel.ts:379](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L379)
[graphmodel.ts:402](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L402)

***

Expand All @@ -591,4 +612,4 @@ the Cypher query

#### Source

[graphmodel.ts:571](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/graphmodel.ts#L571)
[graphmodel.ts:594](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/graphmodel.ts#L594)
2 changes: 1 addition & 1 deletion docs/functions/getOpenAiEmbedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ a promise to an array of numbers

## Source

[functions.ts:12](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/functions.ts#L12)
[functions.ts:12](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/functions.ts#L12)
2 changes: 1 addition & 1 deletion docs/type-aliases/Context.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Runtime context
## Source

[types.ts:115](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L115)
[types.ts:115](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L115)
2 changes: 1 addition & 1 deletion docs/type-aliases/ConversationOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Which tools to register on the conversation

## Source

[types.ts:79](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L79)
[types.ts:79](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L79)
2 changes: 1 addition & 1 deletion docs/type-aliases/EmbeddingCacheNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ A Node type that is used to cache vector embeddings
## Source

[types.ts:122](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L122)
[types.ts:122](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L122)
2 changes: 1 addition & 1 deletion docs/type-aliases/EmbeddingFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ vector embeddings for text

## Source

[types.ts:151](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L151)
[types.ts:151](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L151)
2 changes: 1 addition & 1 deletion docs/type-aliases/FullTextIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Definition of a full text index over some properties
## Source

[types.ts:106](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L106)
[types.ts:106](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L106)
2 changes: 1 addition & 1 deletion docs/type-aliases/GraphModelOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Options to configure Open AI

## Source

[types.ts:172](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L172)
[types.ts:172](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L172)
2 changes: 1 addition & 1 deletion docs/type-aliases/GraphNodeProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ The properties allowed on graph nodes

## Source

[types.ts:145](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L145)
[types.ts:145](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L145)
2 changes: 1 addition & 1 deletion docs/type-aliases/Logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Function signature for a logger

## Source

[types.ts:156](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L156)
[types.ts:156](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L156)
2 changes: 1 addition & 1 deletion docs/type-aliases/OpenAiOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Tool choice

## Source

[types.ts:49](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L49)
[types.ts:49](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L49)
2 changes: 1 addition & 1 deletion docs/type-aliases/PropertyBag.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ A untyped set of properties

## Source

[types.ts:140](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L140)
[types.ts:140](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L140)
2 changes: 1 addition & 1 deletion docs/type-aliases/SimilarityResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Result of a vector similarity search
## Source

[types.ts:131](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L131)
[types.ts:131](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L131)
2 changes: 1 addition & 1 deletion docs/type-aliases/ToolOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Creates tools to retrieve nodes via similarity search of vector indexed properti

## Source

[types.ts:27](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L27)
[types.ts:27](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L27)
2 changes: 1 addition & 1 deletion docs/type-aliases/ToolResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ The string that we should compute embedding vectors for

## Source

[types.ts:188](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L188)
[types.ts:188](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L188)
2 changes: 1 addition & 1 deletion docs/type-aliases/VectorIndex.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Definition of a vector (embeddings) index
## Source

[types.ts:16](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/types.ts#L16)
[types.ts:16](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/types.ts#L16)
2 changes: 1 addition & 1 deletion docs/variables/ConsoleLogger.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
## Source

[ConsoleLogger.ts:10](https://github.com/accordproject/lab-concerto-graph/blob/bea41ec87924201b9fbf2eb7e09102b1acce5799/src/ConsoleLogger.ts#L10)
[ConsoleLogger.ts:10](https://github.com/accordproject/lab-concerto-graph/blob/bb2157507ab9fc0933aed80f61ecfe646c993a37/src/ConsoleLogger.ts#L10)
Loading

0 comments on commit cb6da53

Please sign in to comment.