Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tools): add links to the tools description #26

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Conversation

xjacka
Copy link
Contributor

@xjacka xjacka commented Oct 24, 2024

No description provided.

@xjacka xjacka requested review from pilartomas and kapetr October 24, 2024 06:49
@@ -513,7 +513,7 @@ export async function listTools({
inputSchema: arXivTool.inputSchema,
isExternal: true,
userDescription:
'Retrieve abstracts of research articles published on ArXiv.org, along with their titles, authors, publication dates, and categories. Ideal for retrieving high-level information about academic papers. The full text of articles is not provided, making it unsuitable for full-text searches or advanced analytics.'
'Retrieve abstracts of research articles published on [ArXiv.org](http://arxiv.org), along with their titles, authors, publication dates, and categories. Ideal for retrieving high-level information about academic papers. The full text of articles is not provided, making it unsuitable for full-text searches or advanced analytics.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prefer secure protocol

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, It is copied from the issue.

@xjacka xjacka enabled auto-merge (squash) October 24, 2024 06:55
@@ -493,7 +493,7 @@ export async function listTools({
inputSchema: wikipediaTool.inputSchema,
isExternal: true,
userDescription:
'Retrieve detailed information from Wikipedia.org on a wide range of topics, including famous individuals, locations, organizations, and historical events. Ideal for obtaining comprehensive overviews or specific details on well-documented subjects. May not be suitable for lesser-known or more recent topics. The information is subject to community edits which can be inaccurate.'
'Retrieve detailed information from [Wikipedia.org](https://wikipedia.org) on a wide range of topics, including famous individuals, locations, organizations, and historical events. Ideal for obtaining comprehensive overviews or specific details on well-documented subjects. May not be suitable for lesser-known or more recent topics. The information is subject to community edits which can be inaccurate.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to open it in a new window, this should work {:target="_blank"} , but let me try first.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, it doesn't work, we'll add it on the UI side.

@xjacka xjacka merged commit 395d132 into main Oct 24, 2024
6 checks passed
@xjacka xjacka deleted the tool_description_links branch October 24, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants