feat(sdk): implements SessionContext for SDK tool calls (#18862)

This commit is contained in:
Michael Bleigh
2026-02-12 23:28:48 -08:00
committed by GitHub
parent bed3eae0e1
commit b61a123da8
15 changed files with 903 additions and 27 deletions
+3
View File
@@ -192,3 +192,6 @@ export * from './agents/types.js';
// Export stdio utils
export * from './utils/stdio.js';
export * from './utils/terminal.js';
// Export types from @google/genai
export type { Content, Part, FunctionCall } from '@google/genai';