Skip to content

Commit 80bd426

Browse files
stephentoubCopilot
andcommitted
Remove isCallToolResult and convertCallToolResult from public exports
These are internal implementation details used by session.ts and client.ts. Go and Python already keep them private (lowercase/underscore-prefixed). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e6729bc commit 80bd426

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nodejs/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export { CopilotSession, type AssistantMessageEvent } from "./session.js";
1313
export {
1414
defineTool,
1515
approveAll,
16-
isCallToolResult,
17-
convertCallToolResult,
1816
SYSTEM_PROMPT_SECTIONS,
1917
} from "./types.js";
2018
export type {

0 commit comments

Comments
 (0)