-
Notifications
You must be signed in to change notification settings - Fork 737
feat: Add task related things to schema #671
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
base: main
Are you sure you want to change the base?
Conversation
|
I will try to implement this internal first, feel free to continue |
|
I would like to add modelcontextprotocol/modelcontextprotocol#1831 to this too |
|
Let's wait until the |
|
I'm ok to just drop it if time is not OK, and at the same time, I'm implementing it first internal too. |
|
Let's park this for now, then. |
|
@Kehrlann Just dropped. |
584e4a5 to
8544229
Compare
| @JsonProperty("content") List<Content> content, | ||
| @JsonProperty("isError") Boolean isError, | ||
| @JsonProperty("structuredContent") Object structuredContent, | ||
| @JsonProperty("task") Task task, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No | type in Java, so add the task here instead of GetTaskRequest | CallToolResult, an Either type will change much code, and Object loses type safety.
d8be68c to
354d2e2
Compare
Signed-off-by: He-Pin <[email protected]>
Signed-off-by: He-Pin <[email protected]>
Signed-off-by: He-Pin <[email protected]>
Signed-off-by: He-Pin <[email protected]>
Motivation and Context
Add modelcontextprotocol/modelcontextprotocol#1732
How Has This Been Tested?
Breaking Changes
Types of changes
Checklist
Additional context