Replies: 1 comment 1 reply
-
|
Having same problem...Tool call not fit to context window. It would be great to have this filtering work. Also as an idea - to pipe tool response with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, before creating an issue I want to verify my understanding. I am calling jira_get_sprint_issues function with args: {"sprint_id": "94977", "fields": "summary,assignee,parent", "limit": 50}. The function returns all the fields. This is causing the problem because we have many custom fields, which means a huge token consumption. I checked the code and it looks to me that this is the expected behaivour. If that is the case, what is the purpose of the fields parameter? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions