Skip to content

Commit 3ba3ff2

Browse files
examonCopilot
andcommitted
Fix @SInCE on the new Java isTerminal setter
ToolDefinition.isTerminal(boolean) is introduced by this PR but was tagged @SInCE 1.0.7, a version released long ago in which the method did not exist, so the generated javadoc would misstate its availability. 1.0.11 is the current unreleased version: the pom is at 1.0.10-preview.3-SNAPSHOT, and the eight java/src/main files carrying @SInCE 1.0.11 include ToolDefinition.createOverride in this same file. This was the only @SInCE tag the PR added. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5000d02 commit 3ba3ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/src/main/java/com/github/copilot/rpc/ToolDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public ToolDefinition metadata(Map<String, Object> value) {
395395
* {@code true} to end the agent turn after a successful call to this
396396
* tool
397397
* @return a new {@code ToolDefinition} with the flag applied
398-
* @since 1.0.7
398+
* @since 1.0.11
399399
*/
400400
@CopilotExperimental
401401
public ToolDefinition isTerminal(boolean value) {

0 commit comments

Comments
 (0)