Skip to content

Conversation

gsr25
Copy link

@gsr25 gsr25 commented Apr 12, 2025

No description provided.

Copy link
Collaborator

@kpsunil97 kpsunil97 left a comment

Choose a reason for hiding this comment

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

Could you please update the description with the added changes? Also, please add the example screenshot with the server running locally.

@@ -0,0 +1 @@
* @kpsunil97 No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

add newline

@@ -0,0 +1 @@
deployable: true No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we need this? this is not deployable.

- `create_issue`: Creates a DevRev issue with a specified title and part. Parameters:
- `title`: The issue title (required)
- `part_name`: Name of the part to associate with the issue (required).
- The issue will be automatically assigned to the currently authenticated user
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we add the owner too which if not provided can be assigned to the current user?

json=payload
)

def search_part_by_name(part_name: str) -> Tuple[bool, Optional[str], Optional[str]]:
Copy link
Collaborator

Choose a reason for hiding this comment

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

instead allow part as namespace in search tool. agent would figure out the relevant part while searching.

"type": "object",
"properties": {
"title": {"type": "string"},
"part_name": {"type": "string"},
Copy link
Collaborator

Choose a reason for hiding this comment

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

add description too, easier of the fields to be predicted by agent. move part to part id and let agent figure out the part id from the name with the search tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants