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 83acf54589
commit 89f1d168af
15 changed files with 903 additions and 27 deletions

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';