Skip to content

Commit 9b3fe2e

Browse files
committed
resolve merge conflicts
2 parents 52d900d + 2ae9b94 commit 9b3fe2e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

nexus-next/tool.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Each Tool must provide a standardized definition, telling us where and how to in
1111
"fqn": "{domain}.{name}@{version}",
1212
"type": "onchain/offchain",
1313
"url": "{url/move_ident}",
14+
"description": "A UTF-8 string",
1415
"input_schema": "draft-2020-12 JSON schema",
1516
"output_schema": "draft-2020-12 JSON schema"
1617
}
@@ -34,7 +35,12 @@ This will determine _how_ the Leader contacts the Tool. For offchain Tools, this
3435

3536
Onchain Tools will require a similar `url` but it would likely be a move call definition in the format `pkg_id::module::fn` or similar. Confirmation will follow soon.
3637

37-
4. `input_schema` and `output_schema`
38+
4. `description`
39+
40+
A description of what the tool does. Currently we do not enforce a maximum length but this is
41+
subject to change. In addition we assume a UTF-8 representation.
42+
43+
5. `input_schema` and `output_schema`
3844

3945
These will be `draft-2020-12` JSON schema definitions of the Tool inputs and outputs. This lets the Leader parse and verify data going in and coming out of the Tool.
4046

nexus-sdk/guides/math-branching-with-chat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,5 +621,5 @@ This extended DAG demonstrates how to combine mathematical computation with natu
621621

622622
<!-- List of references -->
623623

624-
[math-branching-entry-guide]: ./math_branching-dag-entry.md
624+
[math-branching-entry-guide]: ./math-branching-dag-entry.md
625625
[llm-openai-chat-prep-tool]: ./llm-openai-chat-prep-tool.md

0 commit comments

Comments
 (0)