@code-yeongyu/senpi 2026.9.12-3 → 2026.9.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -60
- package/README.md +1 -1
- package/dist/bun/cli.d.ts +1 -2
- package/dist/bun/cli.d.ts.map +1 -1
- package/dist/bun/cli.js +8 -5
- package/dist/bun/cli.js.map +1 -1
- package/dist/bun/register-bedrock.d.ts +2 -0
- package/dist/bun/register-bedrock.d.ts.map +1 -0
- package/dist/bun/register-bedrock.js +4 -0
- package/dist/bun/register-bedrock.js.map +1 -0
- package/dist/cli/config-selector.d.ts.map +1 -1
- package/dist/cli/config-selector.js +1 -2
- package/dist/cli/config-selector.js.map +1 -1
- package/dist/cli/experimental/auth.d.ts +16 -0
- package/dist/cli/experimental/auth.d.ts.map +1 -0
- package/dist/cli/experimental/auth.js +13 -0
- package/dist/cli/experimental/auth.js.map +1 -0
- package/dist/cli/experimental/cli.d.ts +6 -0
- package/dist/cli/experimental/cli.d.ts.map +1 -0
- package/dist/cli/experimental/cli.js +5 -0
- package/dist/cli/experimental/cli.js.map +1 -0
- package/dist/cli/experimental/command-options.d.ts +17 -0
- package/dist/cli/experimental/command-options.d.ts.map +1 -0
- package/dist/cli/experimental/command-options.js +35 -0
- package/dist/cli/experimental/command-options.js.map +1 -0
- package/dist/cli/experimental/command.d.ts +63 -0
- package/dist/cli/experimental/command.d.ts.map +1 -0
- package/dist/cli/experimental/command.js +127 -0
- package/dist/cli/experimental/command.js.map +1 -0
- package/dist/cli/experimental/commands/client.d.ts +13 -0
- package/dist/cli/experimental/commands/client.d.ts.map +1 -0
- package/dist/cli/experimental/commands/client.js +25 -0
- package/dist/cli/experimental/commands/client.js.map +1 -0
- package/dist/cli/experimental/commands/pi.d.ts +15 -0
- package/dist/cli/experimental/commands/pi.d.ts.map +1 -0
- package/dist/cli/experimental/commands/pi.js +28 -0
- package/dist/cli/experimental/commands/pi.js.map +1 -0
- package/dist/cli/experimental/commands/server.d.ts +13 -0
- package/dist/cli/experimental/commands/server.d.ts.map +1 -0
- package/dist/cli/experimental/commands/server.js +25 -0
- package/dist/cli/experimental/commands/server.js.map +1 -0
- package/dist/cli/experimental/transport-address.d.ts +10 -0
- package/dist/cli/experimental/transport-address.d.ts.map +1 -0
- package/dist/cli/experimental/transport-address.js +38 -0
- package/dist/cli/experimental/transport-address.js.map +1 -0
- package/dist/cli.js +0 -3
- package/dist/cli.js.map +1 -1
- package/dist/client/index.d.ts +2 -1
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +2 -1
- package/dist/client/index.js.map +1 -1
- package/dist/client/remote-session.d.ts +53 -0
- package/dist/client/remote-session.d.ts.map +1 -0
- package/dist/client/remote-session.js +340 -0
- package/dist/client/remote-session.js.map +1 -0
- package/dist/client/transcript.d.ts +12 -0
- package/dist/client/transcript.d.ts.map +1 -0
- package/dist/client/transcript.js +98 -0
- package/dist/client/transcript.js.map +1 -0
- package/dist/config.d.ts +0 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +0 -1
- package/dist/config.js.map +1 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js +6 -18
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session.d.ts +17 -54
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +157 -153
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/compaction/branch-summarization.d.ts +1 -1
- package/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/dist/core/compaction/branch-summarization.js +4 -6
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction-settings-access.d.ts +2 -18
- package/dist/core/compaction-settings-access.d.ts.map +1 -1
- package/dist/core/compaction-settings-access.js +4 -35
- package/dist/core/compaction-settings-access.js.map +1 -1
- package/dist/core/compaction-settings-resolver.d.ts +2 -2
- package/dist/core/compaction-settings-resolver.d.ts.map +1 -1
- package/dist/core/compaction-settings-resolver.js +3 -6
- package/dist/core/compaction-settings-resolver.js.map +1 -1
- package/dist/core/extensions/builtin/ask-user/extension.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ask-user/extension.js +0 -11
- package/dist/core/extensions/builtin/ask-user/extension.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.js +1 -2
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.js +1 -7
- package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +2 -4
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/keybindings.d.ts +0 -10
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +0 -8
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/messages.d.ts +1 -1
- package/dist/core/messages.d.ts.map +1 -1
- package/dist/core/messages.js.map +1 -1
- package/dist/core/model-registry.d.ts +1 -5
- package/dist/core/model-registry.d.ts.map +1 -1
- package/dist/core/model-registry.js +0 -8
- package/dist/core/model-registry.js.map +1 -1
- package/dist/core/model-resolver.d.ts.map +1 -1
- package/dist/core/model-resolver.js +0 -2
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/model-runtime.d.ts +0 -1
- package/dist/core/model-runtime.d.ts.map +1 -1
- package/dist/core/model-runtime.js +2 -5
- package/dist/core/model-runtime.js.map +1 -1
- package/dist/core/retry-fallback/settings.d.ts +0 -2
- package/dist/core/retry-fallback/settings.d.ts.map +1 -1
- package/dist/core/retry-fallback/settings.js.map +1 -1
- package/dist/core/session-manager.d.ts +2 -5
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js +19 -68
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-write-reservation.d.ts +0 -9
- package/dist/core/session-write-reservation.d.ts.map +1 -1
- package/dist/core/session-write-reservation.js +0 -33
- package/dist/core/session-write-reservation.js.map +1 -1
- package/dist/core/settings-manager.d.ts +5 -12
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +6 -18
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/settings-public-types.d.ts +1 -1
- package/dist/core/settings-public-types.d.ts.map +1 -1
- package/dist/core/settings-public-types.js.map +1 -1
- package/dist/core/skills.d.ts +1 -1
- package/dist/core/skills.d.ts.map +1 -1
- package/dist/core/skills.js +2 -6
- package/dist/core/skills.js.map +1 -1
- package/dist/core/system-prompt.d.ts.map +1 -1
- package/dist/core/system-prompt.js +9 -8
- package/dist/core/system-prompt.js.map +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bash.js +142 -3
- package/dist/core/tools/bash.js.map +1 -1
- package/dist/core/tools/edit.d.ts +12 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/edit.js +168 -4
- package/dist/core/tools/edit.js.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js +53 -2
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/grep.js +58 -2
- package/dist/core/tools/grep.js.map +1 -1
- package/dist/core/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/ls.js +47 -2
- package/dist/core/tools/ls.js.map +1 -1
- package/dist/core/tools/read.d.ts +4 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +141 -4
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/tools/write.js +153 -4
- package/dist/core/tools/write.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/migrations.d.ts.map +1 -1
- package/dist/migrations.js +2 -2
- package/dist/migrations.js.map +1 -1
- package/dist/modes/app-server/threads/turn-runtime.d.ts +1 -3
- package/dist/modes/app-server/threads/turn-runtime.d.ts.map +1 -1
- package/dist/modes/app-server/threads/turn-runtime.js.map +1 -1
- package/dist/modes/app-server/threads/turns.js +1 -1
- package/dist/modes/app-server/threads/turns.js.map +1 -1
- package/dist/modes/app-server/turn-adapter.js +2 -4
- package/dist/modes/app-server/turn-adapter.js.map +1 -1
- package/dist/modes/interactive/components/ask-user-async-widget.d.ts +12 -17
- package/dist/modes/interactive/components/ask-user-async-widget.d.ts.map +1 -1
- package/dist/modes/interactive/components/ask-user-async-widget.js +23 -47
- package/dist/modes/interactive/components/ask-user-async-widget.js.map +1 -1
- package/dist/modes/interactive/components/assistant-message.d.ts +0 -7
- package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/assistant-message.js +2 -26
- package/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/dist/modes/interactive/components/assistant-render-descriptors.d.ts +0 -4
- package/dist/modes/interactive/components/assistant-render-descriptors.d.ts.map +1 -1
- package/dist/modes/interactive/components/assistant-render-descriptors.js +5 -8
- package/dist/modes/interactive/components/assistant-render-descriptors.js.map +1 -1
- package/dist/modes/interactive/components/custom-editor.d.ts +1 -10
- package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-editor.js +1 -37
- package/dist/modes/interactive/components/custom-editor.js.map +1 -1
- package/dist/modes/interactive/components/index.d.ts +1 -1
- package/dist/modes/interactive/components/index.d.ts.map +1 -1
- package/dist/modes/interactive/components/index.js.map +1 -1
- package/dist/modes/interactive/components/scoped-models-selector.js +8 -8
- package/dist/modes/interactive/components/scoped-models-selector.js.map +1 -1
- package/dist/modes/interactive/components/status-indicator.d.ts +1 -4
- package/dist/modes/interactive/components/status-indicator.d.ts.map +1 -1
- package/dist/modes/interactive/components/status-indicator.js +2 -14
- package/dist/modes/interactive/components/status-indicator.js.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.js +4 -4
- package/dist/modes/interactive/components/thinking-selector.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution-renderer.d.ts +1 -4
- package/dist/modes/interactive/components/tool-execution-renderer.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution-renderer.js +10 -23
- package/dist/modes/interactive/components/tool-execution-renderer.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution-types.d.ts +2 -18
- package/dist/modes/interactive/components/tool-execution-types.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution-types.js.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts +3 -3
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js +0 -5
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +15 -10
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +138 -178
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/theme/dark.json +1 -2
- package/dist/modes/interactive/theme/grok-day.json +1 -2
- package/dist/modes/interactive/theme/grok-night.json +1 -2
- package/dist/modes/interactive/theme/light.json +1 -2
- package/dist/modes/interactive/theme/theme-controller.d.ts +0 -1
- package/dist/modes/interactive/theme/theme-controller.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme-controller.js +0 -5
- package/dist/modes/interactive/theme/theme-controller.js.map +1 -1
- package/dist/modes/interactive/theme/theme-schema.json +2 -6
- package/dist/modes/interactive/theme/theme.d.ts +5 -10
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js +117 -14
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/interactive/tips/catalog/input-tips.d.ts +0 -5
- package/dist/modes/interactive/tips/catalog/input-tips.d.ts.map +1 -1
- package/dist/modes/interactive/tips/catalog/input-tips.js +0 -5
- package/dist/modes/interactive/tips/catalog/input-tips.js.map +1 -1
- package/dist/modes/rpc/connection-handler.d.ts.map +1 -1
- package/dist/modes/rpc/connection-handler.js +2 -8
- package/dist/modes/rpc/connection-handler.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +1 -11
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +1 -2
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js +0 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/modes/rpc/session-registry.d.ts +1 -3
- package/dist/modes/rpc/session-registry.d.ts.map +1 -1
- package/dist/modes/rpc/session-registry.js.map +1 -1
- package/dist/modes/rpc/session-worker-client.d.ts +8 -10
- package/dist/modes/rpc/session-worker-client.d.ts.map +1 -1
- package/dist/modes/rpc/session-worker-client.js +23 -14
- package/dist/modes/rpc/session-worker-client.js.map +1 -1
- package/dist/modes/rpc/session-worker-protocol.d.ts +0 -10
- package/dist/modes/rpc/session-worker-protocol.d.ts.map +1 -1
- package/dist/modes/rpc/session-worker-protocol.js +0 -2
- package/dist/modes/rpc/session-worker-protocol.js.map +1 -1
- package/dist/modes/rpc/session-worker.js +16 -12
- package/dist/modes/rpc/session-worker.js.map +1 -1
- package/dist/modes/rpc/worker-session-registry.d.ts +0 -12
- package/dist/modes/rpc/worker-session-registry.d.ts.map +1 -1
- package/dist/modes/rpc/worker-session-registry.js +24 -51
- package/dist/modes/rpc/worker-session-registry.js.map +1 -1
- package/dist/senpi +0 -3
- package/dist/server/create-harness.d.ts +26 -0
- package/dist/server/create-harness.d.ts.map +1 -0
- package/dist/server/create-harness.js +106 -0
- package/dist/server/create-harness.js.map +1 -0
- package/dist/utils/clipboard-image.d.ts.map +1 -1
- package/dist/utils/clipboard-image.js +69 -52
- package/dist/utils/clipboard-image.js.map +1 -1
- package/dist/utils/clipboard-native.d.ts +11 -0
- package/dist/utils/clipboard-native.d.ts.map +1 -0
- package/dist/utils/clipboard-native.js +20 -0
- package/dist/utils/clipboard-native.js.map +1 -0
- package/dist/utils/clipboard.d.ts.map +1 -1
- package/dist/utils/clipboard.js +126 -49
- package/dist/utils/clipboard.js.map +1 -1
- package/dist/utils/exif-orientation.d.ts.map +1 -1
- package/dist/utils/exif-orientation.js +3 -2
- package/dist/utils/exif-orientation.js.map +1 -1
- package/dist/utils/tools-manager.d.ts +0 -1
- package/dist/utils/tools-manager.d.ts.map +1 -1
- package/dist/utils/tools-manager.js +19 -41
- package/dist/utils/tools-manager.js.map +1 -1
- package/docs/AGENTS.md +67 -0
- package/docs/compaction.md +13 -39
- package/docs/containerization.md +0 -45
- package/docs/development.md +0 -19
- package/docs/docs.json +0 -4
- package/docs/environment-variables.md +0 -2
- package/docs/extensions.md +10 -21
- package/docs/keybindings.md +2 -7
- package/docs/models.md +1 -1
- package/docs/providers.md +1 -1
- package/docs/rpc.md +8 -16
- package/docs/sdk.md +0 -7
- package/docs/session-format.md +38 -52
- package/docs/settings.md +4 -40
- package/docs/skills.md +1 -1
- package/docs/termux.md +1 -0
- package/docs/themes.md +6 -8
- package/docs/tui.md +3 -22
- package/examples/README.md +0 -3
- package/examples/extensions/dynamic-resources/dynamic.json +0 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +0 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +0 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +0 -1
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +1 -1
- package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +0 -24
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +5 -5
- package/node_modules/@earendil-works/pi-agent-core/README.md +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts +384 -639
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +250 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts +6 -12
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +27 -33
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +8 -30
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +64 -53
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts +28 -25
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +125 -368
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.d.ts +38 -20
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.js +55 -233
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/events.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts +2 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts +2 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js +17 -17
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.d.ts +100 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.js +420 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.d.ts +0 -93
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.js +0 -39
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/result.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.d.ts +19 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.js +53 -31
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/context.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.d.ts +5 -9
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.js +4 -7
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.d.ts +8 -19
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.js +219 -34
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/codec.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.d.ts +9 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.js +18 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.d.ts +24 -27
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.js +151 -276
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/repo.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.d.ts +41 -39
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.js +196 -175
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.d.ts +22 -23
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.js +1 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.d.ts +3 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.js +2 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.d.ts +40 -44
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.js +115 -333
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts +51 -78
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +207 -327
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.d.ts +65 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.js +320 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.d.ts +4 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.js +762 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.d.ts +2 -9
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.js +1 -8
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/types.d.ts +7 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.d.ts +265 -425
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.js +7 -7
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts +2 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js +26 -29
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.d.ts +43 -64
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.js +26 -45
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/telemetry.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.d.ts +4 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js +93 -66
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/bash.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js +13 -17
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/edit.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.d.ts +1 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js +5 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/file-mutation-queue.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.d.ts +2 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js +5 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/path-utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.d.ts +1 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js +6 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/read.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js +8 -12
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/tools/write.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts +45 -128
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts +5 -19
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +192 -65
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts +1 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/index.js +6 -3
- package/node_modules/@earendil-works/pi-agent-core/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/search/index.d.ts +16 -24
- package/node_modules/@earendil-works/pi-agent-core/dist/search/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/search/index.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/search/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.d.ts +29 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.js +103 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +0 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +6 -27
- package/node_modules/@earendil-works/pi-ai/README.md +4 -39
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js +1 -8
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.d.ts +69 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.js +159 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-gateway-binding.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.d.ts +0 -11
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.js +0 -18
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/measure.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js +1 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js +1 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/mistral-conversations.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +3 -6
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js +1 -4
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +3 -13
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.js +1 -2
- package/node_modules/@earendil-works/pi-ai/dist/cursor/store-migration.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +1 -2
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.js +1 -2
- package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +2 -5
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/openai-responses-compat.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/openai-responses-compat.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/openai-responses-compat.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.js +0 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js +1 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/azure-openai-responses.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/deepseek.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/fireworks.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/github-copilot.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-cn.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan-individual.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/qwen-token-plan.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js +5 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.js +3 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.js +4 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +6 -16
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +5 -25
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.js +1 -5
- package/node_modules/@earendil-works/pi-ai/dist/utils/prompt-cache-ttl.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry-profile/types.d.ts +1 -10
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry-profile/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry-profile/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts +2 -13
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +7 -18
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.d.ts +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.js +31 -36
- package/node_modules/@earendil-works/pi-ai/dist/utils/uuid.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +6 -6
- package/node_modules/@earendil-works/pi-pty/package.json +1 -1
- package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/README.md +4 -53
- package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.d.ts +1 -21
- package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.js +42 -199
- package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts +1 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.js +0 -28
- package/node_modules/@earendil-works/pi-tui/dist/components/box.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +1 -6
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +18 -98
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts +1 -12
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js +6 -40
- package/node_modules/@earendil-works/pi-tui/dist/components/input.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/latex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/latex.js +0 -7
- package/node_modules/@earendil-works/pi-tui/dist/components/latex.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts +0 -3
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js +8 -20
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.d.ts +3 -6
- package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.js +1 -6
- package/node_modules/@earendil-works/pi-tui/dist/components/scroll-view.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts +1 -4
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +2 -48
- package/node_modules/@earendil-works/pi-tui/dist/components/select-list.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts +1 -5
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +5 -54
- package/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -3
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js +0 -3
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/layout.d.ts +1 -3
- package/node_modules/@earendil-works/pi-tui/dist/layout.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/layout.js +9 -32
- package/node_modules/@earendil-works/pi-tui/dist/layout.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts +1 -2
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js +44 -3
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +20 -2
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.d.ts +1 -31
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js +41 -335
- package/node_modules/@earendil-works/pi-tui/dist/tui-alt-screen.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts +5 -83
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +4 -118
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +0 -2
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +0 -9
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/native/darwin/README.md +6 -8
- package/node_modules/@earendil-works/pi-tui/native/darwin/build.sh +5 -12
- package/node_modules/@earendil-works/pi-tui/native/darwin/prebuilds/darwin-arm64/{darwin-platform.node → darwin-modifiers.node} +0 -0
- package/node_modules/@earendil-works/pi-tui/native/darwin/prebuilds/darwin-x64/{darwin-platform.node → darwin-modifiers.node} +0 -0
- package/node_modules/@earendil-works/pi-tui/native/darwin/src/darwin-modifiers.c +70 -0
- package/node_modules/@earendil-works/pi-tui/native/win32/README.md +7 -18
- package/node_modules/@earendil-works/pi-tui/native/win32/build.mjs +4 -7
- package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-arm64/win32-console-mode.node +0 -0
- package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-x64/win32-console-mode.node +0 -0
- package/node_modules/@earendil-works/pi-tui/native/win32/src/win32-console-mode.c +119 -0
- package/node_modules/@earendil-works/pi-tui/package.json +3 -10
- package/node_modules/@google/genai/dist/genai.d.ts +278 -1788
- package/node_modules/@google/genai/dist/index.cjs +299 -319
- package/node_modules/@google/genai/dist/index.mjs +299 -319
- package/node_modules/@google/genai/dist/index.mjs.map +1 -1
- package/node_modules/@google/genai/dist/node/index.cjs +300 -320
- package/node_modules/@google/genai/dist/node/index.mjs +300 -320
- package/node_modules/@google/genai/dist/node/index.mjs.map +1 -1
- package/node_modules/@google/genai/dist/node/node.d.ts +278 -1788
- package/node_modules/@google/genai/dist/tokenizer/node.cjs +2 -49
- package/node_modules/@google/genai/dist/tokenizer/node.d.ts +3 -43
- package/node_modules/@google/genai/dist/tokenizer/node.mjs +2 -49
- package/node_modules/@google/genai/dist/tokenizer/node.mjs.map +1 -1
- package/node_modules/@google/genai/dist/vertex_internal/index.cjs +3 -39
- package/node_modules/@google/genai/dist/vertex_internal/index.cjs.map +1 -1
- package/node_modules/@google/genai/dist/vertex_internal/index.d.ts +9 -51
- package/node_modules/@google/genai/dist/vertex_internal/index.js +3 -39
- package/node_modules/@google/genai/dist/vertex_internal/index.js.map +1 -1
- package/node_modules/@google/genai/dist/web/index.mjs +299 -319
- package/node_modules/@google/genai/dist/web/index.mjs.map +1 -1
- package/node_modules/@google/genai/dist/web/web.d.ts +278 -1788
- package/node_modules/@google/genai/package.json +1 -1
- package/node_modules/@mariozechner/clipboard/.yarnrc.yml +1 -0
- package/node_modules/@mariozechner/clipboard/Cargo.toml +45 -0
- package/node_modules/@mariozechner/clipboard/README.md +60 -0
- package/node_modules/@mariozechner/clipboard/build.rs +5 -0
- package/node_modules/@mariozechner/clipboard/exp.ts +12 -0
- package/node_modules/@mariozechner/clipboard/index.d.ts +37 -0
- package/node_modules/@mariozechner/clipboard/index.js +606 -0
- package/node_modules/@mariozechner/clipboard/package.json +45 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/common.rs +307 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/mod.rs +93 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/ios.rs +313 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/macos.rs +471 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/mod.rs +252 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/wayland.rs +431 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/win.rs +712 -0
- package/node_modules/@mariozechner/clipboard/src/clipboard_rs/platform/x11.rs +916 -0
- package/node_modules/@mariozechner/clipboard/src/lib.rs +194 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +4 -11
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +3 -2
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -8
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/ignore/README.md +0 -52
- package/node_modules/ignore/index.js +129 -785
- package/node_modules/ignore/legacy.js +98 -660
- package/node_modules/ignore/package.json +4 -10
- package/node_modules/marked/README.md +0 -1
- package/node_modules/marked/lib/marked.d.ts +0 -7
- package/node_modules/marked/lib/marked.esm.js +30 -30
- package/node_modules/marked/lib/marked.esm.js.map +3 -3
- package/node_modules/marked/lib/marked.umd.js +30 -30
- package/node_modules/marked/lib/marked.umd.js.map +3 -3
- package/node_modules/marked/man/marked.1 +1 -1
- package/node_modules/marked/package.json +2 -2
- package/node_modules/typebox/build/compile/validator.d.mts +1 -1
- package/node_modules/typebox/build/compile/validator.mjs +1 -1
- package/node_modules/typebox/build/format/idna/idn-hostname.mjs +5 -7
- package/node_modules/typebox/build/format/iri.mjs +1 -5
- package/node_modules/typebox/build/guard/emit.mjs +4 -2
- package/node_modules/typebox/build/guard/guard.mjs +18 -6
- package/node_modules/typebox/build/guard/string.mjs +24 -16
- package/node_modules/typebox/build/schema/compile.d.mts +2 -3
- package/node_modules/typebox/build/schema/compile.mjs +8 -8
- package/node_modules/typebox/build/schema/engine/_context.d.mts +6 -1
- package/node_modules/typebox/build/schema/engine/_context.mjs +14 -9
- package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -1
- package/node_modules/typebox/build/schema/engine/_stack.d.mts +2 -6
- package/node_modules/typebox/build/schema/engine/_stack.mjs +32 -135
- package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +4 -16
- package/node_modules/typebox/build/schema/engine/allOf.mjs +2 -2
- package/node_modules/typebox/build/schema/engine/anyOf.mjs +2 -2
- package/node_modules/typebox/build/schema/engine/if.mjs +2 -2
- package/node_modules/typebox/build/schema/engine/oneOf.mjs +2 -2
- package/node_modules/typebox/build/schema/engine/propertyNames.mjs +3 -1
- package/node_modules/typebox/build/schema/engine/ref.mjs +2 -2
- package/node_modules/typebox/build/schema/engine/schema.mjs +0 -6
- package/node_modules/typebox/build/schema/engine/unevaluatedItems.mjs +2 -2
- package/node_modules/typebox/build/schema/engine/unevaluatedProperties.mjs +2 -2
- package/node_modules/typebox/build/schema/errors.d.mts +2 -2
- package/node_modules/typebox/build/schema/errors.mjs +13 -7
- package/node_modules/typebox/build/schema/parse.d.mts +0 -1
- package/node_modules/typebox/build/schema/parse.mjs +5 -10
- package/node_modules/typebox/build/schema/resolve/resolve.d.mts +3 -34
- package/node_modules/typebox/build/schema/resolve/resolve.mjs +73 -198
- package/node_modules/typebox/build/schema/schema.d.mts +0 -1
- package/node_modules/typebox/build/schema/schema.mjs +0 -1
- package/node_modules/typebox/build/value/errors/errors.d.mts +12 -2
- package/node_modules/typebox/build/value/errors/errors.mjs +7 -2
- package/node_modules/typebox/package.json +1 -1
- package/node_modules/typebox/readme.md +5 -9
- package/node_modules/undici/docs/docs/api/Client.md +0 -4
- package/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +2 -3
- package/node_modules/undici/docs/docs/api/EventSource.md +0 -4
- package/node_modules/undici/docs/docs/api/Interceptors.md +3 -7
- package/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +1 -7
- package/node_modules/undici/lib/cache/memory-cache-store.js +2 -2
- package/node_modules/undici/lib/core/symbols.js +0 -2
- package/node_modules/undici/lib/dispatcher/agent.js +2 -7
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +4 -7
- package/node_modules/undici/lib/dispatcher/client-h1.js +4 -12
- package/node_modules/undici/lib/dispatcher/client-h2.js +3 -43
- package/node_modules/undici/lib/dispatcher/client.js +2 -3
- package/node_modules/undici/lib/dispatcher/dispatcher-base.js +1 -13
- package/node_modules/undici/lib/dispatcher/dispatcher.js +1 -15
- package/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +0 -3
- package/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +3 -10
- package/node_modules/undici/lib/dispatcher/proxy-agent.js +1 -18
- package/node_modules/undici/lib/dispatcher/retry-agent.js +0 -3
- package/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
- package/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +21 -91
- package/node_modules/undici/lib/handler/cache-handler.js +5 -29
- package/node_modules/undici/lib/handler/decorator-handler.js +1 -7
- package/node_modules/undici/lib/handler/deduplication-handler.js +6 -12
- package/node_modules/undici/lib/handler/redirect-handler.js +4 -21
- package/node_modules/undici/lib/handler/retry-handler.js +30 -148
- package/node_modules/undici/lib/interceptor/cache.js +12 -65
- package/node_modules/undici/lib/interceptor/decompress.js +13 -115
- package/node_modules/undici/lib/interceptor/deduplicate.js +4 -5
- package/node_modules/undici/lib/interceptor/dns.js +0 -7
- package/node_modules/undici/lib/interceptor/dump.js +23 -10
- package/node_modules/undici/lib/mock/mock-agent.js +1 -13
- package/node_modules/undici/lib/mock/mock-utils.js +10 -11
- package/node_modules/undici/lib/util/cache.js +3 -45
- package/node_modules/undici/lib/web/cookies/parse.js +147 -150
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +1 -28
- package/node_modules/undici/lib/web/eventsource/eventsource.js +3 -13
- package/node_modules/undici/lib/web/fetch/index.js +0 -6
- package/node_modules/undici/lib/web/fetch/request.js +3 -2
- package/node_modules/undici/lib/web/fetch/util.js +1 -6
- package/node_modules/undici/lib/web/webidl/index.js +3 -3
- package/node_modules/undici/lib/web/websocket/connection.js +1 -1
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +0 -5
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +10 -8
- package/node_modules/undici/package.json +3 -3
- package/node_modules/undici/types/client.d.ts +0 -10
- package/node_modules/undici/types/interceptors.d.ts +0 -2
- package/node_modules/undici/types/mock-agent.d.ts +10 -11
- package/node_modules/undici/types/socks5-proxy-agent.d.ts +0 -2
- package/package.json +49 -70
- package/vendor/pi-client/client.d.ts +15 -20
- package/vendor/pi-client/client.d.ts.map +1 -1
- package/vendor/pi-client/client.js +245 -248
- package/vendor/pi-client/client.js.map +1 -1
- package/vendor/pi-client/connection.d.ts +3 -4
- package/vendor/pi-client/connection.d.ts.map +1 -1
- package/vendor/pi-client/connection.js +9 -13
- package/vendor/pi-client/connection.js.map +1 -1
- package/vendor/pi-client/errors.d.ts +15 -6
- package/vendor/pi-client/errors.d.ts.map +1 -1
- package/vendor/pi-client/errors.js +25 -10
- package/vendor/pi-client/errors.js.map +1 -1
- package/vendor/pi-client/index.d.ts +4 -3
- package/vendor/pi-client/index.d.ts.map +1 -1
- package/vendor/pi-client/index.js +2 -2
- package/vendor/pi-client/index.js.map +1 -1
- package/vendor/pi-client/session-handle.d.ts +54 -0
- package/vendor/pi-client/session-handle.d.ts.map +1 -0
- package/vendor/pi-client/session-handle.js +50 -0
- package/vendor/pi-client/session-handle.js.map +1 -0
- package/vendor/pi-client/state.d.ts +22 -0
- package/vendor/pi-client/state.d.ts.map +1 -0
- package/vendor/pi-client/state.js +145 -0
- package/vendor/pi-client/state.js.map +1 -0
- package/vendor/pi-client/types.d.ts +8 -14
- package/vendor/pi-client/types.d.ts.map +1 -1
- package/vendor/pi-client/types.js.map +1 -1
- package/vendor/pi-client/unix.d.ts +1 -14
- package/vendor/pi-client/unix.d.ts.map +1 -1
- package/vendor/pi-client/unix.js +8 -138
- package/vendor/pi-client/unix.js.map +1 -1
- package/vendor/pi-protocol/codec.d.ts +4 -2
- package/vendor/pi-protocol/codec.d.ts.map +1 -1
- package/vendor/pi-protocol/codec.js +34 -7
- package/vendor/pi-protocol/codec.js.map +1 -1
- package/vendor/pi-protocol/framing.d.ts +2 -0
- package/vendor/pi-protocol/framing.d.ts.map +1 -1
- package/vendor/pi-protocol/framing.js +15 -0
- package/vendor/pi-protocol/framing.js.map +1 -1
- package/vendor/pi-protocol/index.d.ts +1 -1
- package/vendor/pi-protocol/index.d.ts.map +1 -1
- package/vendor/pi-protocol/index.js +1 -1
- package/vendor/pi-protocol/index.js.map +1 -1
- package/vendor/pi-protocol/schemas.d.ts +13739 -0
- package/vendor/pi-protocol/schemas.d.ts.map +1 -0
- package/vendor/pi-protocol/schemas.js +386 -0
- package/vendor/pi-protocol/schemas.js.map +1 -0
- package/dist/bun/runtime-setup.d.ts +0 -2
- package/dist/bun/runtime-setup.d.ts.map +0 -1
- package/dist/bun/runtime-setup.js +0 -9
- package/dist/bun/runtime-setup.js.map +0 -1
- package/dist/bun/sandbox-env-setup.d.ts +0 -2
- package/dist/bun/sandbox-env-setup.d.ts.map +0 -1
- package/dist/bun/sandbox-env-setup.js +0 -4
- package/dist/bun/sandbox-env-setup.js.map +0 -1
- package/dist/cli/setup.d.ts +0 -2
- package/dist/cli/setup.d.ts.map +0 -1
- package/dist/cli/setup.js +0 -12
- package/dist/cli/setup.js.map +0 -1
- package/dist/core/cursor-history-admission.d.ts +0 -50
- package/dist/core/cursor-history-admission.d.ts.map +0 -1
- package/dist/core/cursor-history-admission.js +0 -130
- package/dist/core/cursor-history-admission.js.map +0 -1
- package/dist/core/tools/renderers/bash.d.ts +0 -12
- package/dist/core/tools/renderers/bash.d.ts.map +0 -1
- package/dist/core/tools/renderers/bash.js +0 -156
- package/dist/core/tools/renderers/bash.js.map +0 -1
- package/dist/core/tools/renderers/edit.d.ts +0 -23
- package/dist/core/tools/renderers/edit.d.ts.map +0 -1
- package/dist/core/tools/renderers/edit.js +0 -172
- package/dist/core/tools/renderers/edit.js.map +0 -1
- package/dist/core/tools/renderers/find.d.ts +0 -10
- package/dist/core/tools/renderers/find.d.ts.map +0 -1
- package/dist/core/tools/renderers/find.js +0 -64
- package/dist/core/tools/renderers/find.js.map +0 -1
- package/dist/core/tools/renderers/grep.d.ts +0 -10
- package/dist/core/tools/renderers/grep.d.ts.map +0 -1
- package/dist/core/tools/renderers/grep.js +0 -69
- package/dist/core/tools/renderers/grep.js.map +0 -1
- package/dist/core/tools/renderers/index.d.ts +0 -28
- package/dist/core/tools/renderers/index.d.ts.map +0 -1
- package/dist/core/tools/renderers/index.js +0 -47
- package/dist/core/tools/renderers/index.js.map +0 -1
- package/dist/core/tools/renderers/ls.d.ts +0 -10
- package/dist/core/tools/renderers/ls.d.ts.map +0 -1
- package/dist/core/tools/renderers/ls.js +0 -58
- package/dist/core/tools/renderers/ls.js.map +0 -1
- package/dist/core/tools/renderers/read.d.ts +0 -19
- package/dist/core/tools/renderers/read.d.ts.map +0 -1
- package/dist/core/tools/renderers/read.js +0 -149
- package/dist/core/tools/renderers/read.js.map +0 -1
- package/dist/core/tools/renderers/write.d.ts +0 -10
- package/dist/core/tools/renderers/write.d.ts.map +0 -1
- package/dist/core/tools/renderers/write.js +0 -162
- package/dist/core/tools/renderers/write.js.map +0 -1
- package/dist/modes/interactive/chat-viewport.d.ts +0 -22
- package/dist/modes/interactive/chat-viewport.d.ts.map +0 -1
- package/dist/modes/interactive/chat-viewport.js +0 -29
- package/dist/modes/interactive/chat-viewport.js.map +0 -1
- package/dist/modes/interactive/components/ask-user-answer-key.d.ts +0 -14
- package/dist/modes/interactive/components/ask-user-answer-key.d.ts.map +0 -1
- package/dist/modes/interactive/components/ask-user-answer-key.js +0 -65
- package/dist/modes/interactive/components/ask-user-answer-key.js.map +0 -1
- package/dist/modes/interactive/theme/theme-json.d.ts +0 -84
- package/dist/modes/interactive/theme/theme-json.d.ts.map +0 -1
- package/dist/modes/interactive/theme/theme-json.js +0 -130
- package/dist/modes/interactive/theme/theme-json.js.map +0 -1
- package/dist/modes/interactive/tui-renderer.d.ts +0 -21
- package/dist/modes/interactive/tui-renderer.d.ts.map +0 -1
- package/dist/modes/interactive/tui-renderer.js +0 -67
- package/dist/modes/interactive/tui-renderer.js.map +0 -1
- package/dist/modes/rpc/session-path-reservations.d.ts +0 -30
- package/dist/modes/rpc/session-path-reservations.d.ts.map +0 -1
- package/dist/modes/rpc/session-path-reservations.js +0 -58
- package/dist/modes/rpc/session-path-reservations.js.map +0 -1
- package/dist/modes/rpc/session-worker-credit.d.ts +0 -17
- package/dist/modes/rpc/session-worker-credit.d.ts.map +0 -1
- package/dist/modes/rpc/session-worker-credit.js +0 -39
- package/dist/modes/rpc/session-worker-credit.js.map +0 -1
- package/dist/modes/rpc/session-worker-signals.d.ts +0 -7
- package/dist/modes/rpc/session-worker-signals.d.ts.map +0 -1
- package/dist/modes/rpc/session-worker-signals.js +0 -19
- package/dist/modes/rpc/session-worker-signals.js.map +0 -1
- package/dist/utils/clipboard-command.d.ts +0 -7
- package/dist/utils/clipboard-command.d.ts.map +0 -1
- package/dist/utils/clipboard-command.js +0 -45
- package/dist/utils/clipboard-command.js.map +0 -1
- package/examples/plugins/pi-example-plugin/README.md +0 -38
- package/examples/plugins/pi-example-plugin/package.json +0 -10
- package/examples/plugins/pi-example-plugin/src/contract.ts +0 -13
- package/examples/plugins/pi-example-plugin/src/session.ts +0 -23
- package/examples/plugins/pi-example-plugin/src/tui.ts +0 -31
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/hasOwn.js +0 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/hasOwn.d.ts +0 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/hasOwn.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +0 -62
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -158
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -84
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +0 -18
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -9
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -8
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -10
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -9
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -3
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -1
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -69
- package/node_modules/@earendil-works/chord/README.md +0 -205
- package/node_modules/@earendil-works/chord/dist/api.d.ts +0 -15
- package/node_modules/@earendil-works/chord/dist/api.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/api.js +0 -72
- package/node_modules/@earendil-works/chord/dist/api.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/bundler.d.ts +0 -6
- package/node_modules/@earendil-works/chord/dist/bundler.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/bundler.js +0 -3
- package/node_modules/@earendil-works/chord/dist/bundler.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/context/index.d.ts +0 -24
- package/node_modules/@earendil-works/chord/dist/context/index.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/context/index.js +0 -97
- package/node_modules/@earendil-works/chord/dist/context/index.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/delta/index.d.ts +0 -119
- package/node_modules/@earendil-works/chord/dist/delta/index.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/delta/index.js +0 -1209
- package/node_modules/@earendil-works/chord/dist/delta/index.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/facets/host.d.ts +0 -12
- package/node_modules/@earendil-works/chord/dist/facets/host.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/facets/host.js +0 -762
- package/node_modules/@earendil-works/chord/dist/facets/host.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/facets/loader.d.ts +0 -3
- package/node_modules/@earendil-works/chord/dist/facets/loader.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/facets/loader.js +0 -5
- package/node_modules/@earendil-works/chord/dist/facets/loader.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/index.d.ts +0 -11
- package/node_modules/@earendil-works/chord/dist/index.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/index.js +0 -10
- package/node_modules/@earendil-works/chord/dist/index.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/json.d.ts +0 -4
- package/node_modules/@earendil-works/chord/dist/json.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/json.js +0 -57
- package/node_modules/@earendil-works/chord/dist/json.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/bundle-loader.d.ts +0 -30
- package/node_modules/@earendil-works/chord/dist/node/bundle-loader.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/bundle-loader.js +0 -377
- package/node_modules/@earendil-works/chord/dist/node/bundle-loader.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/bundle.d.ts +0 -26
- package/node_modules/@earendil-works/chord/dist/node/bundle.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/bundle.js +0 -183
- package/node_modules/@earendil-works/chord/dist/node/bundle.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/manifest.d.ts +0 -36
- package/node_modules/@earendil-works/chord/dist/node/manifest.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/manifest.js +0 -6
- package/node_modules/@earendil-works/chord/dist/node/manifest.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/package.d.ts +0 -15
- package/node_modules/@earendil-works/chord/dist/node/package.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node/package.js +0 -199
- package/node_modules/@earendil-works/chord/dist/node/package.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node.d.ts +0 -5
- package/node_modules/@earendil-works/chord/dist/node.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/node.js +0 -3
- package/node_modules/@earendil-works/chord/dist/node.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/consumer.d.ts +0 -11
- package/node_modules/@earendil-works/chord/dist/services/consumer.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/consumer.js +0 -535
- package/node_modules/@earendil-works/chord/dist/services/consumer.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/errors.d.ts +0 -8
- package/node_modules/@earendil-works/chord/dist/services/errors.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/errors.js +0 -21
- package/node_modules/@earendil-works/chord/dist/services/errors.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/handle.d.ts +0 -15
- package/node_modules/@earendil-works/chord/dist/services/handle.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/handle.js +0 -99
- package/node_modules/@earendil-works/chord/dist/services/handle.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/instances.d.ts +0 -25
- package/node_modules/@earendil-works/chord/dist/services/instances.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/instances.js +0 -137
- package/node_modules/@earendil-works/chord/dist/services/instances.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/loopback.d.ts +0 -5
- package/node_modules/@earendil-works/chord/dist/services/loopback.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/loopback.js +0 -15
- package/node_modules/@earendil-works/chord/dist/services/loopback.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/provider.d.ts +0 -37
- package/node_modules/@earendil-works/chord/dist/services/provider.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/provider.js +0 -472
- package/node_modules/@earendil-works/chord/dist/services/provider.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/state-codec.d.ts +0 -15
- package/node_modules/@earendil-works/chord/dist/services/state-codec.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/state-codec.js +0 -115
- package/node_modules/@earendil-works/chord/dist/services/state-codec.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/state-internals.d.ts +0 -11
- package/node_modules/@earendil-works/chord/dist/services/state-internals.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/state-internals.js +0 -10
- package/node_modules/@earendil-works/chord/dist/services/state-internals.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/state.d.ts +0 -23
- package/node_modules/@earendil-works/chord/dist/services/state.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/state.js +0 -124
- package/node_modules/@earendil-works/chord/dist/services/state.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/wire.d.ts +0 -60
- package/node_modules/@earendil-works/chord/dist/services/wire.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/services/wire.js +0 -173
- package/node_modules/@earendil-works/chord/dist/services/wire.js.map +0 -1
- package/node_modules/@earendil-works/chord/dist/types.d.ts +0 -203
- package/node_modules/@earendil-works/chord/dist/types.d.ts.map +0 -1
- package/node_modules/@earendil-works/chord/dist/types.js +0 -2
- package/node_modules/@earendil-works/chord/dist/types.js.map +0 -1
- package/node_modules/@earendil-works/chord/package.json +0 -73
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.d.ts +0 -9
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.js +0 -35
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/config.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.d.ts +0 -9
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.js +0 -13
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/context.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.d.ts +0 -42
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.js +0 -82
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/assistant.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.d.ts +0 -22
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.js +0 -48
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/effect-gate.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.d.ts +0 -67
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.js +0 -121
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution/tools.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.d.ts +0 -38
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.js +0 -404
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/hooks.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.d.ts +0 -28
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.js +0 -173
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/boundary.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.d.ts +0 -8
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.js +0 -133
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/checkpoint.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.d.ts +0 -15
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.js +0 -179
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/deferred.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.d.ts +0 -8
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.js +0 -205
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/generation.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.d.ts +0 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.js +0 -140
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/reconcile.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.d.ts +0 -8
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.js +0 -85
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/recovery.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.d.ts +0 -23
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.js +0 -394
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/response.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.d.ts +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.js +0 -34
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/retry.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.d.ts +0 -32
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.js +0 -929
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/structural.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.d.ts +0 -7
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.js +0 -49
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/terminal.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.d.ts +0 -14
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.js +0 -244
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tool-placement.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.d.ts +0 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.js +0 -449
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive/tools.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.d.ts +0 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.js +0 -93
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/drive.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.d.ts +0 -59
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.js +0 -302
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/harness.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.d.ts +0 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.js +0 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/index.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.d.ts +0 -118
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.js +0 -1559
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/lane.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.d.ts +0 -15
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.js +0 -66
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/progress.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.d.ts +0 -5
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.js +0 -240
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/reducer.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.d.ts +0 -24
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.js +0 -117
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/restore.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.d.ts +0 -21
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.js +0 -72
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/transcript.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.d.ts +0 -105
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.js +0 -50
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/runtime/types.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.d.ts +0 -53
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.js +0 -57
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/commit.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.d.ts +0 -21
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.js +0 -55
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork-policy.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.d.ts +0 -16
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.js +0 -79
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/fork.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.d.ts +0 -39
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.js +0 -269
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/in-memory-storage-state.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.d.ts +0 -38
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.js +0 -266
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/fork.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.d.ts +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.js +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/index.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.d.ts +0 -14
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.js +0 -86
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/io.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.d.ts +0 -44
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.js +0 -454
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/legacy-v3.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.d.ts +0 -8
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.js +0 -22
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/mutation-line.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.d.ts +0 -12
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.js +0 -24
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/datasets.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.d.ts +0 -42
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.js +0 -127
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/session-repo.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.d.ts +0 -25
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.js +0 -114
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/benchmark/storage.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.d.ts +0 -23
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.js +0 -809
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/session-repo.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.d.ts +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.js +0 -600
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance/storage.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.d.ts +0 -26
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.js +0 -103
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/gating-storage.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.d.ts +0 -11
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.js +0 -19
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/instrumented-storage.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.d.ts +0 -20
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.js +0 -40
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/storage-decorator.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.d.ts +0 -95
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.js +0 -81
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/values.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.d.ts +0 -24
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.js +0 -79
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/adaptive-publisher.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.d.ts +0 -31
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.js +0 -217
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/output-capture.js.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.d.ts +0 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.js +0 -33
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/usage.js.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.d.ts +0 -77
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.js +0 -72
- package/node_modules/@earendil-works/pi-ai/dist/api/cloudflare-ai-binding.js.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.d.ts +0 -32
- package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.js +0 -62
- package/node_modules/@earendil-works/pi-ai/dist/cursor/context-limit-store.js.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.d.ts +0 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.js +0 -22
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-headers.js.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.d.ts +0 -77
- package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.js +0 -427
- package/node_modules/@earendil-works/pi-ai/dist/utils/assistant-message-frame.js.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.d.ts +0 -12
- package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.js +0 -93
- package/node_modules/@earendil-works/pi-ai/dist/utils/cursor-context-limit.js.map +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.d.ts +0 -12
- package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.js +0 -19
- package/node_modules/@earendil-works/pi-tui/dist/components/mouse-region.js.map +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-platform.d.ts +0 -18
- package/node_modules/@earendil-works/pi-tui/dist/native-platform.d.ts.map +0 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-platform.js +0 -42
- package/node_modules/@earendil-works/pi-tui/dist/native-platform.js.map +0 -1
- package/node_modules/@earendil-works/pi-tui/native/clipboard.h +0 -170
- package/node_modules/@earendil-works/pi-tui/native/darwin/src/darwin-platform.m +0 -93
- package/node_modules/@earendil-works/pi-tui/native/linux/README.md +0 -23
- package/node_modules/@earendil-works/pi-tui/native/linux/build.sh +0 -65
- package/node_modules/@earendil-works/pi-tui/native/linux/prebuilds/linux-arm64/linux-platform-x11.node +0 -0
- package/node_modules/@earendil-works/pi-tui/native/linux/prebuilds/linux-x64/linux-platform-x11.node +0 -0
- package/node_modules/@earendil-works/pi-tui/native/linux/src/clipboard-worker.h +0 -70
- package/node_modules/@earendil-works/pi-tui/native/linux/src/linux-platform-x11.c +0 -274
- package/node_modules/@earendil-works/pi-tui/native/napi.h +0 -89
- package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-arm64/win32-platform.node +0 -0
- package/node_modules/@earendil-works/pi-tui/native/win32/prebuilds/win32-x64/win32-platform.node +0 -0
- package/node_modules/@earendil-works/pi-tui/native/win32/src/win32-platform.c +0 -241
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/LICENSE +0 -201
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/README.md +0 -115
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/index.js +0 -96
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/abort.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/index.js +0 -2
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/checksum.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/client.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/command.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/index.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/crypto.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/encode.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/EndpointParameterInstructions.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -38
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/index.js +0 -2
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/http.js +0 -5
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/index.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/index.js +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/logger.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/metrics.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/middleware.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/pagination.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/profile.js +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/response.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/retry.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/schema.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/sentinels.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/static-schemas.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/schema/traits.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/serde.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/shapes.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/signature.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/stream.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transfer.js +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/mutable.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/uri.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/util.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-es/waiter.js +0 -1
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/abort.d.ts +0 -48
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -59
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -37
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -61
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/client.d.ts +0 -57
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/command.d.ts +0 -28
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -15
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -58
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -24
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/encode.d.ts +0 -31
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/EndpointParameterInstructions.d.ts +0 -41
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -137
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -32
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -142
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/http.d.ts +0 -110
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/index.d.ts +0 -52
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/metrics.d.ts +0 -93
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -541
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -33
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/retry.d.ts +0 -162
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +0 -143
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/schema.d.ts +0 -236
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +0 -99
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/serde.d.ts +0 -114
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -79
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/signature.d.ts +0 -172
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -28
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -54
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -41
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -42
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -73
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -39
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -45
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -59
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -37
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -61
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -15
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -58
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -40
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointParameterInstructions.d.ts +0 -41
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -32
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -142
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -110
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -52
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +0 -93
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -541
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -162
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -79
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -172
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -28
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -54
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -41
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -42
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -77
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -40
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
- package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/package.json +0 -50
- package/node_modules/esbuild/LICENSE.md +0 -21
- package/node_modules/esbuild/README.md +0 -3
- package/node_modules/esbuild/bin/esbuild +0 -223
- package/node_modules/esbuild/install.js +0 -300
- package/node_modules/esbuild/lib/main.d.ts +0 -720
- package/node_modules/esbuild/lib/main.js +0 -2536
- package/node_modules/esbuild/package.json +0 -47
- package/node_modules/typebox/build/schema/intern/index.d.mts +0 -1
- package/node_modules/typebox/build/schema/intern/index.mjs +0 -1
- package/node_modules/typebox/build/schema/intern/intern.d.mts +0 -14
- package/node_modules/typebox/build/schema/intern/intern.mjs +0 -259
- package/vendor/pi-protocol/protocol.d.ts +0 -167
- package/vendor/pi-protocol/protocol.d.ts.map +0 -1
- package/vendor/pi-protocol/protocol.js +0 -85
- package/vendor/pi-protocol/protocol.js.map +0 -1
|
@@ -63,32 +63,6 @@ export declare enum AdapterSize {
|
|
|
63
63
|
ADAPTER_SIZE_THIRTY_TWO = "ADAPTER_SIZE_THIRTY_TWO"
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
declare type AfterErrorContext = HookContext & {};
|
|
67
|
-
|
|
68
|
-
declare interface AfterErrorHook {
|
|
69
|
-
/**
|
|
70
|
-
* A hook that is called after the SDK encounters an error, or a
|
|
71
|
-
* non-successful response. The hook can introduce instrumentation code such
|
|
72
|
-
* as logging, tracing and metrics or modify the response or error values.
|
|
73
|
-
*/
|
|
74
|
-
afterError: (hookCtx: AfterErrorContext, response: Response | null, error: unknown) => Awaitable_2<{
|
|
75
|
-
response: Response | null;
|
|
76
|
-
error: unknown;
|
|
77
|
-
}>;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
declare type AfterSuccessContext = HookContext & {};
|
|
81
|
-
|
|
82
|
-
declare interface AfterSuccessHook {
|
|
83
|
-
/**
|
|
84
|
-
* A hook that is called after the SDK receives a response. The hook can
|
|
85
|
-
* introduce instrumentation code such as logging, tracing and metrics or
|
|
86
|
-
* modify the response before it is handled or throw an error to stop the
|
|
87
|
-
* response from being handled.
|
|
88
|
-
*/
|
|
89
|
-
afterSuccess: (hookCtx: AfterSuccessContext, response: Response) => Awaitable_2<Response>;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
66
|
declare type Agent$ = Agent;
|
|
93
67
|
|
|
94
68
|
/**
|
|
@@ -191,25 +165,6 @@ declare namespace agents {
|
|
|
191
165
|
}
|
|
192
166
|
}
|
|
193
167
|
|
|
194
|
-
declare class Agents_2 extends ClientSDK {
|
|
195
|
-
/**
|
|
196
|
-
* Lists all Agents.
|
|
197
|
-
*/
|
|
198
|
-
list(params?: ListAgentsParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<agents.AgentListResponse>;
|
|
199
|
-
/**
|
|
200
|
-
* Creates a new Agent (Typed version for SDK).
|
|
201
|
-
*/
|
|
202
|
-
create(params: CreateAgentParams, options?: RequestOptions): APIPromise<agents.Agent>;
|
|
203
|
-
/**
|
|
204
|
-
* Deletes an Agent.
|
|
205
|
-
*/
|
|
206
|
-
delete(id: string, params?: DeleteAgentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
|
|
207
|
-
/**
|
|
208
|
-
* Gets a specific Agent.
|
|
209
|
-
*/
|
|
210
|
-
get(id: string, params?: GetAgentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<agents.Agent>;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
168
|
declare type AgentTool$ = AgentTool;
|
|
214
169
|
|
|
215
170
|
/**
|
|
@@ -331,11 +286,11 @@ declare type AllowlistEntry = {
|
|
|
331
286
|
/**
|
|
332
287
|
* Headers to inject on all outbound requests matching this domain. Accepts a single dict or a list of dicts. The egress proxy injects these automatically.
|
|
333
288
|
*/
|
|
334
|
-
transform?:
|
|
289
|
+
transform?: {
|
|
335
290
|
[k: string]: string;
|
|
336
|
-
}
|
|
291
|
+
} | Array<{
|
|
337
292
|
[k: string]: string;
|
|
338
|
-
} | undefined;
|
|
293
|
+
}> | undefined;
|
|
339
294
|
};
|
|
340
295
|
|
|
341
296
|
declare type Annotation$ = Annotation;
|
|
@@ -387,20 +342,6 @@ export declare interface ApiAuthApiKeyConfig {
|
|
|
387
342
|
apiKeyString?: string;
|
|
388
343
|
}
|
|
389
344
|
|
|
390
|
-
declare type APICall = {
|
|
391
|
-
status: "complete";
|
|
392
|
-
request: Request;
|
|
393
|
-
response: Response;
|
|
394
|
-
} | {
|
|
395
|
-
status: "request-error";
|
|
396
|
-
request: Request;
|
|
397
|
-
response?: undefined;
|
|
398
|
-
} | {
|
|
399
|
-
status: "invalid";
|
|
400
|
-
request?: undefined;
|
|
401
|
-
response?: undefined;
|
|
402
|
-
};
|
|
403
|
-
|
|
404
345
|
/**
|
|
405
346
|
* The ApiClient class is used to send requests to the Gemini API or Vertex AI
|
|
406
347
|
* endpoints.
|
|
@@ -568,25 +509,6 @@ export declare interface ApiKeyConfig {
|
|
|
568
509
|
name?: string;
|
|
569
510
|
}
|
|
570
511
|
|
|
571
|
-
declare class APIPromise<T> implements Promise<T> {
|
|
572
|
-
readonly _promise: Promise<[T, APICall]>;
|
|
573
|
-
_unwrapped: Promise<T> | null;
|
|
574
|
-
_callSource: Promise<APICall> | null;
|
|
575
|
-
readonly [Symbol.toStringTag] = "APIPromise";
|
|
576
|
-
constructor(p: [T, APICall] | Promise<[T, APICall]>, callSource?: Promise<APICall>);
|
|
577
|
-
_getUnwrapped(): Promise<T>;
|
|
578
|
-
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined): Promise<TResult1 | TResult2>;
|
|
579
|
-
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined): Promise<T | TResult>;
|
|
580
|
-
finally(onfinally?: (() => void) | null | undefined): Promise<T>;
|
|
581
|
-
$inspect(): Promise<[T, APICall]>;
|
|
582
|
-
asResponse(): Promise<Response>;
|
|
583
|
-
withResponse(): Promise<{
|
|
584
|
-
data: T;
|
|
585
|
-
response: Response;
|
|
586
|
-
}>;
|
|
587
|
-
_thenUnwrap<U>(transform: (value: T) => U): APIPromise<U>;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
512
|
/** The API spec that the external API implements. This enum is not supported in Gemini API. */
|
|
591
513
|
export declare enum ApiSpec {
|
|
592
514
|
/**
|
|
@@ -718,10 +640,6 @@ declare type AudioContent = {
|
|
|
718
640
|
* The audio content.
|
|
719
641
|
*/
|
|
720
642
|
data?: string | undefined;
|
|
721
|
-
/**
|
|
722
|
-
* The mime type of the audio.
|
|
723
|
-
*/
|
|
724
|
-
mime_type?: AudioContentMimeType | undefined;
|
|
725
643
|
/**
|
|
726
644
|
* The sample rate of the audio.
|
|
727
645
|
*/
|
|
@@ -731,6 +649,10 @@ declare type AudioContent = {
|
|
|
731
649
|
* The URI of the audio.
|
|
732
650
|
*/
|
|
733
651
|
uri?: string | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* The mime type of the audio.
|
|
654
|
+
*/
|
|
655
|
+
mime_type?: AudioContentMimeType | undefined;
|
|
734
656
|
};
|
|
735
657
|
|
|
736
658
|
/**
|
|
@@ -743,7 +665,7 @@ declare type AudioContent = {
|
|
|
743
665
|
/**
|
|
744
666
|
* The mime type of the audio.
|
|
745
667
|
*/
|
|
746
|
-
declare type AudioContentMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" |
|
|
668
|
+
declare type AudioContentMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" | (string & {});
|
|
747
669
|
|
|
748
670
|
declare type AudioDelta = {
|
|
749
671
|
/**
|
|
@@ -773,7 +695,7 @@ declare type AudioDelta = {
|
|
|
773
695
|
*
|
|
774
696
|
* g3-prettier-ignore-file
|
|
775
697
|
*/
|
|
776
|
-
declare type AudioDeltaMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" |
|
|
698
|
+
declare type AudioDeltaMimeType = "audio/wav" | "audio/mp3" | "audio/aiff" | "audio/aac" | "audio/ogg" | "audio/flac" | "audio/mpeg" | "audio/m4a" | "audio/l16" | "audio/opus" | "audio/alaw" | "audio/mulaw" | (string & {});
|
|
777
699
|
|
|
778
700
|
declare type AudioResponseFormat$ = AudioResponseFormat_2;
|
|
779
701
|
|
|
@@ -850,24 +772,6 @@ export declare interface AudioTranscriptionConfig {
|
|
|
850
772
|
/** Configures speaker diarization.
|
|
851
773
|
*/
|
|
852
774
|
diarization?: boolean;
|
|
853
|
-
/** Optional. Configures transcription mode. Supported values: `VERBATIM`, `SMART`. If unspecified, defaults to `VERBATIM` transcription. In `SMART` mode, the model performs disfluency removal (eliminating filler words, repetitions, and false starts), light grammatical cleanup, automatic formatting (paragraphs, bullet points, numbered lists), and minor user edits (inline self-corrections). Timestamps and diarization are incompatible with mode `SMART`. */
|
|
854
|
-
mode?: AudioTranscriptionConfigMode;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
/** Transcription mode. */
|
|
858
|
-
export declare enum AudioTranscriptionConfigMode {
|
|
859
|
-
/**
|
|
860
|
-
* Unspecified transcription mode.
|
|
861
|
-
*/
|
|
862
|
-
MODE_UNSPECIFIED = "MODE_UNSPECIFIED",
|
|
863
|
-
/**
|
|
864
|
-
* Verbatim transcription mode.
|
|
865
|
-
*/
|
|
866
|
-
VERBATIM = "VERBATIM",
|
|
867
|
-
/**
|
|
868
|
-
* Smart transcription mode.
|
|
869
|
-
*/
|
|
870
|
-
SMART = "SMART"
|
|
871
775
|
}
|
|
872
776
|
|
|
873
777
|
/**
|
|
@@ -1049,10 +953,6 @@ export declare interface AvatarConfig {
|
|
|
1049
953
|
videoBitrateBps?: number;
|
|
1050
954
|
}
|
|
1051
955
|
|
|
1052
|
-
declare type Awaitable<T> = T | Promise<T>;
|
|
1053
|
-
|
|
1054
|
-
declare type Awaitable_2<T> = T | Promise<T>;
|
|
1055
|
-
|
|
1056
956
|
/**
|
|
1057
957
|
* @license
|
|
1058
958
|
* Copyright 2026 Google LLC
|
|
@@ -1313,31 +1213,6 @@ export declare interface BatchJobSource {
|
|
|
1313
1213
|
|
|
1314
1214
|
export declare type BatchJobSourceUnion = BatchJobSource | InlinedRequest[] | string;
|
|
1315
1215
|
|
|
1316
|
-
declare type BeforeCreateRequestContext = HookContext & {};
|
|
1317
|
-
|
|
1318
|
-
declare interface BeforeCreateRequestHook {
|
|
1319
|
-
/**
|
|
1320
|
-
* A hook that is called before the SDK creates a `Request` object. The hook
|
|
1321
|
-
* can modify how a request is constructed since certain modifications, like
|
|
1322
|
-
* changing the request URL, cannot be done on a request object directly.
|
|
1323
|
-
*/
|
|
1324
|
-
beforeCreateRequest: (hookCtx: BeforeCreateRequestContext, input: RequestInput) => RequestInput;
|
|
1325
|
-
}
|
|
1326
|
-
|
|
1327
|
-
declare type BeforeRequestContext = HookContext & {};
|
|
1328
|
-
|
|
1329
|
-
declare type BeforeRequestHook = (req: Request) => Awaitable<Request | void>;
|
|
1330
|
-
|
|
1331
|
-
declare interface BeforeRequestHook_2 {
|
|
1332
|
-
/**
|
|
1333
|
-
* A hook that is called before the SDK sends a request. The hook can
|
|
1334
|
-
* introduce instrumentation code such as logging, tracing and metrics or
|
|
1335
|
-
* replace the request before it is sent or throw an error to stop the
|
|
1336
|
-
* request from being sent.
|
|
1337
|
-
*/
|
|
1338
|
-
beforeRequest: (hookCtx: BeforeRequestContext, request: Request) => Awaitable_2<Request>;
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
1216
|
/** Specifies the function Behavior. If not specified, the system keeps the current function call behavior. This field is currently only supported by the BidiGenerateContent method. */
|
|
1342
1217
|
export declare enum Behavior {
|
|
1343
1218
|
/**
|
|
@@ -1592,31 +1467,17 @@ export declare interface CancelBatchJobParameters {
|
|
|
1592
1467
|
config?: CancelBatchJobConfig;
|
|
1593
1468
|
}
|
|
1594
1469
|
|
|
1595
|
-
/**
|
|
1596
|
-
* @license
|
|
1597
|
-
* Copyright 2026 Google LLC
|
|
1598
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
1599
|
-
*
|
|
1600
|
-
* g3-prettier-ignore-file
|
|
1601
|
-
*/
|
|
1602
|
-
declare type CancelInteractionByIdGlobals = {
|
|
1603
|
-
/**
|
|
1604
|
-
* Which version of the API to use.
|
|
1605
|
-
*/
|
|
1606
|
-
api_version?: string | undefined;
|
|
1607
|
-
};
|
|
1608
|
-
|
|
1609
1470
|
declare type CancelInteractionByIdParams = Omit<CancelInteractionByIdRequest, "id">;
|
|
1610
1471
|
|
|
1611
1472
|
declare type CancelInteractionByIdRequest = {
|
|
1612
|
-
/**
|
|
1613
|
-
* Which version of the API to use.
|
|
1614
|
-
*/
|
|
1615
|
-
api_version?: string | undefined;
|
|
1616
1473
|
/**
|
|
1617
1474
|
* The unique identifier of the interaction to cancel.
|
|
1618
1475
|
*/
|
|
1619
1476
|
id: string;
|
|
1477
|
+
/**
|
|
1478
|
+
* Which version of the API to use.
|
|
1479
|
+
*/
|
|
1480
|
+
api_version?: string | undefined;
|
|
1620
1481
|
};
|
|
1621
1482
|
|
|
1622
1483
|
/** Optional parameters for tunings.cancel method. */
|
|
@@ -1843,24 +1704,6 @@ export declare interface CitationMetadata {
|
|
|
1843
1704
|
citations?: Citation[];
|
|
1844
1705
|
}
|
|
1845
1706
|
|
|
1846
|
-
declare class ClientSDK {
|
|
1847
|
-
readonly _httpClient: HTTPClient;
|
|
1848
|
-
readonly _hooks: SDKHooks;
|
|
1849
|
-
readonly _logger?: Logger | undefined;
|
|
1850
|
-
readonly _baseURL: URL | null;
|
|
1851
|
-
readonly _options: SDKOptions & {
|
|
1852
|
-
hooks?: SDKHooks;
|
|
1853
|
-
};
|
|
1854
|
-
constructor(options?: SDKOptions);
|
|
1855
|
-
_createRequest(context: HookContext, conf: RequestConfig, options?: RequestOptions): Result<Request, InvalidRequestError | UnexpectedClientError>;
|
|
1856
|
-
_do(request: Request, options: {
|
|
1857
|
-
context: HookContext;
|
|
1858
|
-
isErrorStatusCode: (statusCode: number) => boolean;
|
|
1859
|
-
retryConfig: RetryConfig;
|
|
1860
|
-
retryCodes: string[];
|
|
1861
|
-
}): Promise<Result<Response, RequestAbortedError | RequestTimeoutError | ConnectionError | UnexpectedClientError>>;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
1707
|
declare type CodeExecution$ = CodeExecution;
|
|
1865
1708
|
|
|
1866
1709
|
/**
|
|
@@ -2135,14 +1978,6 @@ export declare interface ComputeTokensResult {
|
|
|
2135
1978
|
tokensInfo?: TokensInfo[];
|
|
2136
1979
|
}
|
|
2137
1980
|
|
|
2138
|
-
/**
|
|
2139
|
-
* An error that is raised when a HTTP client is unable to make a request to
|
|
2140
|
-
* a server.
|
|
2141
|
-
*/
|
|
2142
|
-
declare class ConnectionError extends HTTPClientError {
|
|
2143
|
-
readonly name = "ConnectionError";
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
1981
|
declare type Content$ = Content_2;
|
|
2147
1982
|
|
|
2148
1983
|
/** Contains the multi-part content of a message. */
|
|
@@ -2157,7 +1992,7 @@ export declare interface Content {
|
|
|
2157
1992
|
/**
|
|
2158
1993
|
* The content of the response.
|
|
2159
1994
|
*/
|
|
2160
|
-
declare type Content_2 =
|
|
1995
|
+
declare type Content_2 = TextContent | ImageContent | AudioContent | DocumentContent | VideoContent;
|
|
2161
1996
|
|
|
2162
1997
|
/** The embedding generated from an input content. */
|
|
2163
1998
|
export declare interface ContentEmbedding {
|
|
@@ -2303,13 +2138,6 @@ export declare interface CountTokensResult {
|
|
|
2303
2138
|
totalTokens?: number;
|
|
2304
2139
|
}
|
|
2305
2140
|
|
|
2306
|
-
declare type CreateAgentGlobals = {
|
|
2307
|
-
/**
|
|
2308
|
-
* Which version of the API to use.
|
|
2309
|
-
*/
|
|
2310
|
-
api_version?: string | undefined;
|
|
2311
|
-
};
|
|
2312
|
-
|
|
2313
2141
|
/**
|
|
2314
2142
|
* Parameters for creating agent interactions
|
|
2315
2143
|
*/
|
|
@@ -2319,35 +2147,31 @@ declare type CreateAgentInteraction = {
|
|
|
2319
2147
|
*/
|
|
2320
2148
|
agent: AgentOption;
|
|
2321
2149
|
/**
|
|
2322
|
-
*
|
|
2323
|
-
*/
|
|
2324
|
-
agent_config?: AntigravityAgentConfig | CodeMenderAgentConfig | DeepResearchAgentConfig | DynamicAgentConfig | undefined;
|
|
2325
|
-
/**
|
|
2326
|
-
* Input only. Whether to run the model interaction in the background.
|
|
2150
|
+
* Input only. Whether the interaction will be streamed.
|
|
2327
2151
|
*/
|
|
2328
|
-
|
|
2152
|
+
stream?: boolean | undefined;
|
|
2329
2153
|
/**
|
|
2330
|
-
*
|
|
2154
|
+
* Input only. Whether to store the response and request for later retrieval.
|
|
2331
2155
|
*/
|
|
2332
|
-
|
|
2156
|
+
store?: boolean | undefined;
|
|
2333
2157
|
/**
|
|
2334
|
-
*
|
|
2158
|
+
* Input only. Whether to run the model interaction in the background.
|
|
2335
2159
|
*/
|
|
2336
|
-
|
|
2160
|
+
background?: boolean | undefined;
|
|
2337
2161
|
/**
|
|
2338
|
-
*
|
|
2162
|
+
* System instruction for the interaction.
|
|
2339
2163
|
*/
|
|
2340
|
-
|
|
2341
|
-
[k: string]: string;
|
|
2342
|
-
} | undefined;
|
|
2164
|
+
system_instruction?: string | undefined;
|
|
2343
2165
|
/**
|
|
2344
|
-
*
|
|
2166
|
+
* A list of tool declarations the model may call during interaction.
|
|
2345
2167
|
*/
|
|
2346
|
-
|
|
2168
|
+
tools?: Array<Tool_2> | undefined;
|
|
2347
2169
|
/**
|
|
2348
|
-
*
|
|
2170
|
+
* The requested modalities of the response (TEXT, IMAGE, AUDIO).
|
|
2171
|
+
*
|
|
2172
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
2349
2173
|
*/
|
|
2350
|
-
|
|
2174
|
+
response_modalities?: Array<ResponseModality> | undefined;
|
|
2351
2175
|
/**
|
|
2352
2176
|
* The mime type of the response. This is required if response_format is set.
|
|
2353
2177
|
*
|
|
@@ -2355,42 +2179,46 @@ declare type CreateAgentInteraction = {
|
|
|
2355
2179
|
*/
|
|
2356
2180
|
response_mime_type?: string | undefined;
|
|
2357
2181
|
/**
|
|
2358
|
-
* The
|
|
2359
|
-
*
|
|
2360
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
2182
|
+
* The ID of the previous interaction, if any.
|
|
2361
2183
|
*/
|
|
2362
|
-
|
|
2184
|
+
previous_interaction_id?: string | undefined;
|
|
2185
|
+
service_tier?: ServiceTier_2 | undefined;
|
|
2363
2186
|
/**
|
|
2364
|
-
*
|
|
2187
|
+
* Message for configuring webhook events for a request.
|
|
2365
2188
|
*/
|
|
2366
|
-
|
|
2367
|
-
service_tier?: ServiceTier_2 | undefined;
|
|
2189
|
+
webhook_config?: WebhookConfig_2 | undefined;
|
|
2368
2190
|
/**
|
|
2369
|
-
*
|
|
2191
|
+
* Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
|
|
2370
2192
|
*/
|
|
2371
|
-
|
|
2193
|
+
response_format?: Array<ResponseFormat_2> | ResponseFormat_2 | undefined;
|
|
2372
2194
|
/**
|
|
2373
|
-
*
|
|
2195
|
+
* The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
|
|
2374
2196
|
*/
|
|
2375
|
-
|
|
2197
|
+
environment?: Environment_2 | string | undefined;
|
|
2376
2198
|
/**
|
|
2377
|
-
*
|
|
2199
|
+
* Configuration parameters for the agent interaction.
|
|
2378
2200
|
*/
|
|
2379
|
-
|
|
2201
|
+
agent_config?: DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig | undefined;
|
|
2380
2202
|
/**
|
|
2381
|
-
*
|
|
2203
|
+
* Safety settings for the interaction.
|
|
2382
2204
|
*/
|
|
2383
|
-
|
|
2205
|
+
safety_settings?: Array<SafetySetting_2> | undefined;
|
|
2384
2206
|
/**
|
|
2385
|
-
*
|
|
2207
|
+
* The labels with user-defined metadata for the request.
|
|
2386
2208
|
*/
|
|
2387
|
-
|
|
2209
|
+
labels?: {
|
|
2210
|
+
[k: string]: string;
|
|
2211
|
+
} | undefined;
|
|
2212
|
+
/**
|
|
2213
|
+
* The input for the interaction.
|
|
2214
|
+
*/
|
|
2215
|
+
input: InteractionsInput;
|
|
2388
2216
|
};
|
|
2389
2217
|
|
|
2390
2218
|
/**
|
|
2391
2219
|
* Configuration parameters for the agent interaction.
|
|
2392
2220
|
*/
|
|
2393
|
-
declare type CreateAgentInteractionAgentConfig =
|
|
2221
|
+
declare type CreateAgentInteractionAgentConfig = DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig;
|
|
2394
2222
|
|
|
2395
2223
|
/**
|
|
2396
2224
|
* The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
|
|
@@ -2414,7 +2242,7 @@ declare type CreateAgentInteractionParamsStreaming = CreateAgentInteractionParam
|
|
|
2414
2242
|
/**
|
|
2415
2243
|
* Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
|
|
2416
2244
|
*/
|
|
2417
|
-
declare type CreateAgentInteractionResponseFormat = ResponseFormat_2 |
|
|
2245
|
+
declare type CreateAgentInteractionResponseFormat = Array<ResponseFormat_2> | ResponseFormat_2;
|
|
2418
2246
|
|
|
2419
2247
|
declare type CreateAgentParams = Omit<CreateAgentRequest, "body"> & CreateAgentRequest["body"];
|
|
2420
2248
|
|
|
@@ -2569,6 +2397,12 @@ export declare interface CreateChatParameters {
|
|
|
2569
2397
|
docs to find the available models.
|
|
2570
2398
|
*/
|
|
2571
2399
|
model: string;
|
|
2400
|
+
/** Config for the entire chat session.
|
|
2401
|
+
|
|
2402
|
+
This config applies to all requests within the session
|
|
2403
|
+
unless overridden by a per-request `config` in `SendMessageParameters`.
|
|
2404
|
+
*/
|
|
2405
|
+
config?: GenerateContentConfig;
|
|
2572
2406
|
/** The initial conversation history for the chat session.
|
|
2573
2407
|
|
|
2574
2408
|
This allows you to start the chat with a pre-existing history. The history
|
|
@@ -2576,12 +2410,6 @@ export declare interface CreateChatParameters {
|
|
|
2576
2410
|
It should start with a 'user' message.
|
|
2577
2411
|
*/
|
|
2578
2412
|
history?: Content[];
|
|
2579
|
-
/** Config for the entire chat session.
|
|
2580
|
-
|
|
2581
|
-
This config applies to all requests within the session
|
|
2582
|
-
unless overridden by a per-request `config` in `SendMessageParameters`.
|
|
2583
|
-
*/
|
|
2584
|
-
config?: GenerateContentConfig;
|
|
2585
2413
|
}
|
|
2586
2414
|
|
|
2587
2415
|
/** Config for optional parameters. */
|
|
@@ -2613,13 +2441,6 @@ export declare interface CreateEmbeddingsBatchJobParameters {
|
|
|
2613
2441
|
config?: CreateEmbeddingsBatchJobConfig;
|
|
2614
2442
|
}
|
|
2615
2443
|
|
|
2616
|
-
declare type CreateEnvironmentGlobals = {
|
|
2617
|
-
/**
|
|
2618
|
-
* Which version of the API to use.
|
|
2619
|
-
*/
|
|
2620
|
-
api_version?: string | undefined;
|
|
2621
|
-
};
|
|
2622
|
-
|
|
2623
2444
|
declare type CreateEnvironmentRequest$ = CreateEnvironmentRequest;
|
|
2624
2445
|
|
|
2625
2446
|
/**
|
|
@@ -2636,17 +2457,6 @@ declare type CreateEnvironmentRequest = {
|
|
|
2636
2457
|
sources?: Array<interactions.Source> | undefined;
|
|
2637
2458
|
};
|
|
2638
2459
|
|
|
2639
|
-
declare type CreateEnvironmentRequest_2 = {
|
|
2640
|
-
/**
|
|
2641
|
-
* Which version of the API to use.
|
|
2642
|
-
*/
|
|
2643
|
-
api_version?: string | undefined;
|
|
2644
|
-
/**
|
|
2645
|
-
* Required. The environment to create.
|
|
2646
|
-
*/
|
|
2647
|
-
body: environments.CreateEnvironmentRequest;
|
|
2648
|
-
};
|
|
2649
|
-
|
|
2650
2460
|
declare type CreateEnvironmentRequestNetworkEnum = "disabled";
|
|
2651
2461
|
|
|
2652
2462
|
/**
|
|
@@ -2723,13 +2533,6 @@ export declare function createFunctionResponsePartFromBase64(data: string, mimeT
|
|
|
2723
2533
|
*/
|
|
2724
2534
|
export declare function createFunctionResponsePartFromUri(uri: string, mimeType: string): FunctionResponsePart;
|
|
2725
2535
|
|
|
2726
|
-
declare type CreateInteractionGlobals = {
|
|
2727
|
-
/**
|
|
2728
|
-
* Which version of the API to use.
|
|
2729
|
-
*/
|
|
2730
|
-
api_version?: string | undefined;
|
|
2731
|
-
};
|
|
2732
|
-
|
|
2733
2536
|
declare type CreateInteractionParams = Omit<CreateInteractionRequest, "body"> & CreateInteractionRequest["body"];
|
|
2734
2537
|
|
|
2735
2538
|
declare type CreateInteractionParamsNonStreaming = CreateInteractionParams & {
|
|
@@ -2748,16 +2551,9 @@ declare type CreateInteractionRequest = {
|
|
|
2748
2551
|
/**
|
|
2749
2552
|
* The request body.
|
|
2750
2553
|
*/
|
|
2751
|
-
body: interactions.
|
|
2554
|
+
body: interactions.CreateModelInteraction | interactions.CreateAgentInteraction;
|
|
2752
2555
|
};
|
|
2753
2556
|
|
|
2754
|
-
/**
|
|
2755
|
-
* The request body.
|
|
2756
|
-
*/
|
|
2757
|
-
declare type CreateInteractionRequestBody = interactions.CreateAgentInteraction | interactions.CreateModelInteraction;
|
|
2758
|
-
|
|
2759
|
-
declare type CreateInteractionResponse = interactions.Interaction | Stream<interactions.InteractionSSEEvent>;
|
|
2760
|
-
|
|
2761
2557
|
/**
|
|
2762
2558
|
* Creates a `Content` object with a model role from a `PartListUnion` object or `string`.
|
|
2763
2559
|
*/
|
|
@@ -2768,76 +2564,76 @@ export declare function createModelContent(partOrString: PartListUnion | string)
|
|
|
2768
2564
|
*/
|
|
2769
2565
|
declare type CreateModelInteraction = {
|
|
2770
2566
|
/**
|
|
2771
|
-
*
|
|
2772
|
-
*/
|
|
2773
|
-
background?: boolean | undefined;
|
|
2774
|
-
/**
|
|
2775
|
-
* The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
|
|
2776
|
-
*/
|
|
2777
|
-
environment?: Environment_2 | string | undefined;
|
|
2778
|
-
/**
|
|
2779
|
-
* Configuration parameters for model interactions.
|
|
2567
|
+
* The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
|
|
2780
2568
|
*/
|
|
2781
|
-
|
|
2569
|
+
model: Model_2;
|
|
2782
2570
|
/**
|
|
2783
|
-
*
|
|
2571
|
+
* Input only. Whether the interaction will be streamed.
|
|
2784
2572
|
*/
|
|
2785
|
-
|
|
2573
|
+
stream?: boolean | undefined;
|
|
2786
2574
|
/**
|
|
2787
|
-
*
|
|
2575
|
+
* Input only. Whether to store the response and request for later retrieval.
|
|
2788
2576
|
*/
|
|
2789
|
-
|
|
2790
|
-
[k: string]: string;
|
|
2791
|
-
} | undefined;
|
|
2577
|
+
store?: boolean | undefined;
|
|
2792
2578
|
/**
|
|
2793
|
-
*
|
|
2579
|
+
* Input only. Whether to run the model interaction in the background.
|
|
2794
2580
|
*/
|
|
2795
|
-
|
|
2581
|
+
background?: boolean | undefined;
|
|
2796
2582
|
/**
|
|
2797
|
-
*
|
|
2583
|
+
* System instruction for the interaction.
|
|
2798
2584
|
*/
|
|
2799
|
-
|
|
2585
|
+
system_instruction?: string | undefined;
|
|
2800
2586
|
/**
|
|
2801
|
-
*
|
|
2587
|
+
* A list of tool declarations the model may call during interaction.
|
|
2802
2588
|
*/
|
|
2803
|
-
|
|
2589
|
+
tools?: Array<Tool_2> | undefined;
|
|
2804
2590
|
/**
|
|
2805
|
-
* The
|
|
2591
|
+
* The requested modalities of the response (TEXT, IMAGE, AUDIO).
|
|
2806
2592
|
*
|
|
2807
2593
|
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
2808
2594
|
*/
|
|
2809
|
-
|
|
2595
|
+
response_modalities?: Array<ResponseModality> | undefined;
|
|
2810
2596
|
/**
|
|
2811
|
-
* The
|
|
2597
|
+
* The mime type of the response. This is required if response_format is set.
|
|
2812
2598
|
*
|
|
2813
2599
|
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
2814
2600
|
*/
|
|
2815
|
-
|
|
2601
|
+
response_mime_type?: string | undefined;
|
|
2816
2602
|
/**
|
|
2817
|
-
*
|
|
2603
|
+
* The ID of the previous interaction, if any.
|
|
2818
2604
|
*/
|
|
2819
|
-
|
|
2605
|
+
previous_interaction_id?: string | undefined;
|
|
2820
2606
|
service_tier?: ServiceTier_2 | undefined;
|
|
2821
2607
|
/**
|
|
2822
|
-
*
|
|
2608
|
+
* Message for configuring webhook events for a request.
|
|
2823
2609
|
*/
|
|
2824
|
-
|
|
2610
|
+
webhook_config?: WebhookConfig_2 | undefined;
|
|
2825
2611
|
/**
|
|
2826
|
-
*
|
|
2612
|
+
* Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
|
|
2827
2613
|
*/
|
|
2828
|
-
|
|
2614
|
+
response_format?: Array<ResponseFormat_2> | ResponseFormat_2 | undefined;
|
|
2829
2615
|
/**
|
|
2830
|
-
*
|
|
2616
|
+
* The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
|
|
2831
2617
|
*/
|
|
2832
|
-
|
|
2618
|
+
environment?: Environment_2 | string | undefined;
|
|
2833
2619
|
/**
|
|
2834
|
-
*
|
|
2620
|
+
* Configuration parameters for model interactions.
|
|
2835
2621
|
*/
|
|
2836
|
-
|
|
2622
|
+
generation_config?: GenerationConfig_2 | undefined;
|
|
2837
2623
|
/**
|
|
2838
|
-
*
|
|
2624
|
+
* Safety settings for the interaction.
|
|
2839
2625
|
*/
|
|
2840
|
-
|
|
2626
|
+
safety_settings?: Array<SafetySetting_2> | undefined;
|
|
2627
|
+
/**
|
|
2628
|
+
* The labels with user-defined metadata for the request.
|
|
2629
|
+
*/
|
|
2630
|
+
labels?: {
|
|
2631
|
+
[k: string]: string;
|
|
2632
|
+
} | undefined;
|
|
2633
|
+
/**
|
|
2634
|
+
* The input for the interaction.
|
|
2635
|
+
*/
|
|
2636
|
+
input: InteractionsInput;
|
|
2841
2637
|
};
|
|
2842
2638
|
|
|
2843
2639
|
/**
|
|
@@ -2862,7 +2658,7 @@ declare type CreateModelInteractionParamsStreaming = CreateModelInteractionParam
|
|
|
2862
2658
|
/**
|
|
2863
2659
|
* Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
|
|
2864
2660
|
*/
|
|
2865
|
-
declare type CreateModelInteractionResponseFormat = ResponseFormat_2 |
|
|
2661
|
+
declare type CreateModelInteractionResponseFormat = Array<ResponseFormat_2> | ResponseFormat_2;
|
|
2866
2662
|
|
|
2867
2663
|
/**
|
|
2868
2664
|
* Creates a `Part` object from a `base64` encoded `string`.
|
|
@@ -2899,13 +2695,6 @@ export declare function createPartFromText(text: string): Part;
|
|
|
2899
2695
|
*/
|
|
2900
2696
|
export declare function createPartFromUri(uri: string, mimeType: string, mediaResolution?: PartMediaResolutionLevel): Part;
|
|
2901
2697
|
|
|
2902
|
-
declare type CreateTriggerGlobals = {
|
|
2903
|
-
/**
|
|
2904
|
-
* Which version of the API to use.
|
|
2905
|
-
*/
|
|
2906
|
-
api_version?: string | undefined;
|
|
2907
|
-
};
|
|
2908
|
-
|
|
2909
2698
|
declare type CreateTriggerParams = Omit<CreateTriggerRequest, "body"> & CreateTriggerRequest["body"];
|
|
2910
2699
|
|
|
2911
2700
|
declare type CreateTriggerRequest = {
|
|
@@ -3012,13 +2801,6 @@ export declare interface CreateTuningJobParametersPrivate {
|
|
|
3012
2801
|
*/
|
|
3013
2802
|
export declare function createUserContent(partOrString: PartListUnion | string): Content;
|
|
3014
2803
|
|
|
3015
|
-
declare type CreateWebhookGlobals = {
|
|
3016
|
-
/**
|
|
3017
|
-
* Which version of the API to use.
|
|
3018
|
-
*/
|
|
3019
|
-
api_version?: string | undefined;
|
|
3020
|
-
};
|
|
3021
|
-
|
|
3022
2804
|
declare type CreateWebhookParams = Omit<CreateWebhookRequest, "body"> & CreateWebhookRequest["body"];
|
|
3023
2805
|
|
|
3024
2806
|
declare type CreateWebhookRequest = {
|
|
@@ -3153,20 +2935,6 @@ declare type DeepResearchAgentConfig = {
|
|
|
3153
2935
|
visualization?: Visualization | undefined;
|
|
3154
2936
|
};
|
|
3155
2937
|
|
|
3156
|
-
/**
|
|
3157
|
-
* @license
|
|
3158
|
-
* Copyright 2026 Google LLC
|
|
3159
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
3160
|
-
*
|
|
3161
|
-
* g3-prettier-ignore-file
|
|
3162
|
-
*/
|
|
3163
|
-
declare type DeleteAgentGlobals = {
|
|
3164
|
-
/**
|
|
3165
|
-
* Which version of the API to use.
|
|
3166
|
-
*/
|
|
3167
|
-
api_version?: string | undefined;
|
|
3168
|
-
};
|
|
3169
|
-
|
|
3170
2938
|
declare type DeleteAgentParams = Omit<DeleteAgentRequest, "id">;
|
|
3171
2939
|
|
|
3172
2940
|
declare type DeleteAgentRequest = {
|
|
@@ -3256,33 +3024,6 @@ export declare interface DeleteDocumentParameters {
|
|
|
3256
3024
|
config?: DeleteDocumentConfig;
|
|
3257
3025
|
}
|
|
3258
3026
|
|
|
3259
|
-
/**
|
|
3260
|
-
* @license
|
|
3261
|
-
* Copyright 2026 Google LLC
|
|
3262
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
3263
|
-
*
|
|
3264
|
-
* g3-prettier-ignore-file
|
|
3265
|
-
*/
|
|
3266
|
-
declare type DeleteEnvironmentGlobals = {
|
|
3267
|
-
/**
|
|
3268
|
-
* Which version of the API to use.
|
|
3269
|
-
*/
|
|
3270
|
-
api_version?: string | undefined;
|
|
3271
|
-
};
|
|
3272
|
-
|
|
3273
|
-
declare type DeleteEnvironmentParams = Omit<DeleteEnvironmentRequest, "id">;
|
|
3274
|
-
|
|
3275
|
-
declare type DeleteEnvironmentRequest = {
|
|
3276
|
-
/**
|
|
3277
|
-
* Which version of the API to use.
|
|
3278
|
-
*/
|
|
3279
|
-
api_version?: string | undefined;
|
|
3280
|
-
/**
|
|
3281
|
-
* Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
|
3282
|
-
*/
|
|
3283
|
-
id: string;
|
|
3284
|
-
};
|
|
3285
|
-
|
|
3286
3027
|
/** Used to override the default configuration. */
|
|
3287
3028
|
export declare interface DeleteFileConfig {
|
|
3288
3029
|
/** Used to override HTTP request options. */
|
|
@@ -3336,31 +3077,17 @@ export declare interface DeleteFileSearchStoreParameters {
|
|
|
3336
3077
|
config?: DeleteFileSearchStoreConfig;
|
|
3337
3078
|
}
|
|
3338
3079
|
|
|
3339
|
-
/**
|
|
3340
|
-
* @license
|
|
3341
|
-
* Copyright 2026 Google LLC
|
|
3342
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
3343
|
-
*
|
|
3344
|
-
* g3-prettier-ignore-file
|
|
3345
|
-
*/
|
|
3346
|
-
declare type DeleteInteractionGlobals = {
|
|
3347
|
-
/**
|
|
3348
|
-
* Which version of the API to use.
|
|
3349
|
-
*/
|
|
3350
|
-
api_version?: string | undefined;
|
|
3351
|
-
};
|
|
3352
|
-
|
|
3353
3080
|
declare type DeleteInteractionParams = Omit<DeleteInteractionRequest, "id">;
|
|
3354
3081
|
|
|
3355
3082
|
declare type DeleteInteractionRequest = {
|
|
3356
|
-
/**
|
|
3357
|
-
* Which version of the API to use.
|
|
3358
|
-
*/
|
|
3359
|
-
api_version?: string | undefined;
|
|
3360
3083
|
/**
|
|
3361
3084
|
* The unique identifier of the interaction to delete.
|
|
3362
3085
|
*/
|
|
3363
3086
|
id: string;
|
|
3087
|
+
/**
|
|
3088
|
+
* Which version of the API to use.
|
|
3089
|
+
*/
|
|
3090
|
+
api_version?: string | undefined;
|
|
3364
3091
|
};
|
|
3365
3092
|
|
|
3366
3093
|
/** Configuration for deleting a tuned model. */
|
|
@@ -3397,20 +3124,6 @@ export declare interface DeleteResourceJob {
|
|
|
3397
3124
|
error?: JobError;
|
|
3398
3125
|
}
|
|
3399
3126
|
|
|
3400
|
-
/**
|
|
3401
|
-
* @license
|
|
3402
|
-
* Copyright 2026 Google LLC
|
|
3403
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
3404
|
-
*
|
|
3405
|
-
* g3-prettier-ignore-file
|
|
3406
|
-
*/
|
|
3407
|
-
declare type DeleteTriggerGlobals = {
|
|
3408
|
-
/**
|
|
3409
|
-
* Which version of the API to use.
|
|
3410
|
-
*/
|
|
3411
|
-
api_version?: string | undefined;
|
|
3412
|
-
};
|
|
3413
|
-
|
|
3414
3127
|
declare type DeleteTriggerParams = Omit<DeleteTriggerRequest, "id">;
|
|
3415
3128
|
|
|
3416
3129
|
declare type DeleteTriggerRequest = {
|
|
@@ -3424,20 +3137,6 @@ declare type DeleteTriggerRequest = {
|
|
|
3424
3137
|
id: string;
|
|
3425
3138
|
};
|
|
3426
3139
|
|
|
3427
|
-
/**
|
|
3428
|
-
* @license
|
|
3429
|
-
* Copyright 2026 Google LLC
|
|
3430
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
3431
|
-
*
|
|
3432
|
-
* g3-prettier-ignore-file
|
|
3433
|
-
*/
|
|
3434
|
-
declare type DeleteWebhookGlobals = {
|
|
3435
|
-
/**
|
|
3436
|
-
* Which version of the API to use.
|
|
3437
|
-
*/
|
|
3438
|
-
api_version?: string | undefined;
|
|
3439
|
-
};
|
|
3440
|
-
|
|
3441
3140
|
declare type DeleteWebhookParams = Omit<DeleteWebhookRequest, "id">;
|
|
3442
3141
|
|
|
3443
3142
|
declare type DeleteWebhookRequest = {
|
|
@@ -3587,15 +3286,15 @@ declare type DocumentContent = {
|
|
|
3587
3286
|
* The document content.
|
|
3588
3287
|
*/
|
|
3589
3288
|
data?: string | undefined;
|
|
3590
|
-
/**
|
|
3591
|
-
* The mime type of the document.
|
|
3592
|
-
*/
|
|
3593
|
-
mime_type?: DocumentContentMimeType | undefined;
|
|
3594
3289
|
type: "document";
|
|
3595
3290
|
/**
|
|
3596
3291
|
* The URI of the document.
|
|
3597
3292
|
*/
|
|
3598
3293
|
uri?: string | undefined;
|
|
3294
|
+
/**
|
|
3295
|
+
* The mime type of the document.
|
|
3296
|
+
*/
|
|
3297
|
+
mime_type?: DocumentContentMimeType | undefined;
|
|
3599
3298
|
};
|
|
3600
3299
|
|
|
3601
3300
|
/**
|
|
@@ -4147,97 +3846,6 @@ declare type EnvironmentDeleteResponse$ = Empty;
|
|
|
4147
3846
|
*/
|
|
4148
3847
|
declare type EnvironmentEnum = "browser" | "mobile" | "desktop" | (string & {});
|
|
4149
3848
|
|
|
4150
|
-
declare type EnvironmentFile$ = EnvironmentFile;
|
|
4151
|
-
|
|
4152
|
-
/**
|
|
4153
|
-
* Metadata for a file or directory within an environment.
|
|
4154
|
-
*/
|
|
4155
|
-
declare type EnvironmentFile = {
|
|
4156
|
-
/**
|
|
4157
|
-
* Output only. The creation time of the file/directory.
|
|
4158
|
-
*/
|
|
4159
|
-
created?: string | undefined;
|
|
4160
|
-
/**
|
|
4161
|
-
* Output only. The MIME type of the file (e.g., "text/python", "image/png").
|
|
4162
|
-
*
|
|
4163
|
-
* @remarks
|
|
4164
|
-
* Empty for directories.
|
|
4165
|
-
* NOLINT
|
|
4166
|
-
*/
|
|
4167
|
-
mime_type?: string | undefined;
|
|
4168
|
-
/**
|
|
4169
|
-
* Output only. The modification time of the file/directory.
|
|
4170
|
-
*/
|
|
4171
|
-
modified?: string | undefined;
|
|
4172
|
-
/**
|
|
4173
|
-
* Output only. The name of the file or directory (e.g., "main.py" or "src").
|
|
4174
|
-
*/
|
|
4175
|
-
name?: string | undefined;
|
|
4176
|
-
/**
|
|
4177
|
-
* Output only. The full relative path within the environment
|
|
4178
|
-
*
|
|
4179
|
-
* @remarks
|
|
4180
|
-
* (e.g., "workspace/src/main.py").
|
|
4181
|
-
*/
|
|
4182
|
-
path?: string | undefined;
|
|
4183
|
-
/**
|
|
4184
|
-
* Output only. The size of the file/directory in bytes.
|
|
4185
|
-
*
|
|
4186
|
-
* @remarks
|
|
4187
|
-
* NOLINT
|
|
4188
|
-
*/
|
|
4189
|
-
size_bytes?: string | undefined;
|
|
4190
|
-
/**
|
|
4191
|
-
* Output only. The type of the entry.
|
|
4192
|
-
*/
|
|
4193
|
-
type?: Type_2 | undefined;
|
|
4194
|
-
};
|
|
4195
|
-
|
|
4196
|
-
/**
|
|
4197
|
-
* Metadata for a file or directory within an environment.
|
|
4198
|
-
*/
|
|
4199
|
-
declare type EnvironmentFile_2 = {
|
|
4200
|
-
/**
|
|
4201
|
-
* Output only. The creation time of the file/directory.
|
|
4202
|
-
*/
|
|
4203
|
-
created?: string | undefined;
|
|
4204
|
-
/**
|
|
4205
|
-
* Output only. The MIME type of the file (e.g., "text/python", "image/png").
|
|
4206
|
-
*
|
|
4207
|
-
* @remarks
|
|
4208
|
-
* Empty for directories.
|
|
4209
|
-
*/
|
|
4210
|
-
mime_type?: string | undefined;
|
|
4211
|
-
/**
|
|
4212
|
-
* Output only. The modification time of the file/directory.
|
|
4213
|
-
*/
|
|
4214
|
-
modified?: string | undefined;
|
|
4215
|
-
/**
|
|
4216
|
-
* Output only. The name of the file or directory (e.g., "main.py" or "src").
|
|
4217
|
-
*/
|
|
4218
|
-
name?: string | undefined;
|
|
4219
|
-
/**
|
|
4220
|
-
* Output only. The full relative path within the environment
|
|
4221
|
-
*
|
|
4222
|
-
* @remarks
|
|
4223
|
-
* (e.g., "workspace/src/main.py").
|
|
4224
|
-
*/
|
|
4225
|
-
path?: string | undefined;
|
|
4226
|
-
/**
|
|
4227
|
-
* Output only. The size of the file/directory in bytes.
|
|
4228
|
-
*/
|
|
4229
|
-
size_bytes?: string | undefined;
|
|
4230
|
-
/**
|
|
4231
|
-
* Output only. The type of the entry.
|
|
4232
|
-
*/
|
|
4233
|
-
type?: EnvironmentFileType | undefined;
|
|
4234
|
-
};
|
|
4235
|
-
|
|
4236
|
-
/**
|
|
4237
|
-
* Output only. The type of the entry.
|
|
4238
|
-
*/
|
|
4239
|
-
declare type EnvironmentFileType = "file" | "directory" | (string & {});
|
|
4240
|
-
|
|
4241
3849
|
declare type EnvironmentListResponse$ = ListEnvironmentsResponse;
|
|
4242
3850
|
|
|
4243
3851
|
/**
|
|
@@ -4258,9 +3866,7 @@ export declare namespace Environments {
|
|
|
4258
3866
|
export interface Environment extends Environment$ {
|
|
4259
3867
|
}
|
|
4260
3868
|
export type EnvironmentDeleteResponse = EnvironmentDeleteResponse$;
|
|
4261
|
-
export type EnvironmentFile = EnvironmentFile$;
|
|
4262
3869
|
export type EnvironmentListResponse = EnvironmentListResponse$;
|
|
4263
|
-
export type GetEnvironmentFilesResponse = GetEnvironmentFilesResponse$;
|
|
4264
3870
|
export namespace CreateEnvironmentRequest {
|
|
4265
3871
|
export type Allowlist = Allowlist$;
|
|
4266
3872
|
}
|
|
@@ -4274,38 +3880,14 @@ declare namespace environments {
|
|
|
4274
3880
|
CreateEnvironmentRequestNetworkEnum,
|
|
4275
3881
|
CreateEnvironmentRequestNetworkUnion,
|
|
4276
3882
|
CreateEnvironmentRequest,
|
|
4277
|
-
Type_2 as Type,
|
|
4278
|
-
EnvironmentFile,
|
|
4279
3883
|
EnvironmentNetworkEnum,
|
|
4280
3884
|
EnvironmentNetworkUnion,
|
|
4281
3885
|
Status_2 as Status,
|
|
4282
3886
|
Environment_3 as Environment,
|
|
4283
|
-
GetEnvironmentFilesResponse,
|
|
4284
3887
|
ListEnvironmentsResponse
|
|
4285
3888
|
}
|
|
4286
3889
|
}
|
|
4287
3890
|
|
|
4288
|
-
declare class Environments_2 extends ClientSDK {
|
|
4289
|
-
private _files?;
|
|
4290
|
-
get files(): Files_2;
|
|
4291
|
-
/**
|
|
4292
|
-
* Lists environments.
|
|
4293
|
-
*/
|
|
4294
|
-
listEnvironments(params?: ListEnvironmentsParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<environments.ListEnvironmentsResponse>;
|
|
4295
|
-
/**
|
|
4296
|
-
* Creates an environment.
|
|
4297
|
-
*/
|
|
4298
|
-
createEnvironment(body: environments.CreateEnvironmentRequest, api_version?: string | undefined, options?: RequestOptions): APIPromise<environments.Environment>;
|
|
4299
|
-
/**
|
|
4300
|
-
* Deletes an environment.
|
|
4301
|
-
*/
|
|
4302
|
-
deleteEnvironment(id: string, params?: DeleteEnvironmentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
|
|
4303
|
-
/**
|
|
4304
|
-
* Gets an environment.
|
|
4305
|
-
*/
|
|
4306
|
-
getEnvironment(id: string, params?: GetEnvironmentParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<environments.Environment>;
|
|
4307
|
-
}
|
|
4308
|
-
|
|
4309
3891
|
declare type Error$ = ErrorT;
|
|
4310
3892
|
|
|
4311
3893
|
declare type Error$2 = ErrorT;
|
|
@@ -4455,15 +4037,6 @@ export declare enum FeatureSelectionPreference {
|
|
|
4455
4037
|
PRIORITIZE_COST = "PRIORITIZE_COST"
|
|
4456
4038
|
}
|
|
4457
4039
|
|
|
4458
|
-
/**
|
|
4459
|
-
* @license
|
|
4460
|
-
* Copyright 2026 Google LLC
|
|
4461
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
4462
|
-
*
|
|
4463
|
-
* g3-prettier-ignore-file
|
|
4464
|
-
*/
|
|
4465
|
-
declare type Fetcher = (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>;
|
|
4466
|
-
|
|
4467
4040
|
export declare interface FetchPredictOperationConfig {
|
|
4468
4041
|
/** Used to override HTTP request options. */
|
|
4469
4042
|
httpOptions?: HttpOptions;
|
|
@@ -4723,13 +4296,6 @@ export declare class Files extends BaseModule {
|
|
|
4723
4296
|
private registerFilesInternal;
|
|
4724
4297
|
}
|
|
4725
4298
|
|
|
4726
|
-
declare class Files_2 extends ClientSDK {
|
|
4727
|
-
/**
|
|
4728
|
-
* Retrieves file metadata or directory contents from an environment's snapshot. To download file contents directly, pass ?alt=media or use the files.download helper.
|
|
4729
|
-
*/
|
|
4730
|
-
list(environment: string, path: string, params?: GetEnvironmentFilesParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<environments.GetEnvironmentFilesResponse>;
|
|
4731
|
-
}
|
|
4732
|
-
|
|
4733
4299
|
declare type FileSearch$ = FileSearch_2;
|
|
4734
4300
|
|
|
4735
4301
|
/** The FileSearch tool that retrieves knowledge from Semantic Retrieval corpora. Files are imported to Semantic Retrieval corpora using the ImportFile API. This data type is not supported in Vertex AI. */
|
|
@@ -5376,13 +4942,13 @@ declare type FunctionResultDelta = {
|
|
|
5376
4942
|
call_id: string;
|
|
5377
4943
|
is_error?: boolean | undefined;
|
|
5378
4944
|
name?: string | undefined;
|
|
5379
|
-
result: Array<FunctionResultSubcontent> |
|
|
4945
|
+
result: FunctionResultDeltaResult | Array<FunctionResultSubcontent> | string;
|
|
5380
4946
|
type: "function_result";
|
|
5381
4947
|
};
|
|
5382
4948
|
|
|
5383
4949
|
declare type FunctionResultDeltaResult = {};
|
|
5384
4950
|
|
|
5385
|
-
declare type FunctionResultDeltaResultUnion = Array<FunctionResultSubcontent> |
|
|
4951
|
+
declare type FunctionResultDeltaResultUnion = FunctionResultDeltaResult | Array<FunctionResultSubcontent> | string;
|
|
5386
4952
|
|
|
5387
4953
|
declare type FunctionResultStep$ = FunctionResultStep;
|
|
5388
4954
|
|
|
@@ -5405,7 +4971,7 @@ declare type FunctionResultStep = {
|
|
|
5405
4971
|
/**
|
|
5406
4972
|
* Required. The result of the tool call.
|
|
5407
4973
|
*/
|
|
5408
|
-
result: Array<FunctionResultSubcontent> |
|
|
4974
|
+
result: FunctionResultStepResult | Array<FunctionResultSubcontent> | string;
|
|
5409
4975
|
type: "function_result";
|
|
5410
4976
|
};
|
|
5411
4977
|
|
|
@@ -5414,7 +4980,7 @@ declare type FunctionResultStepResult = {};
|
|
|
5414
4980
|
/**
|
|
5415
4981
|
* Required. The result of the tool call.
|
|
5416
4982
|
*/
|
|
5417
|
-
declare type FunctionResultStepResultUnion = Array<FunctionResultSubcontent> |
|
|
4983
|
+
declare type FunctionResultStepResultUnion = FunctionResultStepResult | Array<FunctionResultSubcontent> | string;
|
|
5418
4984
|
|
|
5419
4985
|
declare type FunctionResultSubcontent = ImageContent | TextContent;
|
|
5420
4986
|
|
|
@@ -5461,21 +5027,14 @@ declare class GeminiNextGenAgents {
|
|
|
5461
5027
|
private getClient;
|
|
5462
5028
|
}
|
|
5463
5029
|
|
|
5464
|
-
declare class GeminiNextGenEnvironmentFiles {
|
|
5465
|
-
private readonly resolveClient;
|
|
5466
|
-
constructor(resolveClient: (apiVersion?: string) => GoogleGenAI_2);
|
|
5467
|
-
list(params: ListEnvironmentFilesParams, options?: GoogleGenAIRequestOptions): Promise<ListEnvironmentFilesResponse>;
|
|
5468
|
-
}
|
|
5469
|
-
|
|
5470
5030
|
declare class GeminiNextGenEnvironments {
|
|
5471
5031
|
private readonly parentClient;
|
|
5472
5032
|
private sdk;
|
|
5473
|
-
readonly files: GeminiNextGenEnvironmentFiles;
|
|
5474
5033
|
constructor(parentClient: GoogleGenAIParentClient);
|
|
5475
5034
|
create(params: environments.CreateEnvironmentRequest & {
|
|
5476
5035
|
api_version?: string;
|
|
5477
5036
|
}, options?: GoogleGenAIRequestOptions): Promise<environments.Environment>;
|
|
5478
|
-
list(params?:
|
|
5037
|
+
list(params?: ListEnvironmentsParams | null | undefined, options?: GoogleGenAIRequestOptions): Promise<environments.ListEnvironmentsResponse>;
|
|
5479
5038
|
get(id: string, params?: {
|
|
5480
5039
|
api_version?: string;
|
|
5481
5040
|
} | null | undefined, options?: GoogleGenAIRequestOptions): Promise<environments.Environment>;
|
|
@@ -6240,10 +5799,6 @@ declare type GenerationConfig_2 = {
|
|
|
6240
5799
|
* Seed used in decoding for reproducibility.
|
|
6241
5800
|
*/
|
|
6242
5801
|
seed?: number | undefined;
|
|
6243
|
-
/**
|
|
6244
|
-
* Optional. Speech and multi-speaker configuration.
|
|
6245
|
-
*/
|
|
6246
|
-
speech_config?: SpeakerConfig | Array<SpeechConfig_2> | undefined;
|
|
6247
5802
|
/**
|
|
6248
5803
|
* A list of character sequences that will stop output interaction.
|
|
6249
5804
|
*/
|
|
@@ -6262,6 +5817,10 @@ declare type GenerationConfig_2 = {
|
|
|
6262
5817
|
* Configuration options for video generation.
|
|
6263
5818
|
*/
|
|
6264
5819
|
video_config?: VideoConfig | undefined;
|
|
5820
|
+
/**
|
|
5821
|
+
* Optional. Speech and multi-speaker configuration.
|
|
5822
|
+
*/
|
|
5823
|
+
speech_config?: SpeakerConfig | Array<SpeechConfig_2> | undefined;
|
|
6265
5824
|
};
|
|
6266
5825
|
|
|
6267
5826
|
/** The configuration for routing the request to a specific model. This can be used to control which model is used for the generation, either automatically or by specifying a model name. This data type is not supported in Gemini API. */
|
|
@@ -6292,20 +5851,6 @@ export declare interface GenerationConfigRoutingConfigManualRoutingMode {
|
|
|
6292
5851
|
export declare interface GenerationConfigThinkingConfig extends ThinkingConfig {
|
|
6293
5852
|
}
|
|
6294
5853
|
|
|
6295
|
-
/**
|
|
6296
|
-
* @license
|
|
6297
|
-
* Copyright 2026 Google LLC
|
|
6298
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
6299
|
-
*
|
|
6300
|
-
* g3-prettier-ignore-file
|
|
6301
|
-
*/
|
|
6302
|
-
declare type GetAgentGlobals = {
|
|
6303
|
-
/**
|
|
6304
|
-
* Which version of the API to use.
|
|
6305
|
-
*/
|
|
6306
|
-
api_version?: string | undefined;
|
|
6307
|
-
};
|
|
6308
|
-
|
|
6309
5854
|
declare type GetAgentParams = Omit<GetAgentRequest, "id">;
|
|
6310
5855
|
|
|
6311
5856
|
declare type GetAgentRequest = {
|
|
@@ -6385,125 +5930,18 @@ export declare interface GetDocumentParameters {
|
|
|
6385
5930
|
config?: GetDocumentConfig;
|
|
6386
5931
|
}
|
|
6387
5932
|
|
|
6388
|
-
/**
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
|
|
6393
|
-
* g3-prettier-ignore-file
|
|
6394
|
-
*/
|
|
6395
|
-
declare type GetEnvironmentFilesGlobals = {
|
|
6396
|
-
/**
|
|
6397
|
-
* Which version of the API to use.
|
|
6398
|
-
*/
|
|
6399
|
-
api_version?: string | undefined;
|
|
6400
|
-
};
|
|
6401
|
-
|
|
6402
|
-
declare type GetEnvironmentFilesParams = Omit<GetEnvironmentFilesRequest, "environment" | "path">;
|
|
5933
|
+
/** Used to override the default configuration. */
|
|
5934
|
+
export declare interface GetFileConfig {
|
|
5935
|
+
/** Used to override HTTP request options. */
|
|
5936
|
+
httpOptions?: HttpOptions;
|
|
5937
|
+
/** Abort signal which can be used to cancel the request.
|
|
6403
5938
|
|
|
6404
|
-
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
*/
|
|
6408
|
-
api_version?: string | undefined;
|
|
6409
|
-
environment: string;
|
|
6410
|
-
path: string;
|
|
6411
|
-
/**
|
|
6412
|
-
* Optional. Maximum number of entries to return per page (for directory listing).
|
|
6413
|
-
*/
|
|
6414
|
-
page_size?: number | undefined;
|
|
6415
|
-
/**
|
|
6416
|
-
* Optional. Pagination token for directory listing.
|
|
6417
|
-
*/
|
|
6418
|
-
page_token?: string | undefined;
|
|
6419
|
-
/**
|
|
6420
|
-
* Optional. If true and the path is a directory, recursively lists all files.
|
|
5939
|
+
NOTE: AbortSignal is a client-only operation. Using it to cancel an
|
|
5940
|
+
operation will not cancel the request in the service. You will still
|
|
5941
|
+
be charged usage for any applicable operations.
|
|
6421
5942
|
*/
|
|
6422
|
-
|
|
6423
|
-
}
|
|
6424
|
-
|
|
6425
|
-
declare type GetEnvironmentFilesResponse$ = GetEnvironmentFilesResponse;
|
|
6426
|
-
|
|
6427
|
-
/**
|
|
6428
|
-
* Response for `GetEnvironmentFiles`.
|
|
6429
|
-
*/
|
|
6430
|
-
declare type GetEnvironmentFilesResponse = {
|
|
6431
|
-
/**
|
|
6432
|
-
* If the requested path is a directory, this contains its contents.
|
|
6433
|
-
*
|
|
6434
|
-
* @remarks
|
|
6435
|
-
* If the requested path is a file, this contains a single entry with the
|
|
6436
|
-
* file's metadata.
|
|
6437
|
-
* If alt=media was specified, this is empty (content is served via `blob`).
|
|
6438
|
-
*/
|
|
6439
|
-
files?: Array<EnvironmentFile> | undefined;
|
|
6440
|
-
/**
|
|
6441
|
-
* Pagination token for directory listing.
|
|
6442
|
-
*
|
|
6443
|
-
* @remarks
|
|
6444
|
-
* NOLINT
|
|
6445
|
-
*/
|
|
6446
|
-
next_page_token?: string | undefined;
|
|
6447
|
-
};
|
|
6448
|
-
|
|
6449
|
-
/**
|
|
6450
|
-
* Response for `GetEnvironmentFiles`.
|
|
6451
|
-
*/
|
|
6452
|
-
declare type GetEnvironmentFilesResponse_2 = {
|
|
6453
|
-
/**
|
|
6454
|
-
* If the requested path is a directory, this contains its contents.
|
|
6455
|
-
*
|
|
6456
|
-
* @remarks
|
|
6457
|
-
* If the requested path is a file, this contains a single entry with the
|
|
6458
|
-
* file's metadata.
|
|
6459
|
-
* If alt=media was specified, this is empty (content is served via `blob`).
|
|
6460
|
-
*/
|
|
6461
|
-
files?: Array<EnvironmentFile_2> | undefined;
|
|
6462
|
-
/**
|
|
6463
|
-
* Pagination token for directory listing.
|
|
6464
|
-
*/
|
|
6465
|
-
next_page_token?: string | undefined;
|
|
6466
|
-
};
|
|
6467
|
-
|
|
6468
|
-
/**
|
|
6469
|
-
* @license
|
|
6470
|
-
* Copyright 2026 Google LLC
|
|
6471
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
6472
|
-
*
|
|
6473
|
-
* g3-prettier-ignore-file
|
|
6474
|
-
*/
|
|
6475
|
-
declare type GetEnvironmentGlobals = {
|
|
6476
|
-
/**
|
|
6477
|
-
* Which version of the API to use.
|
|
6478
|
-
*/
|
|
6479
|
-
api_version?: string | undefined;
|
|
6480
|
-
};
|
|
6481
|
-
|
|
6482
|
-
declare type GetEnvironmentParams = Omit<GetEnvironmentRequest, "id">;
|
|
6483
|
-
|
|
6484
|
-
declare type GetEnvironmentRequest = {
|
|
6485
|
-
/**
|
|
6486
|
-
* Which version of the API to use.
|
|
6487
|
-
*/
|
|
6488
|
-
api_version?: string | undefined;
|
|
6489
|
-
/**
|
|
6490
|
-
* Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
|
|
6491
|
-
*/
|
|
6492
|
-
id: string;
|
|
6493
|
-
};
|
|
6494
|
-
|
|
6495
|
-
/** Used to override the default configuration. */
|
|
6496
|
-
export declare interface GetFileConfig {
|
|
6497
|
-
/** Used to override HTTP request options. */
|
|
6498
|
-
httpOptions?: HttpOptions;
|
|
6499
|
-
/** Abort signal which can be used to cancel the request.
|
|
6500
|
-
|
|
6501
|
-
NOTE: AbortSignal is a client-only operation. Using it to cancel an
|
|
6502
|
-
operation will not cancel the request in the service. You will still
|
|
6503
|
-
be charged usage for any applicable operations.
|
|
6504
|
-
*/
|
|
6505
|
-
abortSignal?: AbortSignal;
|
|
6506
|
-
}
|
|
5943
|
+
abortSignal?: AbortSignal;
|
|
5944
|
+
}
|
|
6507
5945
|
|
|
6508
5946
|
/** Generates the parameters for the get method. */
|
|
6509
5947
|
export declare interface GetFileParameters {
|
|
@@ -6534,13 +5972,6 @@ export declare interface GetFileSearchStoreParameters {
|
|
|
6534
5972
|
config?: GetFileSearchStoreConfig;
|
|
6535
5973
|
}
|
|
6536
5974
|
|
|
6537
|
-
declare type GetInteractionByIdGlobals = {
|
|
6538
|
-
/**
|
|
6539
|
-
* Which version of the API to use.
|
|
6540
|
-
*/
|
|
6541
|
-
api_version?: string | undefined;
|
|
6542
|
-
};
|
|
6543
|
-
|
|
6544
5975
|
declare type GetInteractionByIdParams = Omit<GetInteractionByIdRequest, "id">;
|
|
6545
5976
|
|
|
6546
5977
|
declare type GetInteractionByIdParamsNonStreaming = GetInteractionByIdParams & {
|
|
@@ -6552,32 +5983,30 @@ declare type GetInteractionByIdParamsStreaming = GetInteractionByIdParams & {
|
|
|
6552
5983
|
};
|
|
6553
5984
|
|
|
6554
5985
|
declare type GetInteractionByIdRequest = {
|
|
6555
|
-
/**
|
|
6556
|
-
* Which version of the API to use.
|
|
6557
|
-
*/
|
|
6558
|
-
api_version?: string | undefined;
|
|
6559
5986
|
/**
|
|
6560
5987
|
* The unique identifier of the interaction to retrieve.
|
|
6561
5988
|
*/
|
|
6562
5989
|
id: string;
|
|
6563
5990
|
/**
|
|
6564
|
-
* If set to true,
|
|
6565
|
-
*
|
|
6566
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
5991
|
+
* If set to true, the generated content will be streamed incrementally.
|
|
6567
5992
|
*/
|
|
6568
|
-
|
|
5993
|
+
stream?: boolean | undefined;
|
|
6569
5994
|
/**
|
|
6570
5995
|
* Optional. If set, resumes the interaction stream from the next chunk after the event marked by the event id. Can only be used if `stream` is true.
|
|
6571
5996
|
*/
|
|
6572
5997
|
last_event_id?: string | undefined;
|
|
6573
5998
|
/**
|
|
6574
|
-
* If set to true, the
|
|
5999
|
+
* If set to true, includes the input in the response.
|
|
6000
|
+
*
|
|
6001
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
6575
6002
|
*/
|
|
6576
|
-
|
|
6003
|
+
include_input?: boolean | undefined;
|
|
6004
|
+
/**
|
|
6005
|
+
* Which version of the API to use.
|
|
6006
|
+
*/
|
|
6007
|
+
api_version?: string | undefined;
|
|
6577
6008
|
};
|
|
6578
6009
|
|
|
6579
|
-
declare type GetInteractionByIdResponse = interactions.Interaction | Stream<interactions.InteractionSSEEvent>;
|
|
6580
|
-
|
|
6581
6010
|
/** Optional parameters for models.get method. */
|
|
6582
6011
|
export declare interface GetModelConfig {
|
|
6583
6012
|
/** Used to override HTTP request options. */
|
|
@@ -6617,20 +6046,6 @@ export declare interface GetOperationParameters {
|
|
|
6617
6046
|
config?: GetOperationConfig;
|
|
6618
6047
|
}
|
|
6619
6048
|
|
|
6620
|
-
/**
|
|
6621
|
-
* @license
|
|
6622
|
-
* Copyright 2026 Google LLC
|
|
6623
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
6624
|
-
*
|
|
6625
|
-
* g3-prettier-ignore-file
|
|
6626
|
-
*/
|
|
6627
|
-
declare type GetTriggerGlobals = {
|
|
6628
|
-
/**
|
|
6629
|
-
* Which version of the API to use.
|
|
6630
|
-
*/
|
|
6631
|
-
api_version?: string | undefined;
|
|
6632
|
-
};
|
|
6633
|
-
|
|
6634
6049
|
declare type GetTriggerParams = Omit<GetTriggerRequest, "id">;
|
|
6635
6050
|
|
|
6636
6051
|
declare type GetTriggerRequest = {
|
|
@@ -6664,20 +6079,6 @@ export declare interface GetTuningJobParameters {
|
|
|
6664
6079
|
config?: GetTuningJobConfig;
|
|
6665
6080
|
}
|
|
6666
6081
|
|
|
6667
|
-
/**
|
|
6668
|
-
* @license
|
|
6669
|
-
* Copyright 2026 Google LLC
|
|
6670
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
6671
|
-
*
|
|
6672
|
-
* g3-prettier-ignore-file
|
|
6673
|
-
*/
|
|
6674
|
-
declare type GetWebhookGlobals = {
|
|
6675
|
-
/**
|
|
6676
|
-
* Which version of the API to use.
|
|
6677
|
-
*/
|
|
6678
|
-
api_version?: string | undefined;
|
|
6679
|
-
};
|
|
6680
|
-
|
|
6681
6082
|
declare type GetWebhookParams = Omit<GetWebhookRequest, "id">;
|
|
6682
6083
|
|
|
6683
6084
|
declare type GetWebhookRequest = {
|
|
@@ -6765,19 +6166,6 @@ export declare class GoogleGenAI {
|
|
|
6765
6166
|
constructor(options?: GoogleGenAIOptions);
|
|
6766
6167
|
}
|
|
6767
6168
|
|
|
6768
|
-
declare class GoogleGenAI_2 extends ClientSDK {
|
|
6769
|
-
private _agents?;
|
|
6770
|
-
get agents(): Agents_2;
|
|
6771
|
-
private _environments?;
|
|
6772
|
-
get environments(): Environments_2;
|
|
6773
|
-
private _interactions?;
|
|
6774
|
-
get interactions(): Interactions_2;
|
|
6775
|
-
private _triggers?;
|
|
6776
|
-
get triggers(): Triggers_2;
|
|
6777
|
-
private _webhooks?;
|
|
6778
|
-
get webhooks(): Webhooks_2;
|
|
6779
|
-
}
|
|
6780
|
-
|
|
6781
6169
|
declare type GoogleGenAIInteraction = GoogleGenAIResponseWithSdkHttpResponse<Omit<interactions.Interaction, "steps"> & {
|
|
6782
6170
|
steps: interactions.Step[];
|
|
6783
6171
|
}>;
|
|
@@ -7629,86 +7017,6 @@ export declare interface HistoryConfig {
|
|
|
7629
7017
|
initialHistoryInClientContent?: boolean;
|
|
7630
7018
|
}
|
|
7631
7019
|
|
|
7632
|
-
declare type HookContext = {
|
|
7633
|
-
base_url: string | URL;
|
|
7634
|
-
operation_id: string;
|
|
7635
|
-
o_auth2_scopes: string[] | null;
|
|
7636
|
-
security_source?: any | (() => Promise<any>);
|
|
7637
|
-
retry_config: RetryConfig;
|
|
7638
|
-
resolved_security: SecurityState | null;
|
|
7639
|
-
options: SDKOptions;
|
|
7640
|
-
timeout_ms?: number;
|
|
7641
|
-
};
|
|
7642
|
-
|
|
7643
|
-
declare interface Hooks {
|
|
7644
|
-
/** Registers a hook to be used by the SDK for initialization event. */
|
|
7645
|
-
registerSDKInitHook(hook: SDKInitHook): void;
|
|
7646
|
-
/** Registers a hook to be used by the SDK for to modify `Request` construction. */
|
|
7647
|
-
registerBeforeCreateRequestHook(hook: BeforeCreateRequestHook): void;
|
|
7648
|
-
/** Registers a hook to be used by the SDK for the before request event. */
|
|
7649
|
-
registerBeforeRequestHook(hook: BeforeRequestHook_2): void;
|
|
7650
|
-
/** Registers a hook to be used by the SDK for the after success event. */
|
|
7651
|
-
registerAfterSuccessHook(hook: AfterSuccessHook): void;
|
|
7652
|
-
/** Registers a hook to be used by the SDK for the after error event. */
|
|
7653
|
-
registerAfterErrorHook(hook: AfterErrorHook): void;
|
|
7654
|
-
}
|
|
7655
|
-
|
|
7656
|
-
declare class HTTPClient {
|
|
7657
|
-
private fetcher;
|
|
7658
|
-
private requestHooks;
|
|
7659
|
-
private requestErrorHooks;
|
|
7660
|
-
private responseHooks;
|
|
7661
|
-
private options;
|
|
7662
|
-
constructor(options?: HTTPClientOptions);
|
|
7663
|
-
request(request: Request): Promise<Response>;
|
|
7664
|
-
/**
|
|
7665
|
-
* Registers a hook that is called before a request is made. The hook function
|
|
7666
|
-
* can mutate the request or return a new request. This may be useful to add
|
|
7667
|
-
* additional information to request such as request IDs and tracing headers.
|
|
7668
|
-
*/
|
|
7669
|
-
addHook(hook: "beforeRequest", fn: BeforeRequestHook): this;
|
|
7670
|
-
/**
|
|
7671
|
-
* Registers a hook that is called when a request cannot be made due to a
|
|
7672
|
-
* network error.
|
|
7673
|
-
*/
|
|
7674
|
-
addHook(hook: "requestError", fn: RequestErrorHook): this;
|
|
7675
|
-
/**
|
|
7676
|
-
* Registers a hook that is called when a response has been received from the
|
|
7677
|
-
* server.
|
|
7678
|
-
*/
|
|
7679
|
-
addHook(hook: "response", fn: ResponseHook): this;
|
|
7680
|
-
/** Removes a hook that was previously registered with `addHook`. */
|
|
7681
|
-
removeHook(hook: "beforeRequest", fn: BeforeRequestHook): this;
|
|
7682
|
-
/** Removes a hook that was previously registered with `addHook`. */
|
|
7683
|
-
removeHook(hook: "requestError", fn: RequestErrorHook): this;
|
|
7684
|
-
/** Removes a hook that was previously registered with `addHook`. */
|
|
7685
|
-
removeHook(hook: "response", fn: ResponseHook): this;
|
|
7686
|
-
clone(): HTTPClient;
|
|
7687
|
-
}
|
|
7688
|
-
|
|
7689
|
-
/**
|
|
7690
|
-
* @license
|
|
7691
|
-
* Copyright 2026 Google LLC
|
|
7692
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
7693
|
-
*
|
|
7694
|
-
* g3-prettier-ignore-file
|
|
7695
|
-
*/
|
|
7696
|
-
/**
|
|
7697
|
-
* Base class for all HTTP errors.
|
|
7698
|
-
*/
|
|
7699
|
-
declare class HTTPClientError extends Error {
|
|
7700
|
-
/** The underlying cause of the error. */
|
|
7701
|
-
readonly cause: unknown;
|
|
7702
|
-
name: string;
|
|
7703
|
-
constructor(message: string, opts?: {
|
|
7704
|
-
cause?: unknown;
|
|
7705
|
-
});
|
|
7706
|
-
}
|
|
7707
|
-
|
|
7708
|
-
declare interface HTTPClientOptions {
|
|
7709
|
-
fetcher?: Fetcher;
|
|
7710
|
-
}
|
|
7711
|
-
|
|
7712
7020
|
/** The location of the API key. This enum is not supported in Gemini API. */
|
|
7713
7021
|
export declare enum HttpElementLocation {
|
|
7714
7022
|
HTTP_IN_UNSPECIFIED = "HTTP_IN_UNSPECIFIED",
|
|
@@ -7935,16 +7243,16 @@ declare type ImageContent = {
|
|
|
7935
7243
|
* The image content.
|
|
7936
7244
|
*/
|
|
7937
7245
|
data?: string | undefined;
|
|
7938
|
-
/**
|
|
7939
|
-
* The mime type of the image.
|
|
7940
|
-
*/
|
|
7941
|
-
mime_type?: ImageContentMimeType | undefined;
|
|
7942
7246
|
resolution?: MediaResolution_2 | undefined;
|
|
7943
7247
|
type: "image";
|
|
7944
7248
|
/**
|
|
7945
7249
|
* The URI of the image.
|
|
7946
7250
|
*/
|
|
7947
7251
|
uri?: string | undefined;
|
|
7252
|
+
/**
|
|
7253
|
+
* The mime type of the image.
|
|
7254
|
+
*/
|
|
7255
|
+
mime_type?: ImageContentMimeType | undefined;
|
|
7948
7256
|
};
|
|
7949
7257
|
|
|
7950
7258
|
/**
|
|
@@ -8206,14 +7514,22 @@ declare type Interaction$ = Interaction;
|
|
|
8206
7514
|
* The Interaction resource.
|
|
8207
7515
|
*/
|
|
8208
7516
|
declare type Interaction = {
|
|
7517
|
+
/**
|
|
7518
|
+
* The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
|
|
7519
|
+
*/
|
|
7520
|
+
model?: Model_2 | undefined;
|
|
8209
7521
|
/**
|
|
8210
7522
|
* The agent to interact with.
|
|
8211
7523
|
*/
|
|
8212
7524
|
agent?: AgentOption | undefined;
|
|
8213
7525
|
/**
|
|
8214
|
-
*
|
|
7526
|
+
* Required. Output only. A unique identifier for the interaction completion.
|
|
8215
7527
|
*/
|
|
8216
|
-
|
|
7528
|
+
id: string;
|
|
7529
|
+
/**
|
|
7530
|
+
* Required. Output only. The status of the interaction.
|
|
7531
|
+
*/
|
|
7532
|
+
status: InteractionStatus_2;
|
|
8217
7533
|
/**
|
|
8218
7534
|
* Output only. The time at which the response was created in ISO 8601 format
|
|
8219
7535
|
*
|
|
@@ -8222,118 +7538,110 @@ declare type Interaction = {
|
|
|
8222
7538
|
*/
|
|
8223
7539
|
created?: string | undefined;
|
|
8224
7540
|
/**
|
|
8225
|
-
*
|
|
8226
|
-
*/
|
|
8227
|
-
environment?: Environment_2 | string | undefined;
|
|
8228
|
-
/**
|
|
8229
|
-
* Output only. The environment ID for the interaction. Only populated if environment
|
|
7541
|
+
* Output only. The time at which the response was last updated in ISO 8601 format
|
|
8230
7542
|
*
|
|
8231
7543
|
* @remarks
|
|
8232
|
-
*
|
|
8233
|
-
*/
|
|
8234
|
-
environment_id?: string | undefined;
|
|
8235
|
-
/**
|
|
8236
|
-
* Output only. Diagnostic faults / platform errors recorded on the interaction.
|
|
7544
|
+
* (YYYY-MM-DDThh:mm:ssZ).
|
|
8237
7545
|
*/
|
|
8238
|
-
|
|
7546
|
+
updated?: string | undefined;
|
|
8239
7547
|
/**
|
|
8240
|
-
*
|
|
7548
|
+
* System instruction for the interaction.
|
|
8241
7549
|
*/
|
|
8242
|
-
|
|
7550
|
+
system_instruction?: string | undefined;
|
|
8243
7551
|
/**
|
|
8244
|
-
*
|
|
7552
|
+
* A list of tool declarations the model may call during interaction.
|
|
8245
7553
|
*/
|
|
8246
|
-
|
|
7554
|
+
tools?: Array<Tool_2> | undefined;
|
|
8247
7555
|
/**
|
|
8248
|
-
*
|
|
7556
|
+
* Output only. Diagnostic faults / platform errors recorded on the interaction.
|
|
8249
7557
|
*/
|
|
8250
|
-
|
|
7558
|
+
errors?: Array<ErrorT> | undefined;
|
|
8251
7559
|
/**
|
|
8252
|
-
*
|
|
7560
|
+
* Statistics on the interaction request's token usage.
|
|
8253
7561
|
*/
|
|
8254
|
-
|
|
8255
|
-
[k: string]: string;
|
|
8256
|
-
} | undefined;
|
|
7562
|
+
usage?: Usage | undefined;
|
|
8257
7563
|
/**
|
|
8258
|
-
* The
|
|
7564
|
+
* The requested modalities of the response (TEXT, IMAGE, AUDIO).
|
|
7565
|
+
*
|
|
7566
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
8259
7567
|
*/
|
|
8260
|
-
|
|
7568
|
+
response_modalities?: Array<ResponseModality> | undefined;
|
|
8261
7569
|
/**
|
|
8262
|
-
*
|
|
7570
|
+
* The mime type of the response. This is required if response_format is set.
|
|
7571
|
+
*
|
|
7572
|
+
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
8263
7573
|
*/
|
|
8264
|
-
|
|
7574
|
+
response_mime_type?: string | undefined;
|
|
8265
7575
|
/**
|
|
8266
|
-
*
|
|
7576
|
+
* The ID of the previous interaction, if any.
|
|
8267
7577
|
*/
|
|
8268
|
-
|
|
7578
|
+
previous_interaction_id?: string | undefined;
|
|
8269
7579
|
/**
|
|
8270
|
-
*
|
|
7580
|
+
* Output only. The environment ID for the interaction. Only populated if environment
|
|
8271
7581
|
*
|
|
8272
7582
|
* @remarks
|
|
8273
|
-
*
|
|
8274
|
-
* Note: this is added by the SDK.
|
|
7583
|
+
* config is set in the request.
|
|
8275
7584
|
*/
|
|
8276
|
-
|
|
7585
|
+
environment_id?: string | undefined;
|
|
7586
|
+
service_tier?: ServiceTier_2 | undefined;
|
|
8277
7587
|
/**
|
|
8278
|
-
*
|
|
7588
|
+
* Message for configuring webhook events for a request.
|
|
8279
7589
|
*/
|
|
8280
|
-
|
|
7590
|
+
webhook_config?: WebhookConfig_2 | undefined;
|
|
8281
7591
|
/**
|
|
8282
|
-
* The
|
|
7592
|
+
* Output only. The steps that make up the interaction, when included in the response.
|
|
8283
7593
|
*/
|
|
8284
|
-
|
|
7594
|
+
steps?: Array<Step> | undefined;
|
|
8285
7595
|
/**
|
|
8286
7596
|
* Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
|
|
8287
7597
|
*/
|
|
8288
|
-
response_format?: ResponseFormat_2 |
|
|
8289
|
-
/**
|
|
8290
|
-
* The mime type of the response. This is required if response_format is set.
|
|
8291
|
-
*
|
|
8292
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
8293
|
-
*/
|
|
8294
|
-
response_mime_type?: string | undefined;
|
|
7598
|
+
response_format?: Array<ResponseFormat_2> | ResponseFormat_2 | undefined;
|
|
8295
7599
|
/**
|
|
8296
|
-
* The
|
|
8297
|
-
*
|
|
8298
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
7600
|
+
* The environment configuration for the interaction. Can be an object specifying remote environment sources or a string referencing an existing environment ID.
|
|
8299
7601
|
*/
|
|
8300
|
-
|
|
7602
|
+
environment?: Environment_2 | string | undefined;
|
|
8301
7603
|
/**
|
|
8302
|
-
*
|
|
7604
|
+
* Configuration parameters for model interactions.
|
|
8303
7605
|
*/
|
|
8304
|
-
|
|
8305
|
-
service_tier?: ServiceTier_2 | undefined;
|
|
7606
|
+
generation_config?: GenerationConfig_2 | undefined;
|
|
8306
7607
|
/**
|
|
8307
|
-
*
|
|
7608
|
+
* Configuration parameters for the agent interaction.
|
|
8308
7609
|
*/
|
|
8309
|
-
|
|
7610
|
+
agent_config?: DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig | undefined;
|
|
8310
7611
|
/**
|
|
8311
|
-
*
|
|
7612
|
+
* Safety settings for the interaction.
|
|
8312
7613
|
*/
|
|
8313
|
-
|
|
7614
|
+
safety_settings?: Array<SafetySetting_2> | undefined;
|
|
8314
7615
|
/**
|
|
8315
|
-
*
|
|
7616
|
+
* The labels with user-defined metadata for the request.
|
|
8316
7617
|
*/
|
|
8317
|
-
|
|
7618
|
+
labels?: {
|
|
7619
|
+
[k: string]: string;
|
|
7620
|
+
} | undefined;
|
|
8318
7621
|
/**
|
|
8319
|
-
*
|
|
7622
|
+
* The input for the interaction.
|
|
8320
7623
|
*/
|
|
8321
|
-
|
|
7624
|
+
input?: InteractionsInput | undefined;
|
|
8322
7625
|
/**
|
|
8323
|
-
*
|
|
7626
|
+
* Concatenated text from the last model output in response to the current request.
|
|
8324
7627
|
*
|
|
8325
7628
|
* @remarks
|
|
8326
|
-
*
|
|
7629
|
+
*
|
|
7630
|
+
* Note: this is added by the SDK.
|
|
8327
7631
|
*/
|
|
8328
|
-
|
|
7632
|
+
output_text?: string | undefined;
|
|
8329
7633
|
/**
|
|
8330
|
-
*
|
|
7634
|
+
* An image content block.
|
|
8331
7635
|
*/
|
|
8332
|
-
|
|
7636
|
+
output_image?: ImageContent | undefined;
|
|
8333
7637
|
/**
|
|
8334
|
-
*
|
|
7638
|
+
* An audio content block.
|
|
8335
7639
|
*/
|
|
8336
|
-
|
|
7640
|
+
output_audio?: AudioContent | undefined;
|
|
7641
|
+
/**
|
|
7642
|
+
* A video content block.
|
|
7643
|
+
*/
|
|
7644
|
+
output_video?: VideoContent | undefined;
|
|
8337
7645
|
};
|
|
8338
7646
|
|
|
8339
7647
|
/**
|
|
@@ -8344,13 +7652,14 @@ declare type Interaction_2 = interactions.CreateAgentInteraction | interactions.
|
|
|
8344
7652
|
/**
|
|
8345
7653
|
* Configuration parameters for the agent interaction.
|
|
8346
7654
|
*/
|
|
8347
|
-
declare type InteractionAgentConfig =
|
|
7655
|
+
declare type InteractionAgentConfig = DynamicAgentConfig | DeepResearchAgentConfig | CodeMenderAgentConfig | AntigravityAgentConfig;
|
|
8348
7656
|
|
|
8349
7657
|
declare type InteractionCancelParams$ = CancelInteractionByIdParams;
|
|
8350
7658
|
|
|
8351
7659
|
declare type InteractionCompletedEvent$ = InteractionCompletedEvent;
|
|
8352
7660
|
|
|
8353
7661
|
declare type InteractionCompletedEvent = {
|
|
7662
|
+
event_type: "interaction.completed";
|
|
8354
7663
|
/**
|
|
8355
7664
|
* The event_id token to be used to resume the interaction stream, from
|
|
8356
7665
|
*
|
|
@@ -8358,7 +7667,6 @@ declare type InteractionCompletedEvent = {
|
|
|
8358
7667
|
* this event.
|
|
8359
7668
|
*/
|
|
8360
7669
|
event_id?: string | undefined;
|
|
8361
|
-
event_type: "interaction.completed";
|
|
8362
7670
|
/**
|
|
8363
7671
|
* Partial interaction resource emitted by interaction lifecycle SSE events.
|
|
8364
7672
|
*
|
|
@@ -8372,6 +7680,7 @@ declare type InteractionCompletedEvent = {
|
|
|
8372
7680
|
declare type InteractionCreatedEvent$ = InteractionCreatedEvent;
|
|
8373
7681
|
|
|
8374
7682
|
declare type InteractionCreatedEvent = {
|
|
7683
|
+
event_type: "interaction.created";
|
|
8375
7684
|
/**
|
|
8376
7685
|
* The event_id token to be used to resume the interaction stream, from
|
|
8377
7686
|
*
|
|
@@ -8379,7 +7688,6 @@ declare type InteractionCreatedEvent = {
|
|
|
8379
7688
|
* this event.
|
|
8380
7689
|
*/
|
|
8381
7690
|
event_id?: string | undefined;
|
|
8382
|
-
event_type: "interaction.created";
|
|
8383
7691
|
/**
|
|
8384
7692
|
* Partial interaction resource emitted by interaction lifecycle SSE events.
|
|
8385
7693
|
*
|
|
@@ -8426,7 +7734,7 @@ declare type InteractionGetParamsStreaming = GetInteractionByIdParamsStreaming;
|
|
|
8426
7734
|
/**
|
|
8427
7735
|
* Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.
|
|
8428
7736
|
*/
|
|
8429
|
-
declare type InteractionResponseFormat = ResponseFormat_2 |
|
|
7737
|
+
declare type InteractionResponseFormat = Array<ResponseFormat_2> | ResponseFormat_2;
|
|
8430
7738
|
|
|
8431
7739
|
export declare namespace Interactions {
|
|
8432
7740
|
export type AllowedTools = AllowedTools$;
|
|
@@ -8495,8 +7803,6 @@ export declare namespace Interactions {
|
|
|
8495
7803
|
export type ModelOutputStep = ModelOutputStep$;
|
|
8496
7804
|
export interface PlaceCitation extends PlaceCitation$ {
|
|
8497
7805
|
}
|
|
8498
|
-
export type ProcessingCallStep = ProcessingCallStep$;
|
|
8499
|
-
export type ProcessingResultStep = ProcessingResultStep$;
|
|
8500
7806
|
export type RetrievalCallArguments = RetrievalCallArguments$;
|
|
8501
7807
|
export interface RetrievalCallDelta extends RetrievalCallDelta$ {
|
|
8502
7808
|
}
|
|
@@ -8516,7 +7822,6 @@ export declare namespace Interactions {
|
|
|
8516
7822
|
export type ToolChoiceConfig = ToolChoiceConfig$;
|
|
8517
7823
|
export type ToolChoiceType = ToolChoiceType$;
|
|
8518
7824
|
export type TranscriptionConfig = TranscriptionConfig$;
|
|
8519
|
-
export type TranscriptionMode = TranscriptionMode$;
|
|
8520
7825
|
export type URLCitation = URLCitation$;
|
|
8521
7826
|
export type URLContextCallArguments = URLContextCallArguments$;
|
|
8522
7827
|
export interface URLContextCallStep extends URLContextCallStep$ {
|
|
@@ -8610,8 +7915,6 @@ export declare namespace Interactions {
|
|
|
8610
7915
|
export type MCPServerToolCall = MCPServerToolCall$;
|
|
8611
7916
|
export type MCPServerToolResult = MCPServerToolResult$;
|
|
8612
7917
|
export type Metadata = Metadata$;
|
|
8613
|
-
export type ProcessingCall = ProcessingCall$;
|
|
8614
|
-
export type ProcessingResult = ProcessingResult$;
|
|
8615
7918
|
export type Text = Text$;
|
|
8616
7919
|
export type TextAnnotationDelta = TextAnnotationDelta$;
|
|
8617
7920
|
export type ThoughtSignature = ThoughtSignature$;
|
|
@@ -8634,10 +7937,6 @@ export declare namespace Interactions {
|
|
|
8634
7937
|
export type VertexAISearchConfig = VertexAISearchConfig$;
|
|
8635
7938
|
}
|
|
8636
7939
|
}
|
|
8637
|
-
export namespace TranscriptionMode {
|
|
8638
|
-
export type Smart = Smart$;
|
|
8639
|
-
export type Verbatim = Verbatim$;
|
|
8640
|
-
}
|
|
8641
7940
|
export namespace URLContextCallStep {
|
|
8642
7941
|
export type Arguments = Arguments$5;
|
|
8643
7942
|
}
|
|
@@ -8684,12 +7983,12 @@ declare namespace interactions {
|
|
|
8684
7983
|
EnvironmentEnum,
|
|
8685
7984
|
ComputerUse_2 as ComputerUse,
|
|
8686
7985
|
Content_2 as Content,
|
|
8687
|
-
CreateAgentInteractionAgentConfig,
|
|
8688
|
-
CreateAgentInteractionEnvironment,
|
|
8689
7986
|
CreateAgentInteractionResponseFormat,
|
|
7987
|
+
CreateAgentInteractionEnvironment,
|
|
7988
|
+
CreateAgentInteractionAgentConfig,
|
|
8690
7989
|
CreateAgentInteraction,
|
|
8691
|
-
CreateModelInteractionEnvironment,
|
|
8692
7990
|
CreateModelInteractionResponseFormat,
|
|
7991
|
+
CreateModelInteractionEnvironment,
|
|
8693
7992
|
CreateModelInteraction,
|
|
8694
7993
|
Visualization,
|
|
8695
7994
|
DeepResearchAgentConfig,
|
|
@@ -8729,8 +8028,8 @@ declare namespace interactions {
|
|
|
8729
8028
|
FunctionResultStep,
|
|
8730
8029
|
FunctionResultSubcontent,
|
|
8731
8030
|
FunctionT,
|
|
8732
|
-
SpeechConfigUnion_2 as SpeechConfigUnion,
|
|
8733
8031
|
ToolChoice,
|
|
8032
|
+
SpeechConfigUnion_2 as SpeechConfigUnion,
|
|
8734
8033
|
GenerationConfig_2 as GenerationConfig,
|
|
8735
8034
|
GoogleMapsCallArguments,
|
|
8736
8035
|
GoogleMapsCallDelta,
|
|
@@ -8773,10 +8072,10 @@ declare namespace interactions {
|
|
|
8773
8072
|
InteractionSSEStreamEvent,
|
|
8774
8073
|
InteractionStatusUpdateStatus,
|
|
8775
8074
|
InteractionStatusUpdate,
|
|
8776
|
-
InteractionAgentConfig,
|
|
8777
|
-
InteractionEnvironment,
|
|
8778
|
-
InteractionResponseFormat,
|
|
8779
8075
|
InteractionStatus_2 as InteractionStatus,
|
|
8076
|
+
InteractionResponseFormat,
|
|
8077
|
+
InteractionEnvironment,
|
|
8078
|
+
InteractionAgentConfig,
|
|
8780
8079
|
Interaction,
|
|
8781
8080
|
InteractionsInput,
|
|
8782
8081
|
MCPServerToolCallDelta,
|
|
@@ -8788,17 +8087,13 @@ declare namespace interactions {
|
|
|
8788
8087
|
MCPServerToolResultStepResultUnion,
|
|
8789
8088
|
MCPServerToolResultStep,
|
|
8790
8089
|
MCPServer,
|
|
8791
|
-
|
|
8090
|
+
MediaProcessing,
|
|
8792
8091
|
MediaResolution_2 as MediaResolution,
|
|
8793
8092
|
ModalityTokens,
|
|
8794
8093
|
ModelOutputStep,
|
|
8795
8094
|
Model_2 as Model,
|
|
8796
8095
|
ParallelAISearchConfig,
|
|
8797
8096
|
PlaceCitation,
|
|
8798
|
-
ProcessingCallDelta,
|
|
8799
|
-
ProcessingCallStep,
|
|
8800
|
-
ProcessingResultDelta,
|
|
8801
|
-
ProcessingResultStep,
|
|
8802
8097
|
RagResource,
|
|
8803
8098
|
RagRetrievalConfig_2 as RagRetrievalConfig,
|
|
8804
8099
|
RagStoreConfig,
|
|
@@ -8817,7 +8112,6 @@ declare namespace interactions {
|
|
|
8817
8112
|
SafetySetting_2 as SafetySetting,
|
|
8818
8113
|
ServiceTier_2 as ServiceTier,
|
|
8819
8114
|
SessionConfig,
|
|
8820
|
-
SmartTranscriptionMode,
|
|
8821
8115
|
SourceType,
|
|
8822
8116
|
Source,
|
|
8823
8117
|
SpeakerConfig,
|
|
@@ -8844,10 +8138,7 @@ declare namespace interactions {
|
|
|
8844
8138
|
ToolChoiceConfig,
|
|
8845
8139
|
ToolChoiceType,
|
|
8846
8140
|
Tool_2 as Tool,
|
|
8847
|
-
TranscriptionConfigModeEnum,
|
|
8848
|
-
TranscriptionConfigMode,
|
|
8849
8141
|
TranscriptionConfig,
|
|
8850
|
-
TranscriptionMode,
|
|
8851
8142
|
URLCitation,
|
|
8852
8143
|
URLContextCallArguments,
|
|
8853
8144
|
URLContextCallDelta,
|
|
@@ -8859,13 +8150,12 @@ declare namespace interactions {
|
|
|
8859
8150
|
URLContext,
|
|
8860
8151
|
Usage,
|
|
8861
8152
|
UserInputStep,
|
|
8862
|
-
VerbatimTranscriptionMode,
|
|
8863
8153
|
VertexAISearchConfig,
|
|
8864
8154
|
Task,
|
|
8865
8155
|
VideoConfig,
|
|
8866
|
-
VideoContentMimeType,
|
|
8867
8156
|
ProcessingEnum,
|
|
8868
8157
|
Processing,
|
|
8158
|
+
VideoContentMimeType,
|
|
8869
8159
|
VideoContent,
|
|
8870
8160
|
VideoDeltaMimeType,
|
|
8871
8161
|
VideoDelta,
|
|
@@ -8878,51 +8168,14 @@ declare namespace interactions {
|
|
|
8878
8168
|
}
|
|
8879
8169
|
}
|
|
8880
8170
|
|
|
8881
|
-
declare class Interactions_2 extends ClientSDK {
|
|
8882
|
-
/**
|
|
8883
|
-
* Creating an interaction
|
|
8884
|
-
*
|
|
8885
|
-
* @remarks
|
|
8886
|
-
* Creates a new interaction.
|
|
8887
|
-
*/
|
|
8888
|
-
create(params: CreateAgentInteractionParamsNonStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
|
|
8889
|
-
create(params: CreateModelInteractionParamsNonStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
|
|
8890
|
-
create(params: CreateAgentInteractionParamsStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
|
|
8891
|
-
create(params: CreateModelInteractionParamsStreaming, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
|
|
8892
|
-
create(params: CreateInteractionParams, options?: RequestOptions): APIPromise<operations.CreateInteractionResponse>;
|
|
8893
|
-
/**
|
|
8894
|
-
* Deleting an interaction
|
|
8895
|
-
*
|
|
8896
|
-
* @remarks
|
|
8897
|
-
* Deletes the interaction by id.
|
|
8898
|
-
*/
|
|
8899
|
-
delete(id: string, params?: DeleteInteractionParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<void>;
|
|
8900
|
-
/**
|
|
8901
|
-
* Retrieving an interaction
|
|
8902
|
-
*
|
|
8903
|
-
* @remarks
|
|
8904
|
-
* Retrieves the full details of a single interaction based on its `Interaction.id`.
|
|
8905
|
-
*/
|
|
8906
|
-
get(id: string, params?: GetInteractionByIdParamsNonStreaming, options?: Omit<RequestOptions, "extra_body">): APIPromise<operations.GetInteractionByIdResponse>;
|
|
8907
|
-
get(id: string, params: GetInteractionByIdParamsStreaming, options?: Omit<RequestOptions, "extra_body">): APIPromise<operations.GetInteractionByIdResponse>;
|
|
8908
|
-
get(id: string, params?: GetInteractionByIdParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<operations.GetInteractionByIdResponse>;
|
|
8909
|
-
/**
|
|
8910
|
-
* Canceling an interaction
|
|
8911
|
-
*
|
|
8912
|
-
* @remarks
|
|
8913
|
-
* Cancels an interaction by id. This only applies to background interactions that are still running.
|
|
8914
|
-
*/
|
|
8915
|
-
cancel(id: string, params?: CancelInteractionByIdParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Interaction>;
|
|
8916
|
-
}
|
|
8917
|
-
|
|
8918
8171
|
/**
|
|
8919
8172
|
* The input for the interaction.
|
|
8920
8173
|
*/
|
|
8921
|
-
declare type InteractionsInput =
|
|
8174
|
+
declare type InteractionsInput = string | Array<Step> | Array<Content_2> | Content_2;
|
|
8922
8175
|
|
|
8923
8176
|
declare type InteractionSSEEvent$ = InteractionSSEEvent;
|
|
8924
8177
|
|
|
8925
|
-
declare type InteractionSSEEvent =
|
|
8178
|
+
declare type InteractionSSEEvent = InteractionCreatedEvent | InteractionCompletedEvent | InteractionStatusUpdate | ErrorEvent_2 | StepStart | StepDelta | StepStop;
|
|
8926
8179
|
|
|
8927
8180
|
/**
|
|
8928
8181
|
* Partial interaction resource emitted by interaction lifecycle SSE events.
|
|
@@ -8932,43 +8185,43 @@ declare type InteractionSSEEvent = ErrorEvent_2 | InteractionCompletedEvent | In
|
|
|
8932
8185
|
* full non-streaming Interaction responses.
|
|
8933
8186
|
*/
|
|
8934
8187
|
declare type InteractionSseEventInteraction = {
|
|
8935
|
-
/**
|
|
8936
|
-
* The agent to interact with.
|
|
8937
|
-
*/
|
|
8938
|
-
agent?: string | undefined;
|
|
8939
|
-
/**
|
|
8940
|
-
* Output only. The time at which the response was created in ISO 8601 format.
|
|
8941
|
-
*/
|
|
8942
|
-
created?: string | undefined;
|
|
8943
8188
|
/**
|
|
8944
8189
|
* Required. Output only. A unique identifier for the interaction completion.
|
|
8945
8190
|
*/
|
|
8946
8191
|
id: string;
|
|
8192
|
+
/**
|
|
8193
|
+
* Output only. The resource type.
|
|
8194
|
+
*/
|
|
8195
|
+
object?: string | undefined;
|
|
8947
8196
|
/**
|
|
8948
8197
|
* The model that will complete your prompt.
|
|
8949
8198
|
*/
|
|
8950
8199
|
model?: string | undefined;
|
|
8951
8200
|
/**
|
|
8952
|
-
*
|
|
8201
|
+
* The agent to interact with.
|
|
8953
8202
|
*/
|
|
8954
|
-
|
|
8955
|
-
service_tier?: ServiceTier_2 | undefined;
|
|
8203
|
+
agent?: string | undefined;
|
|
8956
8204
|
/**
|
|
8957
8205
|
* Required. Output only. The status of the interaction.
|
|
8958
8206
|
*/
|
|
8959
8207
|
status: InteractionSseEventInteractionStatus;
|
|
8960
8208
|
/**
|
|
8961
|
-
* Output only. The
|
|
8209
|
+
* Output only. The time at which the response was created in ISO 8601 format.
|
|
8962
8210
|
*/
|
|
8963
|
-
|
|
8211
|
+
created?: string | undefined;
|
|
8964
8212
|
/**
|
|
8965
8213
|
* Output only. The time at which the response was last updated in ISO 8601 format.
|
|
8966
8214
|
*/
|
|
8967
8215
|
updated?: string | undefined;
|
|
8216
|
+
service_tier?: ServiceTier_2 | undefined;
|
|
8968
8217
|
/**
|
|
8969
8218
|
* Statistics on the interaction request's token usage.
|
|
8970
8219
|
*/
|
|
8971
8220
|
usage?: Usage | undefined;
|
|
8221
|
+
/**
|
|
8222
|
+
* Output only. The steps that make up the interaction, if included in this event.
|
|
8223
|
+
*/
|
|
8224
|
+
steps?: Array<Step> | undefined;
|
|
8972
8225
|
};
|
|
8973
8226
|
|
|
8974
8227
|
/**
|
|
@@ -9045,13 +8298,6 @@ export declare interface Interval {
|
|
|
9045
8298
|
startTime?: string;
|
|
9046
8299
|
}
|
|
9047
8300
|
|
|
9048
|
-
/**
|
|
9049
|
-
* An error that is raised when any inputs used to create a request are invalid.
|
|
9050
|
-
*/
|
|
9051
|
-
declare class InvalidRequestError extends HTTPClientError {
|
|
9052
|
-
name: string;
|
|
9053
|
-
}
|
|
9054
|
-
|
|
9055
8301
|
/** Job error. */
|
|
9056
8302
|
export declare interface JobError {
|
|
9057
8303
|
/** A list of messages that carry the error details. There is a common set of message types for APIs to use. */
|
|
@@ -9156,20 +8402,6 @@ export declare interface LatLng {
|
|
|
9156
8402
|
longitude?: number;
|
|
9157
8403
|
}
|
|
9158
8404
|
|
|
9159
|
-
/**
|
|
9160
|
-
* @license
|
|
9161
|
-
* Copyright 2026 Google LLC
|
|
9162
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
9163
|
-
*
|
|
9164
|
-
* g3-prettier-ignore-file
|
|
9165
|
-
*/
|
|
9166
|
-
declare type ListAgentsGlobals = {
|
|
9167
|
-
/**
|
|
9168
|
-
* Which version of the API to use.
|
|
9169
|
-
*/
|
|
9170
|
-
api_version?: string | undefined;
|
|
9171
|
-
};
|
|
9172
|
-
|
|
9173
8405
|
declare type ListAgentsParams = ListAgentsRequest;
|
|
9174
8406
|
|
|
9175
8407
|
declare type ListAgentsParams_2 = {
|
|
@@ -9281,57 +8513,12 @@ export declare class ListDocumentsResponse {
|
|
|
9281
8513
|
documents?: Document_2[];
|
|
9282
8514
|
}
|
|
9283
8515
|
|
|
9284
|
-
declare type
|
|
9285
|
-
environment: string;
|
|
9286
|
-
path: string;
|
|
9287
|
-
page_size?: number;
|
|
9288
|
-
page_token?: string;
|
|
9289
|
-
recursive?: boolean;
|
|
9290
|
-
api_version?: string;
|
|
9291
|
-
};
|
|
9292
|
-
|
|
9293
|
-
/**
|
|
9294
|
-
* Alias for GetEnvironmentFilesResponse when listing files.
|
|
9295
|
-
*/
|
|
9296
|
-
declare type ListEnvironmentFilesResponse = GetEnvironmentFilesResponse_2;
|
|
9297
|
-
|
|
9298
|
-
/**
|
|
9299
|
-
* @license
|
|
9300
|
-
* Copyright 2026 Google LLC
|
|
9301
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
9302
|
-
*
|
|
9303
|
-
* g3-prettier-ignore-file
|
|
9304
|
-
*/
|
|
9305
|
-
declare type ListEnvironmentsGlobals = {
|
|
9306
|
-
/**
|
|
9307
|
-
* Which version of the API to use.
|
|
9308
|
-
*/
|
|
9309
|
-
api_version?: string | undefined;
|
|
9310
|
-
};
|
|
9311
|
-
|
|
9312
|
-
declare type ListEnvironmentsParams = ListEnvironmentsRequest;
|
|
9313
|
-
|
|
9314
|
-
declare type ListEnvironmentsParams_2 = {
|
|
8516
|
+
declare type ListEnvironmentsParams = {
|
|
9315
8517
|
api_version?: string;
|
|
9316
8518
|
page_size?: number;
|
|
9317
8519
|
page_token?: string;
|
|
9318
8520
|
};
|
|
9319
8521
|
|
|
9320
|
-
declare type ListEnvironmentsRequest = {
|
|
9321
|
-
/**
|
|
9322
|
-
* Which version of the API to use.
|
|
9323
|
-
*/
|
|
9324
|
-
api_version?: string | undefined;
|
|
9325
|
-
/**
|
|
9326
|
-
* Optional. Maximum number of environments to return.\nIf unspecified, defaults to 50. Maximum is 1000.
|
|
9327
|
-
*/
|
|
9328
|
-
page_size?: number | undefined;
|
|
9329
|
-
/**
|
|
9330
|
-
* Optional. Pagination token.
|
|
9331
|
-
*/
|
|
9332
|
-
page_token?: string | undefined;
|
|
9333
|
-
};
|
|
9334
|
-
|
|
9335
8522
|
/**
|
|
9336
8523
|
* Response for `ListEnvironments`.
|
|
9337
8524
|
*/
|
|
@@ -9435,20 +8622,6 @@ export declare class ListModelsResponse {
|
|
|
9435
8622
|
models?: Model[];
|
|
9436
8623
|
}
|
|
9437
8624
|
|
|
9438
|
-
/**
|
|
9439
|
-
* @license
|
|
9440
|
-
* Copyright 2026 Google LLC
|
|
9441
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
9442
|
-
*
|
|
9443
|
-
* g3-prettier-ignore-file
|
|
9444
|
-
*/
|
|
9445
|
-
declare type ListTriggerExecutionsGlobals = {
|
|
9446
|
-
/**
|
|
9447
|
-
* Which version of the API to use.
|
|
9448
|
-
*/
|
|
9449
|
-
api_version?: string | undefined;
|
|
9450
|
-
};
|
|
9451
|
-
|
|
9452
8625
|
declare type ListTriggerExecutionsParams = Omit<ListTriggerExecutionsRequest, "trigger_id">;
|
|
9453
8626
|
|
|
9454
8627
|
declare type ListTriggerExecutionsParams_2 = {
|
|
@@ -9495,20 +8668,6 @@ declare type ListTriggerExecutionsResponse = {
|
|
|
9495
8668
|
trigger_executions?: Array<TriggerExecution> | undefined;
|
|
9496
8669
|
};
|
|
9497
8670
|
|
|
9498
|
-
/**
|
|
9499
|
-
* @license
|
|
9500
|
-
* Copyright 2026 Google LLC
|
|
9501
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
9502
|
-
*
|
|
9503
|
-
* g3-prettier-ignore-file
|
|
9504
|
-
*/
|
|
9505
|
-
declare type ListTriggersGlobals = {
|
|
9506
|
-
/**
|
|
9507
|
-
* Which version of the API to use.
|
|
9508
|
-
*/
|
|
9509
|
-
api_version?: string | undefined;
|
|
9510
|
-
};
|
|
9511
|
-
|
|
9512
8671
|
declare type ListTriggersParams = ListTriggersRequest;
|
|
9513
8672
|
|
|
9514
8673
|
declare type ListTriggersParams_2 = {
|
|
@@ -9587,20 +8746,6 @@ export declare class ListTuningJobsResponse {
|
|
|
9587
8746
|
tuningJobs?: TuningJob[];
|
|
9588
8747
|
}
|
|
9589
8748
|
|
|
9590
|
-
/**
|
|
9591
|
-
* @license
|
|
9592
|
-
* Copyright 2026 Google LLC
|
|
9593
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
9594
|
-
*
|
|
9595
|
-
* g3-prettier-ignore-file
|
|
9596
|
-
*/
|
|
9597
|
-
declare type ListWebhooksGlobals = {
|
|
9598
|
-
/**
|
|
9599
|
-
* Which version of the API to use.
|
|
9600
|
-
*/
|
|
9601
|
-
api_version?: string | undefined;
|
|
9602
|
-
};
|
|
9603
|
-
|
|
9604
8749
|
declare type ListWebhooksParams = ListWebhooksRequest;
|
|
9605
8750
|
|
|
9606
8751
|
declare type ListWebhooksRequest = {
|
|
@@ -10421,19 +9566,6 @@ export declare interface LiveServerToolCallCancellation {
|
|
|
10421
9566
|
ids?: string[];
|
|
10422
9567
|
}
|
|
10423
9568
|
|
|
10424
|
-
/**
|
|
10425
|
-
* @license
|
|
10426
|
-
* Copyright 2026 Google LLC
|
|
10427
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
10428
|
-
*
|
|
10429
|
-
* g3-prettier-ignore-file
|
|
10430
|
-
*/
|
|
10431
|
-
declare interface Logger {
|
|
10432
|
-
group(label?: string): void;
|
|
10433
|
-
groupEnd(): void;
|
|
10434
|
-
log(message: any, ...args: any[]): void;
|
|
10435
|
-
}
|
|
10436
|
-
|
|
10437
9569
|
/** The log probabilities of the tokens generated by the model. This is useful for understanding the model's confidence in its predictions and for debugging. For example, you can use log probabilities to identify when the model is making a less confident prediction or to explore alternative responses that the model considered. A low log probability can also indicate that the model is "hallucinating" or generating factually incorrect information. */
|
|
10438
9570
|
export declare interface LogprobsResult {
|
|
10439
9571
|
/** A list of the chosen candidate tokens at each decoding step. The length of this list is equal to the total number of decoding steps. Note that the chosen candidate might not be in `top_candidates`. */
|
|
@@ -10618,14 +9750,14 @@ declare type MCPServerToolResult$ = MCPServerToolResultDelta;
|
|
|
10618
9750
|
|
|
10619
9751
|
declare type MCPServerToolResultDelta = {
|
|
10620
9752
|
name?: string | undefined;
|
|
10621
|
-
result: Array<FunctionResultSubcontent> |
|
|
9753
|
+
result: MCPServerToolResultDeltaResult | Array<FunctionResultSubcontent> | string;
|
|
10622
9754
|
server_name?: string | undefined;
|
|
10623
9755
|
type: "mcp_server_tool_result";
|
|
10624
9756
|
};
|
|
10625
9757
|
|
|
10626
9758
|
declare type MCPServerToolResultDeltaResult = {};
|
|
10627
9759
|
|
|
10628
|
-
declare type MCPServerToolResultDeltaResultUnion = Array<FunctionResultSubcontent> |
|
|
9760
|
+
declare type MCPServerToolResultDeltaResultUnion = MCPServerToolResultDeltaResult | Array<FunctionResultSubcontent> | string;
|
|
10629
9761
|
|
|
10630
9762
|
declare type MCPServerToolResultStep$ = MCPServerToolResultStep;
|
|
10631
9763
|
|
|
@@ -10644,7 +9776,7 @@ declare type MCPServerToolResultStep = {
|
|
|
10644
9776
|
/**
|
|
10645
9777
|
* Required. The output from the MCP server call. Can be simple text or rich content.
|
|
10646
9778
|
*/
|
|
10647
|
-
result:
|
|
9779
|
+
result: MCPServerToolResultStepResult | string | Array<FunctionResultSubcontent>;
|
|
10648
9780
|
/**
|
|
10649
9781
|
* The name of the used MCP server.
|
|
10650
9782
|
*/
|
|
@@ -10657,7 +9789,7 @@ declare type MCPServerToolResultStepResult = {};
|
|
|
10657
9789
|
/**
|
|
10658
9790
|
* Required. The output from the MCP server call. Can be simple text or rich content.
|
|
10659
9791
|
*/
|
|
10660
|
-
declare type MCPServerToolResultStepResultUnion =
|
|
9792
|
+
declare type MCPServerToolResultStepResultUnion = MCPServerToolResultStepResult | string | Array<FunctionResultSubcontent>;
|
|
10661
9793
|
|
|
10662
9794
|
/**
|
|
10663
9795
|
* Creates a McpCallableTool from MCP clients and an optional config.
|
|
@@ -10699,23 +9831,7 @@ export declare enum MediaModality {
|
|
|
10699
9831
|
DOCUMENT = "DOCUMENT"
|
|
10700
9832
|
}
|
|
10701
9833
|
|
|
10702
|
-
|
|
10703
|
-
export declare enum MediaProcessing {
|
|
10704
|
-
/**
|
|
10705
|
-
* Default. Uses model-specific processing
|
|
10706
|
-
*/
|
|
10707
|
-
MEDIA_PROCESSING_UNSPECIFIED = "MEDIA_PROCESSING_UNSPECIFIED",
|
|
10708
|
-
/**
|
|
10709
|
-
* Fixed-rate frame extraction. All frames placed in context.
|
|
10710
|
-
*/
|
|
10711
|
-
STATIC = "STATIC",
|
|
10712
|
-
/**
|
|
10713
|
-
* Model-driven dynamic navigation. Recommended for most use cases.
|
|
10714
|
-
*/
|
|
10715
|
-
AGENTIC = "AGENTIC"
|
|
10716
|
-
}
|
|
10717
|
-
|
|
10718
|
-
declare type MediaProcessing_2 = StaticMediaProcessing;
|
|
9834
|
+
declare type MediaProcessing = StaticMediaProcessing;
|
|
10719
9835
|
|
|
10720
9836
|
/** The media resolution to use. */
|
|
10721
9837
|
export declare enum MediaResolution {
|
|
@@ -10871,7 +9987,7 @@ export declare interface Model {
|
|
|
10871
9987
|
/**
|
|
10872
9988
|
* The model that will complete your prompt.\n\nSee [models](https://ai.google.dev/gemini-api/docs/models) for additional details.
|
|
10873
9989
|
*/
|
|
10874
|
-
declare type Model_2 = "gemini-2.5-flash" | "gemini-2.5-pro" | "gemma-4-26b-a4b-it" | "gemma-4-31b-it" | "gemini-flash-latest" | "gemini-flash-lite-latest" | "gemini-pro-latest" | "gemini-2.5-flash-lite" | "gemini-2.5-flash-image" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-3.1-flash-lite" | "gemini-3-pro-image" | "nano-banana-pro-preview" | "gemini-3.1-flash-image" | "gemini-3.5-flash" | "gemini-3.6-flash" | "gemini-3.7-flash" | "
|
|
9990
|
+
declare type Model_2 = "gemini-2.5-flash" | "gemini-2.5-pro" | "gemma-4-26b-a4b-it" | "gemma-4-31b-it" | "gemini-flash-latest" | "gemini-flash-lite-latest" | "gemini-pro-latest" | "gemini-2.5-flash-lite" | "gemini-2.5-flash-image" | "gemini-3-flash-preview" | "gemini-3.1-pro-preview" | "gemini-3.1-pro-preview-customtools" | "gemini-3.1-flash-lite" | "gemini-3-pro-image" | "nano-banana-pro-preview" | "gemini-3.1-flash-image" | "gemini-3.5-flash" | "gemini-3.6-flash" | "gemini-3.7-flash" | "lyria-3-clip-preview" | "lyria-3-pro-preview" | "gemini-robotics-er-1.6-preview" | "gemini-robotics-er-2-preview" | (string & {});
|
|
10875
9991
|
|
|
10876
9992
|
/** Configuration for Model Armor. Model Armor is a Google Cloud service that provides safety and security filtering for prompts and responses. It helps protect your AI applications from risks such as harmful content, sensitive data leakage, and prompt injection attacks. This data type is not supported in Gemini API. */
|
|
10877
9993
|
export declare interface ModelArmorConfig {
|
|
@@ -11282,12 +10398,6 @@ export declare class Models extends BaseModule {
|
|
|
11282
10398
|
private generateVideosInternal;
|
|
11283
10399
|
}
|
|
11284
10400
|
|
|
11285
|
-
declare namespace models {
|
|
11286
|
-
export {
|
|
11287
|
-
Security
|
|
11288
|
-
}
|
|
11289
|
-
}
|
|
11290
|
-
|
|
11291
10401
|
/** Config for model selection. */
|
|
11292
10402
|
export declare interface ModelSelectionConfig {
|
|
11293
10403
|
/** Options for feature selection preference. */
|
|
@@ -11376,14 +10486,6 @@ declare type Network = EnvironmentNetworkEgressAllowlist | NetworkEnum;
|
|
|
11376
10486
|
|
|
11377
10487
|
declare type NetworkEnum = "disabled";
|
|
11378
10488
|
|
|
11379
|
-
declare type OAuth2PasswordFlow = {
|
|
11380
|
-
username: string;
|
|
11381
|
-
password: string;
|
|
11382
|
-
client_id?: string | undefined;
|
|
11383
|
-
client_secret?: string | undefined;
|
|
11384
|
-
token_url: string;
|
|
11385
|
-
};
|
|
11386
|
-
|
|
11387
10489
|
/** A long-running operation. */
|
|
11388
10490
|
export declare interface Operation<T> {
|
|
11389
10491
|
/** The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. */
|
|
@@ -11439,102 +10541,6 @@ export declare class Operations extends BaseModule {
|
|
|
11439
10541
|
private fetchPredictVideosOperationInternal;
|
|
11440
10542
|
}
|
|
11441
10543
|
|
|
11442
|
-
declare namespace operations {
|
|
11443
|
-
export {
|
|
11444
|
-
CancelInteractionByIdGlobals,
|
|
11445
|
-
CancelInteractionByIdRequest,
|
|
11446
|
-
CreateAgentGlobals,
|
|
11447
|
-
CreateAgentRequest,
|
|
11448
|
-
CreateEnvironmentGlobals,
|
|
11449
|
-
CreateEnvironmentRequest_2 as CreateEnvironmentRequest,
|
|
11450
|
-
CreateInteractionGlobals,
|
|
11451
|
-
CreateInteractionRequestBody,
|
|
11452
|
-
CreateInteractionRequest,
|
|
11453
|
-
CreateInteractionResponse,
|
|
11454
|
-
CreateTriggerGlobals,
|
|
11455
|
-
CreateTriggerRequest,
|
|
11456
|
-
CreateWebhookGlobals,
|
|
11457
|
-
CreateWebhookRequest,
|
|
11458
|
-
DeleteAgentGlobals,
|
|
11459
|
-
DeleteAgentRequest,
|
|
11460
|
-
DeleteEnvironmentGlobals,
|
|
11461
|
-
DeleteEnvironmentRequest,
|
|
11462
|
-
DeleteInteractionGlobals,
|
|
11463
|
-
DeleteInteractionRequest,
|
|
11464
|
-
DeleteTriggerGlobals,
|
|
11465
|
-
DeleteTriggerRequest,
|
|
11466
|
-
DeleteWebhookGlobals,
|
|
11467
|
-
DeleteWebhookRequest,
|
|
11468
|
-
GetAgentGlobals,
|
|
11469
|
-
GetAgentRequest,
|
|
11470
|
-
GetEnvironmentFilesGlobals,
|
|
11471
|
-
GetEnvironmentFilesRequest,
|
|
11472
|
-
GetEnvironmentGlobals,
|
|
11473
|
-
GetEnvironmentRequest,
|
|
11474
|
-
GetInteractionByIdGlobals,
|
|
11475
|
-
GetInteractionByIdRequest,
|
|
11476
|
-
GetInteractionByIdResponse,
|
|
11477
|
-
GetTriggerGlobals,
|
|
11478
|
-
GetTriggerRequest,
|
|
11479
|
-
GetWebhookGlobals,
|
|
11480
|
-
GetWebhookRequest,
|
|
11481
|
-
ListAgentsGlobals,
|
|
11482
|
-
ListAgentsRequest,
|
|
11483
|
-
ListEnvironmentsGlobals,
|
|
11484
|
-
ListEnvironmentsRequest,
|
|
11485
|
-
ListTriggerExecutionsGlobals,
|
|
11486
|
-
ListTriggerExecutionsRequest,
|
|
11487
|
-
ListTriggersGlobals,
|
|
11488
|
-
ListTriggersRequest,
|
|
11489
|
-
ListWebhooksGlobals,
|
|
11490
|
-
ListWebhooksRequest,
|
|
11491
|
-
CancelInteractionByIdParams,
|
|
11492
|
-
CreateAgentParams,
|
|
11493
|
-
CreateInteractionParams,
|
|
11494
|
-
CreateInteractionParamsNonStreaming,
|
|
11495
|
-
CreateInteractionParamsStreaming,
|
|
11496
|
-
CreateAgentInteractionParams,
|
|
11497
|
-
CreateAgentInteractionParamsNonStreaming,
|
|
11498
|
-
CreateAgentInteractionParamsStreaming,
|
|
11499
|
-
CreateModelInteractionParams,
|
|
11500
|
-
CreateModelInteractionParamsNonStreaming,
|
|
11501
|
-
CreateModelInteractionParamsStreaming,
|
|
11502
|
-
CreateTriggerParams,
|
|
11503
|
-
CreateWebhookParams,
|
|
11504
|
-
DeleteAgentParams,
|
|
11505
|
-
DeleteEnvironmentParams,
|
|
11506
|
-
DeleteInteractionParams,
|
|
11507
|
-
DeleteTriggerParams,
|
|
11508
|
-
DeleteWebhookParams,
|
|
11509
|
-
GetAgentParams,
|
|
11510
|
-
GetEnvironmentFilesParams,
|
|
11511
|
-
GetEnvironmentParams,
|
|
11512
|
-
GetInteractionByIdParams,
|
|
11513
|
-
GetInteractionByIdParamsNonStreaming,
|
|
11514
|
-
GetInteractionByIdParamsStreaming,
|
|
11515
|
-
GetTriggerParams,
|
|
11516
|
-
GetWebhookParams,
|
|
11517
|
-
ListAgentsParams,
|
|
11518
|
-
ListEnvironmentsParams,
|
|
11519
|
-
ListTriggerExecutionsParams,
|
|
11520
|
-
ListTriggersParams,
|
|
11521
|
-
ListWebhooksParams,
|
|
11522
|
-
RunTriggerParams,
|
|
11523
|
-
UpdateTriggerParams,
|
|
11524
|
-
UpdateWebhookParams,
|
|
11525
|
-
PingWebhookGlobals,
|
|
11526
|
-
PingWebhookRequest_2 as PingWebhookRequest,
|
|
11527
|
-
RotateSigningSecretGlobals,
|
|
11528
|
-
RotateSigningSecretRequest_2 as RotateSigningSecretRequest,
|
|
11529
|
-
RunTriggerGlobals,
|
|
11530
|
-
RunTriggerRequest,
|
|
11531
|
-
UpdateTriggerGlobals,
|
|
11532
|
-
UpdateTriggerRequest,
|
|
11533
|
-
UpdateWebhookGlobals,
|
|
11534
|
-
UpdateWebhookRequest
|
|
11535
|
-
}
|
|
11536
|
-
}
|
|
11537
|
-
|
|
11538
10544
|
/** Outcome of the code execution. */
|
|
11539
10545
|
export declare enum Outcome {
|
|
11540
10546
|
/**
|
|
@@ -11786,8 +10792,6 @@ export declare interface Part {
|
|
|
11786
10792
|
videoMetadata?: VideoMetadata;
|
|
11787
10793
|
/** Custom metadata associated with the Part. Agents using genai.Part as content representation may need to keep track of the additional information. For example it can be name of a file/source from which the Part originates or a way to multiplex multiple Part streams. This field is not supported in Vertex AI. */
|
|
11788
10794
|
partMetadata?: Record<string, unknown>;
|
|
11789
|
-
/** How the model processes this part's media for understanding. */
|
|
11790
|
-
mediaProcessing?: MediaProcessing;
|
|
11791
10795
|
}
|
|
11792
10796
|
|
|
11793
10797
|
/** Partial argument value of the function call. This data type is not supported in Gemini API. */
|
|
@@ -11902,13 +10906,6 @@ export declare enum PhishBlockThreshold {
|
|
|
11902
10906
|
BLOCK_ONLY_EXTREMELY_HIGH = "BLOCK_ONLY_EXTREMELY_HIGH"
|
|
11903
10907
|
}
|
|
11904
10908
|
|
|
11905
|
-
declare type PingWebhookGlobals = {
|
|
11906
|
-
/**
|
|
11907
|
-
* Which version of the API to use.
|
|
11908
|
-
*/
|
|
11909
|
-
api_version?: string | undefined;
|
|
11910
|
-
};
|
|
11911
|
-
|
|
11912
10909
|
declare type PingWebhookRequest$ = PingWebhookRequest;
|
|
11913
10910
|
|
|
11914
10911
|
/**
|
|
@@ -11923,24 +10920,6 @@ declare type PingWebhookRequest$ = PingWebhookRequest;
|
|
|
11923
10920
|
*/
|
|
11924
10921
|
declare type PingWebhookRequest = {};
|
|
11925
10922
|
|
|
11926
|
-
declare type PingWebhookRequest_2 = {
|
|
11927
|
-
/**
|
|
11928
|
-
* Which version of the API to use.
|
|
11929
|
-
*/
|
|
11930
|
-
api_version?: string | undefined;
|
|
11931
|
-
/**
|
|
11932
|
-
* Required. The ID of the webhook to ping.
|
|
11933
|
-
*
|
|
11934
|
-
* @remarks
|
|
11935
|
-
* Format: `{webhook_id}`
|
|
11936
|
-
*/
|
|
11937
|
-
id: string;
|
|
11938
|
-
/**
|
|
11939
|
-
* The request body.
|
|
11940
|
-
*/
|
|
11941
|
-
body?: webhooks.PingWebhookRequest | undefined;
|
|
11942
|
-
};
|
|
11943
|
-
|
|
11944
10923
|
declare type Place$ = GoogleMapsResultPlaces;
|
|
11945
10924
|
|
|
11946
10925
|
declare type Place$2 = GoogleMapsResultPlaces;
|
|
@@ -12070,101 +11049,10 @@ export declare interface ProactivityConfig {
|
|
|
12070
11049
|
/**
|
|
12071
11050
|
* How the model processes this video for understanding.
|
|
12072
11051
|
*/
|
|
12073
|
-
declare type Processing =
|
|
12074
|
-
|
|
12075
|
-
declare type ProcessingCall$ = ProcessingCallDelta;
|
|
12076
|
-
|
|
12077
|
-
/**
|
|
12078
|
-
* @license
|
|
12079
|
-
* Copyright 2026 Google LLC
|
|
12080
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
12081
|
-
*
|
|
12082
|
-
* g3-prettier-ignore-file
|
|
12083
|
-
*/
|
|
12084
|
-
/**
|
|
12085
|
-
* Streaming delta for a server-initiated media processing step.
|
|
12086
|
-
*/
|
|
12087
|
-
declare type ProcessingCallDelta = {
|
|
12088
|
-
/**
|
|
12089
|
-
* A signature hash for backend validation.
|
|
12090
|
-
*/
|
|
12091
|
-
signature?: string | undefined;
|
|
12092
|
-
type: "processing_call";
|
|
12093
|
-
};
|
|
12094
|
-
|
|
12095
|
-
declare type ProcessingCallStep$ = ProcessingCallStep;
|
|
12096
|
-
|
|
12097
|
-
/**
|
|
12098
|
-
* @license
|
|
12099
|
-
* Copyright 2026 Google LLC
|
|
12100
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
12101
|
-
*
|
|
12102
|
-
* g3-prettier-ignore-file
|
|
12103
|
-
*/
|
|
12104
|
-
/**
|
|
12105
|
-
* A server-initiated processing step for media analysis (e.g. video
|
|
12106
|
-
*
|
|
12107
|
-
* @remarks
|
|
12108
|
-
* understanding).
|
|
12109
|
-
*/
|
|
12110
|
-
declare type ProcessingCallStep = {
|
|
12111
|
-
/**
|
|
12112
|
-
* Required. A unique ID for this specific tool call.
|
|
12113
|
-
*/
|
|
12114
|
-
id: string;
|
|
12115
|
-
/**
|
|
12116
|
-
* A signature hash for backend validation.
|
|
12117
|
-
*/
|
|
12118
|
-
signature?: string | undefined;
|
|
12119
|
-
type: "processing_call";
|
|
12120
|
-
};
|
|
11052
|
+
declare type Processing = MediaProcessing | ProcessingEnum;
|
|
12121
11053
|
|
|
12122
11054
|
declare type ProcessingEnum = "static" | "agentic" | (string & {});
|
|
12123
11055
|
|
|
12124
|
-
declare type ProcessingResult$ = ProcessingResultDelta;
|
|
12125
|
-
|
|
12126
|
-
/**
|
|
12127
|
-
* @license
|
|
12128
|
-
* Copyright 2026 Google LLC
|
|
12129
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
12130
|
-
*
|
|
12131
|
-
* g3-prettier-ignore-file
|
|
12132
|
-
*/
|
|
12133
|
-
/**
|
|
12134
|
-
* Streaming delta for the result of a server-initiated media processing step.
|
|
12135
|
-
*/
|
|
12136
|
-
declare type ProcessingResultDelta = {
|
|
12137
|
-
/**
|
|
12138
|
-
* A signature hash for backend validation.
|
|
12139
|
-
*/
|
|
12140
|
-
signature?: string | undefined;
|
|
12141
|
-
type: "processing_result";
|
|
12142
|
-
};
|
|
12143
|
-
|
|
12144
|
-
declare type ProcessingResultStep$ = ProcessingResultStep;
|
|
12145
|
-
|
|
12146
|
-
/**
|
|
12147
|
-
* @license
|
|
12148
|
-
* Copyright 2026 Google LLC
|
|
12149
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
12150
|
-
*
|
|
12151
|
-
* g3-prettier-ignore-file
|
|
12152
|
-
*/
|
|
12153
|
-
/**
|
|
12154
|
-
* The result of a server-initiated media processing step.
|
|
12155
|
-
*/
|
|
12156
|
-
declare type ProcessingResultStep = {
|
|
12157
|
-
/**
|
|
12158
|
-
* Required. ID to match the ID from the function call block.
|
|
12159
|
-
*/
|
|
12160
|
-
call_id: string;
|
|
12161
|
-
/**
|
|
12162
|
-
* A signature hash for backend validation.
|
|
12163
|
-
*/
|
|
12164
|
-
signature?: string | undefined;
|
|
12165
|
-
type: "processing_result";
|
|
12166
|
-
};
|
|
12167
|
-
|
|
12168
11056
|
/** An image of the product. */
|
|
12169
11057
|
export declare interface ProductImage {
|
|
12170
11058
|
/** An image of the product to be recontextualized. */
|
|
@@ -12710,39 +11598,6 @@ export declare interface ReplicatedVoiceConfig {
|
|
|
12710
11598
|
voiceConsentSignature?: VoiceConsentSignature;
|
|
12711
11599
|
}
|
|
12712
11600
|
|
|
12713
|
-
/**
|
|
12714
|
-
* An error that is raised when a HTTP request was aborted by the client error.
|
|
12715
|
-
*/
|
|
12716
|
-
declare class RequestAbortedError extends HTTPClientError {
|
|
12717
|
-
readonly name = "RequestAbortedError";
|
|
12718
|
-
}
|
|
12719
|
-
|
|
12720
|
-
declare type RequestConfig = {
|
|
12721
|
-
method: string;
|
|
12722
|
-
path: string;
|
|
12723
|
-
baseURL?: string | URL | undefined;
|
|
12724
|
-
query?: string;
|
|
12725
|
-
body?: RequestInit["body"];
|
|
12726
|
-
headers?: HeadersInit;
|
|
12727
|
-
security?: SecurityState | null;
|
|
12728
|
-
uaHeader?: string;
|
|
12729
|
-
userAgent?: string | undefined;
|
|
12730
|
-
timeout_ms?: number;
|
|
12731
|
-
};
|
|
12732
|
-
|
|
12733
|
-
declare type RequestErrorHook = (err: unknown, req: Request) => Awaitable<void>;
|
|
12734
|
-
|
|
12735
|
-
declare type RequestInput = {
|
|
12736
|
-
/**
|
|
12737
|
-
* The URL the request will use.
|
|
12738
|
-
*/
|
|
12739
|
-
url: URL;
|
|
12740
|
-
/**
|
|
12741
|
-
* Options used to create a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request).
|
|
12742
|
-
*/
|
|
12743
|
-
options?: RequestInit | undefined;
|
|
12744
|
-
};
|
|
12745
|
-
|
|
12746
11601
|
declare type RequestOptions = {
|
|
12747
11602
|
/**
|
|
12748
11603
|
* Sets a timeout, in milliseconds, on HTTP requests made by an SDK method. If
|
|
@@ -12785,14 +11640,6 @@ declare type RequestOptions = {
|
|
|
12785
11640
|
extra_body?: Record<string, unknown>;
|
|
12786
11641
|
} & Omit<RequestInit, "method" | "body">;
|
|
12787
11642
|
|
|
12788
|
-
/**
|
|
12789
|
-
* An error that is raised when a HTTP request timed out due to an AbortSignal
|
|
12790
|
-
* signal timeout.
|
|
12791
|
-
*/
|
|
12792
|
-
declare class RequestTimeoutError extends HTTPClientError {
|
|
12793
|
-
readonly name = "RequestTimeoutError";
|
|
12794
|
-
}
|
|
12795
|
-
|
|
12796
11643
|
/**
|
|
12797
11644
|
* The video output resolution. Defaults to 720p.
|
|
12798
11645
|
*/
|
|
@@ -12826,8 +11673,6 @@ declare type ResponseFormat_2 = AudioResponseFormat_2 | ImageResponseFormat_2 |
|
|
|
12826
11673
|
[k: string]: any;
|
|
12827
11674
|
};
|
|
12828
11675
|
|
|
12829
|
-
declare type ResponseHook = (res: Response, req: Request) => Awaitable<void>;
|
|
12830
|
-
|
|
12831
11676
|
/**
|
|
12832
11677
|
* @license
|
|
12833
11678
|
* Copyright 2026 Google LLC
|
|
@@ -12853,37 +11698,11 @@ export declare enum ResponseParseType {
|
|
|
12853
11698
|
REGEX_EXTRACT = "REGEX_EXTRACT"
|
|
12854
11699
|
}
|
|
12855
11700
|
|
|
12856
|
-
declare type Result$ = GoogleMapsResult;
|
|
12857
|
-
|
|
12858
|
-
declare type Result$2 = GoogleSearchResult;
|
|
12859
|
-
|
|
12860
|
-
declare type Result$3 = URLContextResult;
|
|
12861
|
-
|
|
12862
|
-
/**
|
|
12863
|
-
* @license
|
|
12864
|
-
* Copyright 2026 Google LLC
|
|
12865
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
12866
|
-
*
|
|
12867
|
-
* g3-prettier-ignore-file
|
|
12868
|
-
*/
|
|
12869
|
-
/**
|
|
12870
|
-
* A monad that captures the result of a function call or an error if it was not
|
|
12871
|
-
* successful. Railway programming, enabled by this type, can be a nicer
|
|
12872
|
-
* alternative to traditional exception throwing because it allows functions to
|
|
12873
|
-
* declare all _known_ errors with static types and then check for them
|
|
12874
|
-
* exhaustively in application code. Thrown exception have a type of `unknown`
|
|
12875
|
-
* and break out of regular control flow of programs making them harder to
|
|
12876
|
-
* inspect and more verbose work with due to try-catch blocks.
|
|
12877
|
-
*/
|
|
12878
|
-
declare type Result<T, E = unknown> = {
|
|
12879
|
-
ok: true;
|
|
12880
|
-
value: T;
|
|
12881
|
-
error?: never;
|
|
12882
|
-
} | {
|
|
12883
|
-
ok: false;
|
|
12884
|
-
value?: never;
|
|
12885
|
-
error: E;
|
|
12886
|
-
};
|
|
11701
|
+
declare type Result$ = GoogleMapsResult;
|
|
11702
|
+
|
|
11703
|
+
declare type Result$2 = GoogleSearchResult;
|
|
11704
|
+
|
|
11705
|
+
declare type Result$3 = URLContextResult;
|
|
12887
11706
|
|
|
12888
11707
|
declare type Retrieval$ = Retrieval_2;
|
|
12889
11708
|
|
|
@@ -13082,13 +11901,6 @@ declare type ReviewSnippet = {
|
|
|
13082
11901
|
*/
|
|
13083
11902
|
declare type RevocationBehavior = "revoke_previous_secrets_after_h24" | "revoke_previous_secrets_immediately";
|
|
13084
11903
|
|
|
13085
|
-
declare type RotateSigningSecretGlobals = {
|
|
13086
|
-
/**
|
|
13087
|
-
* Which version of the API to use.
|
|
13088
|
-
*/
|
|
13089
|
-
api_version?: string | undefined;
|
|
13090
|
-
};
|
|
13091
|
-
|
|
13092
11904
|
declare type RotateSigningSecretRequest$ = RotateSigningSecretRequest;
|
|
13093
11905
|
|
|
13094
11906
|
/**
|
|
@@ -13101,44 +11913,12 @@ declare type RotateSigningSecretRequest = {
|
|
|
13101
11913
|
revocation_behavior?: RevocationBehavior | undefined;
|
|
13102
11914
|
};
|
|
13103
11915
|
|
|
13104
|
-
declare type RotateSigningSecretRequest_2 = {
|
|
13105
|
-
/**
|
|
13106
|
-
* Which version of the API to use.
|
|
13107
|
-
*/
|
|
13108
|
-
api_version?: string | undefined;
|
|
13109
|
-
/**
|
|
13110
|
-
* Required. The ID of the webhook for which to generate a signing secret.
|
|
13111
|
-
*
|
|
13112
|
-
* @remarks
|
|
13113
|
-
* Format: `{webhook_id}`
|
|
13114
|
-
*/
|
|
13115
|
-
id: string;
|
|
13116
|
-
/**
|
|
13117
|
-
* The request body.
|
|
13118
|
-
*/
|
|
13119
|
-
body?: webhooks.RotateSigningSecretRequest | undefined;
|
|
13120
|
-
};
|
|
13121
|
-
|
|
13122
11916
|
/** Rouge metric value for an instance. This data type is not supported in Gemini API. */
|
|
13123
11917
|
export declare interface RougeMetricValue {
|
|
13124
11918
|
/** Output only. Rouge score. */
|
|
13125
11919
|
score?: number;
|
|
13126
11920
|
}
|
|
13127
11921
|
|
|
13128
|
-
/**
|
|
13129
|
-
* @license
|
|
13130
|
-
* Copyright 2026 Google LLC
|
|
13131
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
13132
|
-
*
|
|
13133
|
-
* g3-prettier-ignore-file
|
|
13134
|
-
*/
|
|
13135
|
-
declare type RunTriggerGlobals = {
|
|
13136
|
-
/**
|
|
13137
|
-
* Which version of the API to use.
|
|
13138
|
-
*/
|
|
13139
|
-
api_version?: string | undefined;
|
|
13140
|
-
};
|
|
13141
|
-
|
|
13142
11922
|
declare type RunTriggerParams = Omit<RunTriggerRequest, "trigger_id">;
|
|
13143
11923
|
|
|
13144
11924
|
declare type RunTriggerRequest = {
|
|
@@ -13380,70 +12160,6 @@ export declare interface ScribbleImage {
|
|
|
13380
12160
|
image?: Image_2;
|
|
13381
12161
|
}
|
|
13382
12162
|
|
|
13383
|
-
declare class SDKHooks implements Hooks {
|
|
13384
|
-
sdkInitHooks: SDKInitHook[];
|
|
13385
|
-
beforeCreateRequestHooks: BeforeCreateRequestHook[];
|
|
13386
|
-
beforeRequestHooks: BeforeRequestHook_2[];
|
|
13387
|
-
afterSuccessHooks: AfterSuccessHook[];
|
|
13388
|
-
afterErrorHooks: AfterErrorHook[];
|
|
13389
|
-
constructor();
|
|
13390
|
-
registerSDKInitHook(hook: SDKInitHook): void;
|
|
13391
|
-
registerBeforeCreateRequestHook(hook: BeforeCreateRequestHook): void;
|
|
13392
|
-
registerBeforeRequestHook(hook: BeforeRequestHook_2): void;
|
|
13393
|
-
registerAfterSuccessHook(hook: AfterSuccessHook): void;
|
|
13394
|
-
registerAfterErrorHook(hook: AfterErrorHook): void;
|
|
13395
|
-
sdkInit(opts: SDKOptions): SDKOptions;
|
|
13396
|
-
beforeCreateRequest(hookCtx: BeforeCreateRequestContext, input: RequestInput): RequestInput;
|
|
13397
|
-
beforeRequest(hookCtx: BeforeRequestContext, request: Request): Promise<Request>;
|
|
13398
|
-
afterSuccess(hookCtx: AfterSuccessContext, response: Response): Promise<Response>;
|
|
13399
|
-
afterError(hookCtx: AfterErrorContext, response: Response | null, error: unknown): Promise<{
|
|
13400
|
-
response: Response | null;
|
|
13401
|
-
error: unknown;
|
|
13402
|
-
}>;
|
|
13403
|
-
}
|
|
13404
|
-
|
|
13405
|
-
/**
|
|
13406
|
-
* SDKInitHook is called when the SDK is initializing. The
|
|
13407
|
-
* hook can return a new baseURL and HTTP client to be used by the SDK.
|
|
13408
|
-
*/
|
|
13409
|
-
declare interface SDKInitHook {
|
|
13410
|
-
sdkInit: (opts: SDKOptions) => SDKOptions;
|
|
13411
|
-
}
|
|
13412
|
-
|
|
13413
|
-
declare type SDKOptions = {
|
|
13414
|
-
/**
|
|
13415
|
-
* The security details required to authenticate the SDK
|
|
13416
|
-
*/
|
|
13417
|
-
security?: models.Security | (() => Promise<models.Security>) | undefined;
|
|
13418
|
-
/**
|
|
13419
|
-
* Allows setting the api_version parameter for all supported operations
|
|
13420
|
-
*/
|
|
13421
|
-
api_version?: string | undefined;
|
|
13422
|
-
/**
|
|
13423
|
-
* Allows setting the user_project parameter for all supported operations
|
|
13424
|
-
*/
|
|
13425
|
-
user_project?: string | undefined;
|
|
13426
|
-
http_client?: HTTPClient;
|
|
13427
|
-
/**
|
|
13428
|
-
* Allows overriding the default server used by the SDK
|
|
13429
|
-
*/
|
|
13430
|
-
server_idx?: number | undefined;
|
|
13431
|
-
/**
|
|
13432
|
-
* Allows overriding the default server URL used by the SDK
|
|
13433
|
-
*/
|
|
13434
|
-
server_url?: string | undefined;
|
|
13435
|
-
/**
|
|
13436
|
-
* Allows overriding the default user agent used by the SDK
|
|
13437
|
-
*/
|
|
13438
|
-
user_agent?: string | undefined;
|
|
13439
|
-
/**
|
|
13440
|
-
* Allows overriding the default retry config used by the SDK
|
|
13441
|
-
*/
|
|
13442
|
-
retry_config?: RetryConfig;
|
|
13443
|
-
timeout_ms?: number;
|
|
13444
|
-
debug_logger?: Logger;
|
|
13445
|
-
};
|
|
13446
|
-
|
|
13447
12163
|
/** The entry point used to search for grounding sources. */
|
|
13448
12164
|
export declare interface SearchEntryPoint {
|
|
13449
12165
|
/** Optional. Web content snippet that can be embedded in a web page
|
|
@@ -13462,45 +12178,6 @@ export declare interface SearchTypes {
|
|
|
13462
12178
|
webSearch?: WebSearch;
|
|
13463
12179
|
}
|
|
13464
12180
|
|
|
13465
|
-
/**
|
|
13466
|
-
* @license
|
|
13467
|
-
* Copyright 2026 Google LLC
|
|
13468
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
13469
|
-
*
|
|
13470
|
-
* g3-prettier-ignore-file
|
|
13471
|
-
*/
|
|
13472
|
-
declare type Security = {
|
|
13473
|
-
/**
|
|
13474
|
-
* OAuth access token sent as a bearer Authorization header.
|
|
13475
|
-
*/
|
|
13476
|
-
access_token?: string | undefined;
|
|
13477
|
-
/**
|
|
13478
|
-
* Gemini API key sent as x-goog-api-key.
|
|
13479
|
-
*/
|
|
13480
|
-
api_key?: string | undefined;
|
|
13481
|
-
/**
|
|
13482
|
-
* Additional default headers to apply before request-specific headers and auth.
|
|
13483
|
-
*/
|
|
13484
|
-
default_headers?: {
|
|
13485
|
-
[k: string]: string;
|
|
13486
|
-
} | undefined;
|
|
13487
|
-
};
|
|
13488
|
-
|
|
13489
|
-
declare type SecurityState = {
|
|
13490
|
-
basic: {
|
|
13491
|
-
username?: string | undefined;
|
|
13492
|
-
password?: string | undefined;
|
|
13493
|
-
};
|
|
13494
|
-
headers: Record<string, string>;
|
|
13495
|
-
queryParams: Record<string, string>;
|
|
13496
|
-
cookies: Record<string, string>;
|
|
13497
|
-
oauth2: ({
|
|
13498
|
-
type: "password";
|
|
13499
|
-
} & OAuth2PasswordFlow) | {
|
|
13500
|
-
type: "none";
|
|
13501
|
-
};
|
|
13502
|
-
};
|
|
13503
|
-
|
|
13504
12181
|
/** Segment of the content this support belongs to. */
|
|
13505
12182
|
export declare interface Segment {
|
|
13506
12183
|
/** Output only. Start index in the given Part, measured in bytes.
|
|
@@ -13882,22 +12559,6 @@ export declare interface SlidingWindow {
|
|
|
13882
12559
|
targetTokens?: string;
|
|
13883
12560
|
}
|
|
13884
12561
|
|
|
13885
|
-
declare type Smart$ = SmartTranscriptionMode;
|
|
13886
|
-
|
|
13887
|
-
/**
|
|
13888
|
-
* @license
|
|
13889
|
-
* Copyright 2026 Google LLC
|
|
13890
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
13891
|
-
*
|
|
13892
|
-
* g3-prettier-ignore-file
|
|
13893
|
-
*/
|
|
13894
|
-
/**
|
|
13895
|
-
* Configuration for smart transcription mode.
|
|
13896
|
-
*/
|
|
13897
|
-
declare type SmartTranscriptionMode = {
|
|
13898
|
-
type: "smart";
|
|
13899
|
-
};
|
|
13900
|
-
|
|
13901
12562
|
declare type Source$ = Source;
|
|
13902
12563
|
|
|
13903
12564
|
/**
|
|
@@ -14109,7 +12770,7 @@ declare type Step$ = Step;
|
|
|
14109
12770
|
/**
|
|
14110
12771
|
* A step in the interaction.
|
|
14111
12772
|
*/
|
|
14112
|
-
declare type Step =
|
|
12773
|
+
declare type Step = UserInputStep | ModelOutputStep | ThoughtStep | FunctionCallStep | CodeExecutionCallStep | URLContextCallStep | MCPServerToolCallStep | GoogleSearchCallStep | FileSearchCallStep | GoogleMapsCallStep | FunctionResultStep | CodeExecutionResultStep | URLContextResultStep | GoogleSearchResultStep | MCPServerToolResultStep | FileSearchResultStep | GoogleMapsResultStep;
|
|
14113
12774
|
|
|
14114
12775
|
declare type StepDelta$ = StepDelta;
|
|
14115
12776
|
|
|
@@ -14130,7 +12791,7 @@ declare type StepDelta = {
|
|
|
14130
12791
|
metadata?: StepDeltaMetadata | undefined;
|
|
14131
12792
|
};
|
|
14132
12793
|
|
|
14133
|
-
declare type StepDeltaData = ArgumentsDelta | AudioDelta | CodeExecutionCallDelta | CodeExecutionResultDelta | DocumentDelta | FileSearchCallDelta | FileSearchResultDelta | FunctionResultDelta | GoogleMapsCallDelta | GoogleMapsResultDelta | GoogleSearchCallDelta | GoogleSearchResultDelta | ImageDelta | MCPServerToolCallDelta | MCPServerToolResultDelta |
|
|
12794
|
+
declare type StepDeltaData = ArgumentsDelta | AudioDelta | CodeExecutionCallDelta | CodeExecutionResultDelta | DocumentDelta | FileSearchCallDelta | FileSearchResultDelta | FunctionResultDelta | GoogleMapsCallDelta | GoogleMapsResultDelta | GoogleSearchCallDelta | GoogleSearchResultDelta | ImageDelta | MCPServerToolCallDelta | MCPServerToolResultDelta | RetrievalCallDelta | RetrievalResultDelta | TextAnnotationDelta | TextDelta | ThoughtSignatureDelta | ThoughtSummaryDelta | URLContextCallDelta | URLContextResultDelta | VideoDelta;
|
|
14134
12795
|
|
|
14135
12796
|
/**
|
|
14136
12797
|
* Optional metadata accompanying ANY streamed event.
|
|
@@ -14869,11 +13530,7 @@ export declare enum ToolType {
|
|
|
14869
13530
|
/**
|
|
14870
13531
|
* File search tool, maps to Tool.file_search.
|
|
14871
13532
|
*/
|
|
14872
|
-
FILE_SEARCH = "FILE_SEARCH"
|
|
14873
|
-
/**
|
|
14874
|
-
* Media processing tool.
|
|
14875
|
-
*/
|
|
14876
|
-
MEDIA_PROCESSING = "MEDIA_PROCESSING"
|
|
13533
|
+
FILE_SEARCH = "FILE_SEARCH"
|
|
14877
13534
|
}
|
|
14878
13535
|
|
|
14879
13536
|
export declare type ToolUnion = Tool | CallableTool;
|
|
@@ -14922,6 +13579,13 @@ export declare interface Transcription {
|
|
|
14922
13579
|
|
|
14923
13580
|
declare type TranscriptionConfig$ = TranscriptionConfig;
|
|
14924
13581
|
|
|
13582
|
+
/**
|
|
13583
|
+
* @license
|
|
13584
|
+
* Copyright 2026 Google LLC
|
|
13585
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
13586
|
+
*
|
|
13587
|
+
* g3-prettier-ignore-file
|
|
13588
|
+
*/
|
|
14925
13589
|
/**
|
|
14926
13590
|
* Configuration for speech recognition (transcription).
|
|
14927
13591
|
*/
|
|
@@ -14941,8 +13605,6 @@ declare type TranscriptionConfig = {
|
|
|
14941
13605
|
custom_vocabulary?: Array<string> | undefined;
|
|
14942
13606
|
/**
|
|
14943
13607
|
* Optional. Configures speaker diarization. Supported values: "speaker".
|
|
14944
|
-
*
|
|
14945
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
14946
13608
|
*/
|
|
14947
13609
|
diarization_mode?: string | undefined;
|
|
14948
13610
|
/**
|
|
@@ -14952,35 +13614,15 @@ declare type TranscriptionConfig = {
|
|
|
14952
13614
|
* audio. If omitted or empty, defaults to automatic language detection.
|
|
14953
13615
|
*/
|
|
14954
13616
|
language_codes?: Array<string> | undefined;
|
|
14955
|
-
/**
|
|
14956
|
-
* Discriminated transcription mode options or enum.
|
|
14957
|
-
*/
|
|
14958
|
-
mode?: TranscriptionMode | TranscriptionConfigModeEnum | undefined;
|
|
14959
13617
|
/**
|
|
14960
13618
|
* Optional. The granularity of timestamps to include in the transcription output.
|
|
14961
13619
|
*
|
|
14962
13620
|
* @remarks
|
|
14963
13621
|
* Supported values: "word". If empty, no timestamps are generated.
|
|
14964
|
-
*
|
|
14965
|
-
* @deprecated field: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
14966
13622
|
*/
|
|
14967
13623
|
timestamp_granularities?: Array<string> | undefined;
|
|
14968
13624
|
};
|
|
14969
13625
|
|
|
14970
|
-
/**
|
|
14971
|
-
* Discriminated transcription mode options or enum.
|
|
14972
|
-
*/
|
|
14973
|
-
declare type TranscriptionConfigMode = TranscriptionMode | TranscriptionConfigModeEnum;
|
|
14974
|
-
|
|
14975
|
-
declare type TranscriptionConfigModeEnum = "verbatim" | "smart" | (string & {});
|
|
14976
|
-
|
|
14977
|
-
declare type TranscriptionMode$ = TranscriptionMode;
|
|
14978
|
-
|
|
14979
|
-
/**
|
|
14980
|
-
* Configuration for transcription mode.
|
|
14981
|
-
*/
|
|
14982
|
-
declare type TranscriptionMode = SmartTranscriptionMode | VerbatimTranscriptionMode;
|
|
14983
|
-
|
|
14984
13626
|
/**
|
|
14985
13627
|
* @license
|
|
14986
13628
|
* Copyright 2026 Google LLC
|
|
@@ -14991,17 +13633,17 @@ declare type TranscriptionMode = SmartTranscriptionMode | VerbatimTranscriptionM
|
|
|
14991
13633
|
/**
|
|
14992
13634
|
* Headers to inject on all outbound requests matching this domain. Accepts a single dict or a list of dicts. The egress proxy injects these automatically.
|
|
14993
13635
|
*/
|
|
14994
|
-
declare type Transform =
|
|
13636
|
+
declare type Transform = {
|
|
14995
13637
|
[k: string]: string;
|
|
14996
|
-
}
|
|
13638
|
+
} | Array<{
|
|
14997
13639
|
[k: string]: string;
|
|
14998
|
-
}
|
|
13640
|
+
}>;
|
|
14999
13641
|
|
|
15000
13642
|
/** Config for stream translation. */
|
|
15001
13643
|
export declare interface TranslationConfig {
|
|
15002
|
-
/** If true, the model will generate audio when the target language is spoken, essentially it will parrot the input. If false, we will not produce audio for the target language. */
|
|
13644
|
+
/** Optional. If true, the model will generate audio when the target language is spoken, essentially it will parrot the input. If false, we will not produce audio for the target language. */
|
|
15003
13645
|
echoTargetLanguage?: boolean;
|
|
15004
|
-
/** The target language for translation. Supported values are BCP-47 language codes (e.g. "en", "es", "fr"). */
|
|
13646
|
+
/** Required. The target language for translation. Supported values are BCP-47 language codes (e.g. "en", "es", "fr"). */
|
|
15005
13647
|
targetLanguageCode?: string;
|
|
15006
13648
|
}
|
|
15007
13649
|
|
|
@@ -15097,33 +13739,33 @@ declare type TriggerCreateParams$ = TriggerCreateParams;
|
|
|
15097
13739
|
*/
|
|
15098
13740
|
declare type TriggerCreateParams = {
|
|
15099
13741
|
/**
|
|
15100
|
-
*
|
|
13742
|
+
* Required. The cron schedule on which the trigger should run. Standard cron format.
|
|
15101
13743
|
*/
|
|
15102
|
-
|
|
13744
|
+
schedule: string;
|
|
15103
13745
|
/**
|
|
15104
|
-
*
|
|
13746
|
+
* Required. Time zone in which the schedule should be interpreted.
|
|
15105
13747
|
*/
|
|
15106
|
-
|
|
13748
|
+
time_zone: string;
|
|
15107
13749
|
/**
|
|
15108
|
-
* Optional. The
|
|
13750
|
+
* Optional. The display name of the trigger.
|
|
15109
13751
|
*/
|
|
15110
|
-
|
|
13752
|
+
display_name?: string | undefined;
|
|
15111
13753
|
/**
|
|
15112
|
-
*
|
|
13754
|
+
* Optional. The environment ID for the trigger execution.
|
|
15113
13755
|
*/
|
|
15114
|
-
|
|
13756
|
+
environment_id?: string | undefined;
|
|
15115
13757
|
/**
|
|
15116
13758
|
* Optional. The maximum number of consecutive failures allowed before the trigger is automatically paused (status becomes ERROR).
|
|
15117
13759
|
*/
|
|
15118
13760
|
max_consecutive_failures?: number | undefined;
|
|
15119
13761
|
/**
|
|
15120
|
-
*
|
|
13762
|
+
* Optional. The execution timeout for the triggered interaction.
|
|
15121
13763
|
*/
|
|
15122
|
-
|
|
13764
|
+
execution_timeout_seconds?: number | undefined;
|
|
15123
13765
|
/**
|
|
15124
|
-
* Required.
|
|
13766
|
+
* Required. The interaction request template to be executed.
|
|
15125
13767
|
*/
|
|
15126
|
-
|
|
13768
|
+
interaction: interactions.CreateAgentInteraction | interactions.CreateModelInteraction;
|
|
15127
13769
|
};
|
|
15128
13770
|
|
|
15129
13771
|
declare type TriggerDeleteParams$ = DeleteTriggerParams;
|
|
@@ -15231,37 +13873,6 @@ declare namespace triggers {
|
|
|
15231
13873
|
}
|
|
15232
13874
|
}
|
|
15233
13875
|
|
|
15234
|
-
declare class Triggers_2 extends ClientSDK {
|
|
15235
|
-
/**
|
|
15236
|
-
* Lists triggers for a project.
|
|
15237
|
-
*/
|
|
15238
|
-
list(params?: ListTriggersParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.ListTriggersResponse>;
|
|
15239
|
-
/**
|
|
15240
|
-
* Creates a new trigger that will invoke the specified agent on the given cron schedule.
|
|
15241
|
-
*/
|
|
15242
|
-
create(params: CreateTriggerParams, options?: RequestOptions): APIPromise<triggers.Trigger>;
|
|
15243
|
-
/**
|
|
15244
|
-
* Deletes a trigger.
|
|
15245
|
-
*/
|
|
15246
|
-
delete(id: string, params?: DeleteTriggerParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
|
|
15247
|
-
/**
|
|
15248
|
-
* Gets details of a single trigger.
|
|
15249
|
-
*/
|
|
15250
|
-
get(id: string, params?: GetTriggerParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.Trigger>;
|
|
15251
|
-
/**
|
|
15252
|
-
* Updates a trigger.
|
|
15253
|
-
*/
|
|
15254
|
-
update(id: string, params: UpdateTriggerParams, options?: RequestOptions): APIPromise<triggers.Trigger>;
|
|
15255
|
-
/**
|
|
15256
|
-
* Lists executions for a trigger.
|
|
15257
|
-
*/
|
|
15258
|
-
listExecutions(trigger_id: string, params?: ListTriggerExecutionsParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.ListTriggerExecutionsResponse>;
|
|
15259
|
-
/**
|
|
15260
|
-
* Runs a trigger immediately.
|
|
15261
|
-
*/
|
|
15262
|
-
run(trigger_id: string, params?: RunTriggerParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<triggers.TriggerExecution>;
|
|
15263
|
-
}
|
|
15264
|
-
|
|
15265
13876
|
/**
|
|
15266
13877
|
* Output only. The current status of the trigger.
|
|
15267
13878
|
*/
|
|
@@ -15800,18 +14411,6 @@ export declare enum Type {
|
|
|
15800
14411
|
NULL = "NULL"
|
|
15801
14412
|
}
|
|
15802
14413
|
|
|
15803
|
-
/**
|
|
15804
|
-
* @license
|
|
15805
|
-
* Copyright 2026 Google LLC
|
|
15806
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
15807
|
-
*
|
|
15808
|
-
* g3-prettier-ignore-file
|
|
15809
|
-
*/
|
|
15810
|
-
/**
|
|
15811
|
-
* Output only. The type of the entry.
|
|
15812
|
-
*/
|
|
15813
|
-
declare type Type_2 = "file" | "directory" | (string & {});
|
|
15814
|
-
|
|
15815
14414
|
declare namespace types {
|
|
15816
14415
|
export {
|
|
15817
14416
|
createFunctionResponsePartFromBase64,
|
|
@@ -15871,7 +14470,6 @@ declare namespace types {
|
|
|
15871
14470
|
TuningTask,
|
|
15872
14471
|
DocumentState,
|
|
15873
14472
|
ServiceTier,
|
|
15874
|
-
MediaProcessing,
|
|
15875
14473
|
PartMediaResolutionLevel,
|
|
15876
14474
|
ToolType,
|
|
15877
14475
|
ResourceScope,
|
|
@@ -15899,7 +14497,6 @@ declare namespace types {
|
|
|
15899
14497
|
EndSensitivity,
|
|
15900
14498
|
ActivityHandling,
|
|
15901
14499
|
TurnCoverage,
|
|
15902
|
-
AudioTranscriptionConfigMode,
|
|
15903
14500
|
Scale,
|
|
15904
14501
|
MusicGenerationMode,
|
|
15905
14502
|
LiveMusicPlaybackControl,
|
|
@@ -16371,13 +14968,6 @@ declare namespace types {
|
|
|
16371
14968
|
}
|
|
16372
14969
|
}
|
|
16373
14970
|
|
|
16374
|
-
/**
|
|
16375
|
-
* An error to capture unrecognised or unexpected errors when making HTTP calls.
|
|
16376
|
-
*/
|
|
16377
|
-
declare class UnexpectedClientError extends HTTPClientError {
|
|
16378
|
-
name: string;
|
|
16379
|
-
}
|
|
16380
|
-
|
|
16381
14971
|
/** Optional parameters for caches.update method. */
|
|
16382
14972
|
export declare interface UpdateCachedContentConfig {
|
|
16383
14973
|
/** Used to override HTTP request options. */
|
|
@@ -16426,13 +15016,6 @@ export declare interface UpdateModelParameters {
|
|
|
16426
15016
|
config?: UpdateModelConfig;
|
|
16427
15017
|
}
|
|
16428
15018
|
|
|
16429
|
-
declare type UpdateTriggerGlobals = {
|
|
16430
|
-
/**
|
|
16431
|
-
* Which version of the API to use.
|
|
16432
|
-
*/
|
|
16433
|
-
api_version?: string | undefined;
|
|
16434
|
-
};
|
|
16435
|
-
|
|
16436
15019
|
declare type UpdateTriggerParams = Omit<UpdateTriggerRequest, "id" | "body"> & UpdateTriggerRequest["body"];
|
|
16437
15020
|
|
|
16438
15021
|
declare type UpdateTriggerRequest = {
|
|
@@ -16447,34 +15030,6 @@ declare type UpdateTriggerRequest = {
|
|
|
16447
15030
|
body: triggers.TriggerUpdate;
|
|
16448
15031
|
};
|
|
16449
15032
|
|
|
16450
|
-
declare type UpdateWebhookGlobals = {
|
|
16451
|
-
/**
|
|
16452
|
-
* Which version of the API to use.
|
|
16453
|
-
*/
|
|
16454
|
-
api_version?: string | undefined;
|
|
16455
|
-
};
|
|
16456
|
-
|
|
16457
|
-
declare type UpdateWebhookParams = Omit<UpdateWebhookRequest, "id" | "body"> & Partial<NonNullable<UpdateWebhookRequest["body"]>>;
|
|
16458
|
-
|
|
16459
|
-
declare type UpdateWebhookRequest = {
|
|
16460
|
-
/**
|
|
16461
|
-
* Which version of the API to use.
|
|
16462
|
-
*/
|
|
16463
|
-
api_version?: string | undefined;
|
|
16464
|
-
/**
|
|
16465
|
-
* Required. The ID of the webhook to update.
|
|
16466
|
-
*/
|
|
16467
|
-
id: string;
|
|
16468
|
-
/**
|
|
16469
|
-
* Optional. The list of fields to update.
|
|
16470
|
-
*/
|
|
16471
|
-
update_mask?: string | undefined;
|
|
16472
|
-
/**
|
|
16473
|
-
* Required. The webhook to update.
|
|
16474
|
-
*/
|
|
16475
|
-
body?: webhooks.WebhookUpdate | undefined;
|
|
16476
|
-
};
|
|
16477
|
-
|
|
16478
15033
|
declare interface Uploader {
|
|
16479
15034
|
/**
|
|
16480
15035
|
* Uploads a file to the given upload url.
|
|
@@ -17080,33 +15635,6 @@ export declare interface VeoTuningSpec {
|
|
|
17080
15635
|
validationDatasetUri?: string;
|
|
17081
15636
|
}
|
|
17082
15637
|
|
|
17083
|
-
declare type Verbatim$ = VerbatimTranscriptionMode;
|
|
17084
|
-
|
|
17085
|
-
/**
|
|
17086
|
-
* @license
|
|
17087
|
-
* Copyright 2026 Google LLC
|
|
17088
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
17089
|
-
*
|
|
17090
|
-
* g3-prettier-ignore-file
|
|
17091
|
-
*/
|
|
17092
|
-
/**
|
|
17093
|
-
* Configuration for verbatim transcription mode.
|
|
17094
|
-
*/
|
|
17095
|
-
declare type VerbatimTranscriptionMode = {
|
|
17096
|
-
/**
|
|
17097
|
-
* Optional. Configures speaker diarization. Supported values: "speaker".
|
|
17098
|
-
*/
|
|
17099
|
-
diarization_mode?: string | undefined;
|
|
17100
|
-
/**
|
|
17101
|
-
* Optional. The granularity of timestamps to include in the transcription output.
|
|
17102
|
-
*
|
|
17103
|
-
* @remarks
|
|
17104
|
-
* Supported values: "word". If empty, no timestamps are generated.
|
|
17105
|
-
*/
|
|
17106
|
-
timestamp_granularities?: Array<string> | undefined;
|
|
17107
|
-
type: "verbatim";
|
|
17108
|
-
};
|
|
17109
|
-
|
|
17110
15638
|
/** Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder. This data type is not supported in Gemini API. */
|
|
17111
15639
|
export declare interface VertexAISearch {
|
|
17112
15640
|
/** Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used. */
|
|
@@ -17239,27 +15767,20 @@ declare type VideoContent = {
|
|
|
17239
15767
|
* The video content.
|
|
17240
15768
|
*/
|
|
17241
15769
|
data?: string | undefined;
|
|
17242
|
-
/**
|
|
17243
|
-
* The mime type of the video.
|
|
17244
|
-
*/
|
|
17245
|
-
mime_type?: VideoContentMimeType | undefined;
|
|
17246
|
-
/**
|
|
17247
|
-
* A user-defined name for this content block. Can be referenced by the model
|
|
17248
|
-
*
|
|
17249
|
-
* @remarks
|
|
17250
|
-
* in the final response.
|
|
17251
|
-
*/
|
|
17252
|
-
name?: string | undefined;
|
|
17253
15770
|
/**
|
|
17254
15771
|
* How the model processes this video for understanding.
|
|
17255
15772
|
*/
|
|
17256
|
-
processing?:
|
|
15773
|
+
processing?: MediaProcessing | ProcessingEnum | undefined;
|
|
17257
15774
|
resolution?: MediaResolution_2 | undefined;
|
|
17258
15775
|
type: "video";
|
|
17259
15776
|
/**
|
|
17260
15777
|
* The URI of the video.
|
|
17261
15778
|
*/
|
|
17262
15779
|
uri?: string | undefined;
|
|
15780
|
+
/**
|
|
15781
|
+
* The mime type of the video.
|
|
15782
|
+
*/
|
|
15783
|
+
mime_type?: VideoContentMimeType | undefined;
|
|
17263
15784
|
};
|
|
17264
15785
|
|
|
17265
15786
|
/**
|
|
@@ -17275,7 +15796,7 @@ declare type VideoDelta = {
|
|
|
17275
15796
|
uri?: string | undefined;
|
|
17276
15797
|
};
|
|
17277
15798
|
|
|
17278
|
-
declare type VideoDeltaMimeType = "video/mp4" | "video/mpeg" | "video/mpg" | "video/mov" | "video/avi" | "video/x-flv" | "video/webm" | "video/wmv" | "video/3gpp" |
|
|
15799
|
+
declare type VideoDeltaMimeType = "video/mp4" | "video/mpeg" | "video/mpg" | "video/mov" | "video/avi" | "video/x-flv" | "video/webm" | "video/wmv" | "video/3gpp" | (string & {});
|
|
17279
15800
|
|
|
17280
15801
|
/** A mask for video generation. */
|
|
17281
15802
|
export declare interface VideoGenerationMask {
|
|
@@ -17725,37 +16246,6 @@ declare namespace webhooks {
|
|
|
17725
16246
|
}
|
|
17726
16247
|
}
|
|
17727
16248
|
|
|
17728
|
-
declare class Webhooks_2 extends ClientSDK {
|
|
17729
|
-
/**
|
|
17730
|
-
* Lists all Webhooks.
|
|
17731
|
-
*/
|
|
17732
|
-
list(params?: ListWebhooksParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<webhooks.WebhookListResponse>;
|
|
17733
|
-
/**
|
|
17734
|
-
* Creates a new Webhook.
|
|
17735
|
-
*/
|
|
17736
|
-
create(params: CreateWebhookParams, options?: RequestOptions): APIPromise<webhooks.Webhook>;
|
|
17737
|
-
/**
|
|
17738
|
-
* Deletes a Webhook.
|
|
17739
|
-
*/
|
|
17740
|
-
delete(id: string, params?: DeleteWebhookParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<interactions.Empty>;
|
|
17741
|
-
/**
|
|
17742
|
-
* Gets a specific Webhook.
|
|
17743
|
-
*/
|
|
17744
|
-
get(id: string, params?: GetWebhookParams, options?: Omit<RequestOptions, "extra_body">): APIPromise<webhooks.Webhook>;
|
|
17745
|
-
/**
|
|
17746
|
-
* Updates an existing Webhook.
|
|
17747
|
-
*/
|
|
17748
|
-
update(id: string, params?: UpdateWebhookParams, options?: RequestOptions): APIPromise<webhooks.Webhook>;
|
|
17749
|
-
/**
|
|
17750
|
-
* Sends a ping event to a Webhook.
|
|
17751
|
-
*/
|
|
17752
|
-
ping(id: string, api_version?: string | undefined, body?: webhooks.PingWebhookRequest | undefined, options?: RequestOptions): APIPromise<webhooks.WebhookPingResponse>;
|
|
17753
|
-
/**
|
|
17754
|
-
* Generates a new signing secret for a Webhook.
|
|
17755
|
-
*/
|
|
17756
|
-
rotateSigningSecret(id: string, api_version?: string | undefined, body?: webhooks.RotateSigningSecretRequest | undefined, options?: RequestOptions): APIPromise<webhooks.WebhookRotateSigningSecretResponse>;
|
|
17757
|
-
}
|
|
17758
|
-
|
|
17759
16249
|
/**
|
|
17760
16250
|
* Output only. The state of the webhook.
|
|
17761
16251
|
*/
|