-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Dan Selman <danscode@selman.org>
- Loading branch information
Showing
24 changed files
with
259 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[**@accordproject/concerto-graph**](../README.md) • **Docs** | ||
|
||
*** | ||
|
||
[@accordproject/concerto-graph](../README.md) / ConversationOptions | ||
|
||
# Type alias: ConversationOptions | ||
|
||
> **ConversationOptions**: `object` | ||
## Type declaration | ||
|
||
### toolOptions | ||
|
||
> **toolOptions**: [`ToolOptions`](ToolOptions.md) | ||
## Source | ||
|
||
[types.ts:44](https://github.com/accordproject/lab-concerto-graph/blob/8f4fb74348d19b37d903f29e81aaec4eca02a552/src/types.ts#L44) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[**@accordproject/concerto-graph**](../README.md) • **Docs** | ||
|
||
*** | ||
|
||
[@accordproject/concerto-graph](../README.md) / ToolOptions | ||
|
||
# Type alias: ToolOptions | ||
|
||
> **ToolOptions**: `object` | ||
Options for tool generation from the model | ||
|
||
## Type declaration | ||
|
||
### chatWithData? | ||
|
||
> `optional` **chatWithData**: `boolean` | ||
Creates tools to retrieve nodes via generation of Cypher from natural language | ||
|
||
### fullTextSearch? | ||
|
||
> `optional` **fullTextSearch**: `boolean` | ||
Creates tools to retrieve nodes via fulltext search of indexed properties | ||
|
||
### getById? | ||
|
||
> `optional` **getById**: `boolean` | ||
Creates tools to retrieve nodes by id | ||
|
||
### similaritySearch? | ||
|
||
> `optional` **similaritySearch**: `boolean` | ||
Creates tools to retrieve nodes via similarity search of vector indexed properties | ||
|
||
## Source | ||
|
||
[types.ts:25](https://github.com/accordproject/lab-concerto-graph/blob/8f4fb74348d19b37d903f29e81aaec4eca02a552/src/types.ts#L25) |
Oops, something went wrong.