Specify title for a prompt argument? #933
Replies: 1 comment
|
The protocol type does support this, but the attribute/reflection path still does not populate it. In current
So Sources: If you need a title today, the supported escape hatches are to register a custom |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Pre-submission Checklist
Question Category
Your Question
In the protocol spec for a PromptArgument, you should be able to set a title used for display purposes. I think Claude Desktop might use this, for example. However, I don't think there's a way to set this via SDK -- at least not from the tests and cursory search I did of the codebase. You can only set
[Description]string myParam.This could be converted into an issue if this is missing, otherwise I might be missing something?
PS: As a bonus, it would be nice to override the name too. Since
employeeIdin Claude becomesEmployeeid😅 (This is why I think it supportstitle, if only I could provide it).All reactions