@code-yeongyu/senpi 2026.9.9 → 2026.9.10
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 +82 -1
- package/README.md +2 -0
- package/dist/beta/omo-local-update-worker.js.map +1 -1
- package/dist/beta/omo-local-update.d.ts.map +1 -1
- package/dist/brand-dir-migration.js.map +1 -1
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js +1 -0
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/auth-check.js.map +1 -1
- package/dist/cli/experimental/command.d.ts.map +1 -1
- package/dist/cli/grok-neo-gate.js.map +1 -1
- package/dist/cli/startup-ui.js.map +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/client/remote-session.d.ts.map +1 -1
- package/dist/client/remote-session.js.map +1 -1
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +43 -19
- package/dist/config.js.map +1 -1
- package/dist/core/agent-abort-provenance.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/dist/core/agent-session-runtime.js.map +1 -1
- package/dist/core/agent-session.d.ts +46 -7
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +109 -6
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/agent-settled-delivery.d.ts.map +1 -1
- package/dist/core/auth-providers.js.map +1 -1
- package/dist/core/auth-storage.d.ts.map +1 -1
- package/dist/core/auth-storage.js.map +1 -1
- package/dist/core/brand.js.map +1 -1
- package/dist/core/compaction/branch-summarization.js.map +1 -1
- package/dist/core/compaction/compaction.js.map +1 -1
- package/dist/core/compaction/lifecycle.d.ts.map +1 -1
- package/dist/core/compaction/stream-watchdog.d.ts.map +1 -1
- package/dist/core/compaction/utils.js.map +1 -1
- package/dist/core/credential-accounts.js.map +1 -1
- package/dist/core/credential-pool/classify.js.map +1 -1
- package/dist/core/credential-pool/failover.d.ts.map +1 -1
- package/dist/core/credential-pool/rotation-stream.js.map +1 -1
- package/dist/core/credential-pool/state-store.d.ts +2 -2
- package/dist/core/credential-pool/state-store.d.ts.map +1 -1
- package/dist/core/credential-pool/state-store.js.map +1 -1
- package/dist/core/dynamic-prompt/verification.d.ts.map +1 -1
- package/dist/core/edited-assistant-message.d.ts +24 -0
- package/dist/core/edited-assistant-message.d.ts.map +1 -0
- package/dist/core/edited-assistant-message.js +57 -0
- package/dist/core/edited-assistant-message.js.map +1 -0
- package/dist/core/experimental.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ask-user/extension.d.ts +3 -0
- package/dist/core/extensions/builtin/ask-user/extension.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/extension.js +47 -0
- package/dist/core/extensions/builtin/ask-user/extension.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/family.d.ts +8 -0
- package/dist/core/extensions/builtin/ask-user/family.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/family.js +6 -0
- package/dist/core/extensions/builtin/ask-user/family.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/format.d.ts +22 -0
- package/dist/core/extensions/builtin/ask-user/format.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/format.js +109 -0
- package/dist/core/extensions/builtin/ask-user/format.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/index.d.ts +4 -0
- package/dist/core/extensions/builtin/ask-user/index.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/index.js +4 -0
- package/dist/core/extensions/builtin/ask-user/index.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/params.d.ts +27 -0
- package/dist/core/extensions/builtin/ask-user/params.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/params.js +78 -0
- package/dist/core/extensions/builtin/ask-user/params.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/pending.d.ts +58 -0
- package/dist/core/extensions/builtin/ask-user/pending.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/pending.js +130 -0
- package/dist/core/extensions/builtin/ask-user/pending.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/registry.d.ts +21 -0
- package/dist/core/extensions/builtin/ask-user/registry.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/registry.js +20 -0
- package/dist/core/extensions/builtin/ask-user/registry.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/render.d.ts +4 -0
- package/dist/core/extensions/builtin/ask-user/render.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/render.js +25 -0
- package/dist/core/extensions/builtin/ask-user/render.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/resume.d.ts +4 -0
- package/dist/core/extensions/builtin/ask-user/resume.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/resume.js +85 -0
- package/dist/core/extensions/builtin/ask-user/resume.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/schema.d.ts +40 -0
- package/dist/core/extensions/builtin/ask-user/schema.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/schema.js +102 -0
- package/dist/core/extensions/builtin/ask-user/schema.js.map +1 -0
- package/dist/core/extensions/builtin/ask-user/tool.d.ts +8 -0
- package/dist/core/extensions/builtin/ask-user/tool.d.ts.map +1 -0
- package/dist/core/extensions/builtin/ask-user/tool.js +195 -0
- package/dist/core/extensions/builtin/ask-user/tool.js.map +1 -0
- package/dist/core/extensions/builtin/bash-timeout/timeout.js.map +1 -1
- package/dist/core/extensions/builtin/btw/panel.d.ts.map +1 -1
- package/dist/core/extensions/builtin/btw/side-query.js.map +1 -1
- package/dist/core/extensions/builtin/cache-keepalive/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cache-keepalive/index.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/account-command.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/account-management.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/accounts.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/accounts.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/affinity.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/affinity.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/availability.d.ts +11 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/availability.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/availability.js +12 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/availability.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/bounded-queue.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/custom-tools.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable-path-lookup.d.ts +14 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable-path-lookup.d.ts.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable-path-lookup.js +42 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable-path-lookup.js.map +1 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.d.ts +18 -0
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.js +105 -36
- package/dist/core/extensions/builtin/claude-sdk-oauth/executable.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/failover.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/index.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/refusal.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/sdk-boundary.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-binding.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-commit-boundary.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-reaper.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-pump.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-pump.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry-state.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-registry.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-stream.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-stream.js +4 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-stream.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-sync.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-attempt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/session-turn-types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/settings.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/stream-protocol.d.ts +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/tool-watch.js.map +1 -1
- package/dist/core/extensions/builtin/claude-sdk-oauth/tools.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/context-reduction.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/deterministic-fallback.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/index.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/lane-policy.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/log.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/model-usability-budget.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote-convert.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/openai-remote.js.map +1 -1
- package/dist/core/extensions/builtin/compaction/overflow-retry.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/resume-admission.d.ts +7 -0
- package/dist/core/extensions/builtin/compaction/resume-admission.d.ts.map +1 -0
- package/dist/core/extensions/builtin/compaction/resume-admission.js +7 -0
- package/dist/core/extensions/builtin/compaction/resume-admission.js.map +1 -0
- package/dist/core/extensions/builtin/compaction/resume-slice.d.ts +23 -0
- package/dist/core/extensions/builtin/compaction/resume-slice.d.ts.map +1 -0
- package/dist/core/extensions/builtin/compaction/resume-slice.js +99 -0
- package/dist/core/extensions/builtin/compaction/resume-slice.js.map +1 -0
- package/dist/core/extensions/builtin/compaction/speculative.d.ts.map +1 -1
- package/dist/core/extensions/builtin/compaction/summarization-retry.js.map +1 -1
- package/dist/core/extensions/builtin/config-reload/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/config-reload/index.js.map +1 -1
- package/dist/core/extensions/builtin/config-reload/log.js.map +1 -1
- package/dist/core/extensions/builtin/config-reload/protocol.d.ts.map +1 -1
- package/dist/core/extensions/builtin/config-reload/reload-deferral.d.ts.map +1 -1
- package/dist/core/extensions/builtin/config-reload/watch-engine.d.ts.map +1 -1
- package/dist/core/extensions/builtin/config-reload/watch-event-source.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/affinity.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/affinity.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/diagnostics.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/diagnostics.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/executable.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/executable.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/failover.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/session-router.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/session-router.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream-parser.d.ts.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream-parser.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.js.map +1 -1
- package/dist/core/extensions/builtin/cursor-cli-oauth/transport.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/cache-warm-renderer.js.map +1 -1
- package/dist/core/extensions/builtin/goal/command-registration.js.map +1 -1
- package/dist/core/extensions/builtin/goal/direct-input-lifecycle.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/elapsed-ticker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/monitor-continuation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/monitor-continuation.js +57 -4
- package/dist/core/extensions/builtin/goal/monitor-continuation.js.map +1 -1
- package/dist/core/extensions/builtin/goal/persistence.js.map +1 -1
- package/dist/core/extensions/builtin/goal/prompt.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/prompt.js +9 -6
- package/dist/core/extensions/builtin/goal/prompt.js.map +1 -1
- package/dist/core/extensions/builtin/goal/store.js.map +1 -1
- package/dist/core/extensions/builtin/goal/tool-registration.js +1 -1
- package/dist/core/extensions/builtin/goal/tool-registration.js.map +1 -1
- package/dist/core/extensions/builtin/goal/turn-usage.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/ui.js.map +1 -1
- package/dist/core/extensions/builtin/goal/wait-progress.js.map +1 -1
- package/dist/core/extensions/builtin/goal/wait-ticker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-account.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-account.js +1 -0
- package/dist/core/extensions/builtin/gpt-account.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/apply.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/extension.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview-format.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/preview.js.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/streaming-parser.d.ts.map +1 -1
- package/dist/core/extensions/builtin/gpt-apply-patch/tool.js.map +1 -1
- package/dist/core/extensions/builtin/help/panel.d.ts.map +1 -1
- package/dist/core/extensions/builtin/history-search/index.js.map +1 -1
- package/dist/core/extensions/builtin/history-search/overlay.d.ts.map +1 -1
- package/dist/core/extensions/builtin/hooks/command-runner.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/dispatcher.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/plugin-loader.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/tool-adapter.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/trust-storage.d.ts.map +1 -1
- package/dist/core/extensions/builtin/hooks/trust.js.map +1 -1
- package/dist/core/extensions/builtin/hooks/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/imagegen/index.js.map +1 -1
- package/dist/core/extensions/builtin/imagegen/params.d.ts +45 -0
- package/dist/core/extensions/builtin/imagegen/params.d.ts.map +1 -0
- package/dist/core/extensions/builtin/imagegen/params.js +81 -0
- package/dist/core/extensions/builtin/imagegen/params.js.map +1 -0
- package/dist/core/extensions/builtin/imagegen/paths.d.ts +10 -4
- package/dist/core/extensions/builtin/imagegen/paths.d.ts.map +1 -1
- package/dist/core/extensions/builtin/imagegen/paths.js +43 -10
- package/dist/core/extensions/builtin/imagegen/paths.js.map +1 -1
- package/dist/core/extensions/builtin/imagegen/reference-images.d.ts +20 -0
- package/dist/core/extensions/builtin/imagegen/reference-images.d.ts.map +1 -0
- package/dist/core/extensions/builtin/imagegen/reference-images.js +70 -0
- package/dist/core/extensions/builtin/imagegen/reference-images.js.map +1 -0
- package/dist/core/extensions/builtin/imagegen/skill/SKILL.md +58 -33
- package/dist/core/extensions/builtin/imagegen/tool.d.ts +15 -19
- package/dist/core/extensions/builtin/imagegen/tool.d.ts.map +1 -1
- package/dist/core/extensions/builtin/imagegen/tool.js +74 -52
- package/dist/core/extensions/builtin/imagegen/tool.js.map +1 -1
- package/dist/core/extensions/builtin/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/index.js +2 -0
- package/dist/core/extensions/builtin/index.js.map +1 -1
- package/dist/core/extensions/builtin/look-at/model-selector.d.ts.map +1 -1
- package/dist/core/extensions/builtin/look-at/runner.js.map +1 -1
- package/dist/core/extensions/builtin/loop/command.js.map +1 -1
- package/dist/core/extensions/builtin/loop/cron-planner.js.map +1 -1
- package/dist/core/extensions/builtin/loop/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop/index.js.map +1 -1
- package/dist/core/extensions/builtin/loop/loopfile.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop/scheduler.js.map +1 -1
- package/dist/core/extensions/builtin/loop/status.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop/store.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/detectors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/escalation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/escalation.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/index.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/notice.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/renderer.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/tracker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/active-set.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/callback.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/oauth-errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/oauth-errors.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/oauth-provider.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/oauth-refresh.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/oauth-refresh.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/oauth.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/auth/token-store.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/catalog.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/config-schema.d.ts +28 -28
- package/dist/core/extensions/builtin/mcp/config.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/connection.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/elicitation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/elicitation.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/errors.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/expose/register.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/expose/session.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/guard/output-guard.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/guard/output-guard.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/log.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/reconnect.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/service-register.js.map +1 -1
- package/dist/core/extensions/builtin/mcp/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/mcp/service.js.map +1 -1
- package/dist/core/extensions/builtin/nested-agents-md/core/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/nested-agents-md/core/injection-cache.d.ts.map +1 -1
- package/dist/core/extensions/builtin/nested-agents-md/core/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/oauth-login-interaction.d.ts +13 -6
- package/dist/core/extensions/builtin/oauth-login-interaction.d.ts.map +1 -1
- package/dist/core/extensions/builtin/oauth-login-interaction.js +43 -19
- package/dist/core/extensions/builtin/oauth-login-interaction.js.map +1 -1
- package/dist/core/extensions/builtin/openai-image-gen/inject.d.ts +5 -3
- package/dist/core/extensions/builtin/openai-image-gen/inject.d.ts.map +1 -1
- package/dist/core/extensions/builtin/openai-image-gen/inject.js +7 -4
- package/dist/core/extensions/builtin/openai-image-gen/inject.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/arity.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/parsers.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/prompt.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/service.js.map +1 -1
- package/dist/core/extensions/builtin/permission-system/types.d.ts.map +1 -1
- package/dist/core/extensions/builtin/permission-system/wildcard.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5-1.js +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5-1.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5.js +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-fable-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-5.js +1 -1
- package/dist/core/extensions/builtin/prompt-preset/claude-opus-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/execution-tooling.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/glm-5.d.ts +1 -1
- package/dist/core/extensions/builtin/prompt-preset/glm-5.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/glm-5.js +1 -1
- package/dist/core/extensions/builtin/prompt-preset/glm-5.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.js +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-5.6.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.d.ts +4 -4
- package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.d.ts.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.js +4 -4
- package/dist/core/extensions/builtin/prompt-preset/gpt-6-astra.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k3.js +1 -1
- package/dist/core/extensions/builtin/prompt-preset/kimi-k3.js.map +1 -1
- package/dist/core/extensions/builtin/prompt-preset/presets.js.map +1 -1
- package/dist/core/extensions/builtin/rule-activation/renderer.js.map +1 -1
- package/dist/core/extensions/builtin/rules/commands.js.map +1 -1
- package/dist/core/extensions/builtin/rules/config.js.map +1 -1
- package/dist/core/extensions/builtin/rules/rules/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/rules/rules/project-root.js.map +1 -1
- package/dist/core/extensions/builtin/rules/ui/dynamic-border.d.ts.map +1 -1
- package/dist/core/extensions/builtin/rules/ui/rules-banner.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/extension.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/manager.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/manager.js.map +1 -1
- package/dist/core/extensions/builtin/terminal/monitor-notify.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/monitor-registry.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/monitor-status-ticker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/notify.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/restore.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/runtime-session.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/session-bundle.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/terminal-manifest.d.ts.map +1 -1
- package/dist/core/extensions/builtin/terminal/tools/render.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/index.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/normalize.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/todo-operations.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/todo-widget-component.d.ts.map +1 -1
- package/dist/core/extensions/builtin/todotools/todo-widget-component.js.map +1 -1
- package/dist/core/extensions/builtin/todotools/tools/todo.js.map +1 -1
- package/dist/core/extensions/builtin/tool-search/native-search.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-search/service.d.ts.map +1 -1
- package/dist/core/extensions/builtin/tool-search/service.js.map +1 -1
- package/dist/core/extensions/builtin/ttsr/detectors/leak-context.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ttsr/detectors/token-grammar.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ttsr/manager.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ttsr/message-update.js.map +1 -1
- package/dist/core/extensions/builtin/ttsr/repetitive-turns-lane.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ttsr/stream-utils.d.ts.map +1 -1
- package/dist/core/extensions/builtin/ttsr/watch.d.ts.map +1 -1
- package/dist/core/extensions/builtin/webfetch/webfetch/errors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/webfetch/webfetch/tool.d.ts +1 -1
- package/dist/core/extensions/builtin/websearch/websearch/native.js.map +1 -1
- package/dist/core/extensions/loader.d.ts +2 -1
- package/dist/core/extensions/loader.d.ts.map +1 -1
- package/dist/core/extensions/loader.js +17 -8
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/extensions/notice/box.d.ts.map +1 -1
- package/dist/core/extensions/notice/box.js +13 -5
- package/dist/core/extensions/notice/box.js.map +1 -1
- package/dist/core/extensions/runner.d.ts +11 -0
- package/dist/core/extensions/runner.d.ts.map +1 -1
- package/dist/core/extensions/runner.js +23 -0
- package/dist/core/extensions/runner.js.map +1 -1
- package/dist/core/extensions/types.d.ts +76 -1
- package/dist/core/extensions/types.d.ts.map +1 -1
- package/dist/core/extensions/types.js.map +1 -1
- package/dist/core/footer-data-provider.d.ts.map +1 -1
- package/dist/core/footer-data-provider.js.map +1 -1
- package/dist/core/http-dispatcher.d.ts.map +1 -1
- package/dist/core/http-dispatcher.js.map +1 -1
- package/dist/core/keybindings.d.ts +182 -177
- package/dist/core/keybindings.d.ts.map +1 -1
- package/dist/core/keybindings.js +5 -0
- package/dist/core/keybindings.js.map +1 -1
- package/dist/core/lockfile-policy.d.ts.map +1 -1
- package/dist/core/messages.js.map +1 -1
- package/dist/core/model-config-schema.d.ts +150 -150
- package/dist/core/model-config-schema.d.ts.map +1 -1
- package/dist/core/model-config.d.ts.map +1 -1
- package/dist/core/model-config.js.map +1 -1
- package/dist/core/model-registry.d.ts.map +1 -1
- 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 +1 -0
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/model-runtime.d.ts.map +1 -1
- package/dist/core/model-runtime.js.map +1 -1
- package/dist/core/models-store.d.ts.map +1 -1
- package/dist/core/models-store.js.map +1 -1
- package/dist/core/package-manager.d.ts.map +1 -1
- package/dist/core/provider-display-names.d.ts.map +1 -1
- package/dist/core/provider-display-names.js +1 -0
- package/dist/core/provider-display-names.js.map +1 -1
- package/dist/core/remote-catalog-provider.js.map +1 -1
- package/dist/core/resource-loader.d.ts +2 -0
- package/dist/core/resource-loader.d.ts.map +1 -1
- package/dist/core/resource-loader.js +11 -7
- package/dist/core/resource-loader.js.map +1 -1
- package/dist/core/retry-fallback/controller.d.ts.map +1 -1
- package/dist/core/retry-fallback/cooldown.d.ts.map +1 -1
- package/dist/core/retry-fallback/cooldown.js.map +1 -1
- package/dist/core/retry-fallback/expansion.js.map +1 -1
- package/dist/core/retry-fallback/log.js.map +1 -1
- package/dist/core/retry-fallback/probe-scheduler.d.ts.map +1 -1
- package/dist/core/runtime-credentials.d.ts.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +24 -1
- package/dist/core/sdk.js.map +1 -1
- package/dist/core/session-activity.d.ts.map +1 -1
- package/dist/core/session-cwd.d.ts.map +1 -1
- package/dist/core/session-log.js.map +1 -1
- package/dist/core/session-manager.d.ts.map +1 -1
- package/dist/core/session-manager.js.map +1 -1
- package/dist/core/session-resident-store.d.ts.map +1 -1
- package/dist/core/session-sidecar-store.d.ts.map +1 -1
- package/dist/core/session-summary-lru.d.ts.map +1 -1
- package/dist/core/session-work-barrier.d.ts.map +1 -1
- package/dist/core/settings-manager.d.ts +6 -1
- package/dist/core/settings-manager.d.ts.map +1 -1
- package/dist/core/settings-manager.js +14 -0
- package/dist/core/settings-manager.js.map +1 -1
- package/dist/core/settings-shapes.d.ts +7 -0
- package/dist/core/settings-shapes.d.ts.map +1 -1
- package/dist/core/settings-shapes.js +3 -1
- package/dist/core/settings-shapes.js.map +1 -1
- package/dist/core/telemetry.js.map +1 -1
- package/dist/core/timings.js.map +1 -1
- package/dist/core/tools/bash.d.ts.map +1 -1
- package/dist/core/tools/bounded-realpath.js.map +1 -1
- package/dist/core/tools/edit.d.ts.map +1 -1
- package/dist/core/tools/find.d.ts.map +1 -1
- package/dist/core/tools/find.js.map +1 -1
- package/dist/core/tools/grep.d.ts.map +1 -1
- package/dist/core/tools/ls.d.ts.map +1 -1
- package/dist/core/tools/output-accumulator.d.ts.map +1 -1
- package/dist/core/tools/output-accumulator.js.map +1 -1
- package/dist/core/tools/powershell.d.ts.map +1 -1
- package/dist/core/tools/read-classifiers.d.ts +17 -0
- package/dist/core/tools/read-classifiers.d.ts.map +1 -0
- package/dist/core/tools/read-classifiers.js +26 -0
- package/dist/core/tools/read-classifiers.js.map +1 -0
- package/dist/core/tools/read.d.ts +5 -1
- package/dist/core/tools/read.d.ts.map +1 -1
- package/dist/core/tools/read.js +21 -1
- package/dist/core/tools/read.js.map +1 -1
- package/dist/core/tools/tail-window.d.ts.map +1 -1
- package/dist/core/tools/truncate.js.map +1 -1
- package/dist/core/tools/write-result.js.map +1 -1
- package/dist/core/tools/write.d.ts.map +1 -1
- package/dist/core/trust-manager.d.ts.map +1 -1
- package/dist/extensions/llama/client.d.ts.map +1 -1
- package/dist/extensions/llama/client.js.map +1 -1
- package/dist/extensions/llama/huggingface.d.ts.map +1 -1
- package/dist/extensions/llama/huggingface.js.map +1 -1
- package/dist/extensions/llama/provider.js.map +1 -1
- package/dist/from-source-config-guard.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +4 -0
- package/dist/main.js.map +1 -1
- package/dist/modes/app-server/daemon/occupancy.d.ts.map +1 -1
- package/dist/modes/app-server/daemon/process.d.ts.map +1 -1
- package/dist/modes/app-server/daemon/process.js.map +1 -1
- package/dist/modes/app-server/daemon.js.map +1 -1
- package/dist/modes/app-server/protocol/collaboration-mode.d.ts.map +1 -1
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputAnswer.d.ts +7 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputAnswer.d.ts.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputAnswer.js +4 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputAnswer.js.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputOption.d.ts +8 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputOption.d.ts.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputOption.js +4 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputOption.js.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputParams.d.ts +12 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputParams.d.ts.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputParams.js +4 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputParams.js.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputQuestion.d.ts +13 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputQuestion.d.ts.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputQuestion.js +4 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputQuestion.js.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputResponse.d.ts +10 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputResponse.d.ts.map +1 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputResponse.js +4 -0
- package/dist/modes/app-server/protocol/generated/v2/ToolRequestUserInputResponse.js.map +1 -0
- package/dist/modes/app-server/protocol/index.d.ts +2 -0
- package/dist/modes/app-server/protocol/index.d.ts.map +1 -1
- package/dist/modes/app-server/protocol/index.js.map +1 -1
- package/dist/modes/app-server/protocol/methods.d.ts +1 -0
- package/dist/modes/app-server/protocol/methods.d.ts.map +1 -1
- package/dist/modes/app-server/protocol/methods.js +1 -0
- package/dist/modes/app-server/protocol/methods.js.map +1 -1
- package/dist/modes/app-server/rpc/errors.d.ts.map +1 -1
- package/dist/modes/app-server/runtime.d.ts.map +1 -1
- package/dist/modes/app-server/runtime.js +22 -6
- package/dist/modes/app-server/runtime.js.map +1 -1
- package/dist/modes/app-server/search/fuzzy-files.js.map +1 -1
- package/dist/modes/app-server/search/fuzzy-search-service.d.ts.map +1 -1
- package/dist/modes/app-server/server/account.js.map +1 -1
- package/dist/modes/app-server/server/approval-bridge.d.ts.map +1 -1
- package/dist/modes/app-server/server/approval-types.d.ts.map +1 -1
- package/dist/modes/app-server/server/approval-ui-context.d.ts +2 -1
- package/dist/modes/app-server/server/approval-ui-context.d.ts.map +1 -1
- package/dist/modes/app-server/server/approval-ui-context.js +9 -1
- package/dist/modes/app-server/server/approval-ui-context.js.map +1 -1
- package/dist/modes/app-server/server/catalogs.js.map +1 -1
- package/dist/modes/app-server/server/config.js.map +1 -1
- package/dist/modes/app-server/server/connection.d.ts.map +1 -1
- package/dist/modes/app-server/server/models.js.map +1 -1
- package/dist/modes/app-server/server/notifications.d.ts.map +1 -1
- package/dist/modes/app-server/server/notifications.js.map +1 -1
- package/dist/modes/app-server/server/server-core.d.ts.map +1 -1
- package/dist/modes/app-server/server/server-core.js.map +1 -1
- package/dist/modes/app-server/server/skills.js.map +1 -1
- package/dist/modes/app-server/server/user-input-bridge.d.ts +16 -0
- package/dist/modes/app-server/server/user-input-bridge.d.ts.map +1 -0
- package/dist/modes/app-server/server/user-input-bridge.js +142 -0
- package/dist/modes/app-server/server/user-input-bridge.js.map +1 -0
- package/dist/modes/app-server/server/user-input-types.d.ts +43 -0
- package/dist/modes/app-server/server/user-input-types.d.ts.map +1 -0
- package/dist/modes/app-server/server/user-input-types.js +51 -0
- package/dist/modes/app-server/server/user-input-types.js.map +1 -0
- package/dist/modes/app-server/threads/archive-state.d.ts.map +1 -1
- package/dist/modes/app-server/threads/handlers.js.map +1 -1
- package/dist/modes/app-server/threads/mcp-wire-status.d.ts.map +1 -1
- package/dist/modes/app-server/threads/metadata-state.d.ts.map +1 -1
- package/dist/modes/app-server/threads/projection-file-changes.js.map +1 -1
- package/dist/modes/app-server/threads/projection-message-items.d.ts.map +1 -1
- package/dist/modes/app-server/threads/projection-turn-diff.d.ts.map +1 -1
- package/dist/modes/app-server/threads/projection-web-search.js.map +1 -1
- package/dist/modes/app-server/threads/projection.d.ts.map +1 -1
- package/dist/modes/app-server/threads/registry.d.ts.map +1 -1
- package/dist/modes/app-server/threads/registry.js.map +1 -1
- package/dist/modes/app-server/threads/search-cache.d.ts.map +1 -1
- package/dist/modes/app-server/threads/turn-log.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/modes/app-server/threads/wire-thread.js.map +1 -1
- package/dist/modes/app-server/transports/unix-socket.d.ts.map +1 -1
- package/dist/modes/app-server/transports/unix-socket.js.map +1 -1
- package/dist/modes/app-server/transports/websocket.d.ts.map +1 -1
- package/dist/modes/app-server/turn-adapter.d.ts +3 -3
- package/dist/modes/app-server/turn-adapter.d.ts.map +1 -1
- package/dist/modes/app-server/turn-adapter.js +36 -5
- package/dist/modes/app-server/turn-adapter.js.map +1 -1
- package/dist/modes/interactive/compaction-queue-transfer.js.map +1 -1
- package/dist/modes/interactive/components/armin.d.ts.map +1 -1
- package/dist/modes/interactive/components/armin.js.map +1 -1
- package/dist/modes/interactive/components/ask-user-async-widget.d.ts +39 -0
- package/dist/modes/interactive/components/ask-user-async-widget.d.ts.map +1 -0
- package/dist/modes/interactive/components/ask-user-async-widget.js +82 -0
- package/dist/modes/interactive/components/ask-user-async-widget.js.map +1 -0
- package/dist/modes/interactive/components/ask-user-question-keys.d.ts +21 -0
- package/dist/modes/interactive/components/ask-user-question-keys.d.ts.map +1 -0
- package/dist/modes/interactive/components/ask-user-question-keys.js +115 -0
- package/dist/modes/interactive/components/ask-user-question-keys.js.map +1 -0
- package/dist/modes/interactive/components/ask-user-question-render.d.ts +17 -0
- package/dist/modes/interactive/components/ask-user-question-render.d.ts.map +1 -0
- package/dist/modes/interactive/components/ask-user-question-render.js +75 -0
- package/dist/modes/interactive/components/ask-user-question-render.js.map +1 -0
- package/dist/modes/interactive/components/ask-user-question-state.d.ts +52 -0
- package/dist/modes/interactive/components/ask-user-question-state.d.ts.map +1 -0
- package/dist/modes/interactive/components/ask-user-question-state.js +134 -0
- package/dist/modes/interactive/components/ask-user-question-state.js.map +1 -0
- package/dist/modes/interactive/components/ask-user-question.d.ts +50 -0
- package/dist/modes/interactive/components/ask-user-question.d.ts.map +1 -0
- package/dist/modes/interactive/components/ask-user-question.js +148 -0
- package/dist/modes/interactive/components/ask-user-question.js.map +1 -0
- package/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/assistant-message.js.map +1 -1
- package/dist/modes/interactive/components/assistant-render-descriptors.js.map +1 -1
- package/dist/modes/interactive/components/bash-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/bordered-loader.d.ts.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/branch-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/compaction-summary-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/compaction-summary-message.js.map +1 -1
- package/dist/modes/interactive/components/config-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/config-selector.js.map +1 -1
- package/dist/modes/interactive/components/continuity-notice.d.ts.map +1 -1
- package/dist/modes/interactive/components/countdown-timer.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-entry.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/custom-message.js.map +1 -1
- package/dist/modes/interactive/components/daxnuts.d.ts.map +1 -1
- package/dist/modes/interactive/components/diff.js.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.d.ts.map +1 -1
- package/dist/modes/interactive/components/dynamic-border.js.map +1 -1
- package/dist/modes/interactive/components/earendil-announcement.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-editor.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-input.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/extension-selector.js.map +1 -1
- package/dist/modes/interactive/components/favorite-models-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/first-time-setup.d.ts.map +1 -1
- package/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/dist/modes/interactive/components/keybinding-hints.js.map +1 -1
- package/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/dist/modes/interactive/components/model-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/oauth-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/progressive-transcript-container.d.ts.map +1 -1
- package/dist/modes/interactive/components/render-signature.js.map +1 -1
- package/dist/modes/interactive/components/scoped-models-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/session-selector-search.js.map +1 -1
- package/dist/modes/interactive/components/session-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/dist/modes/interactive/components/shortcut-overlay.d.ts.map +1 -1
- package/dist/modes/interactive/components/show-images-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/skill-invocation-message.js.map +1 -1
- package/dist/modes/interactive/components/status-indicator.d.ts.map +1 -1
- package/dist/modes/interactive/components/theme-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/thinking-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution-images.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution-renderer.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/dist/modes/interactive/components/tool-renderer-boundary.d.ts.map +1 -1
- package/dist/modes/interactive/components/tree-selector.d.ts +4 -0
- package/dist/modes/interactive/components/tree-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/tree-selector.js +17 -0
- package/dist/modes/interactive/components/tree-selector.js.map +1 -1
- package/dist/modes/interactive/components/trust-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message-selector.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message.d.ts.map +1 -1
- package/dist/modes/interactive/components/user-message.js.map +1 -1
- package/dist/modes/interactive/components/visual-truncate.js.map +1 -1
- package/dist/modes/interactive/grok/chrome.d.ts.map +1 -1
- package/dist/modes/interactive/grok/footer.d.ts.map +1 -1
- package/dist/modes/interactive/grok/input-card.d.ts.map +1 -1
- package/dist/modes/interactive/grok/palette.d.ts.map +1 -1
- package/dist/modes/interactive/grok/tool-row.d.ts.map +1 -1
- package/dist/modes/interactive/grok/welcome-card.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-host-runtime.d.ts +6 -0
- package/dist/modes/interactive/interactive-host-runtime.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-host-runtime.js +32 -3
- package/dist/modes/interactive/interactive-host-runtime.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts +35 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +413 -100
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/interactive/login-outcome.d.ts +20 -0
- package/dist/modes/interactive/login-outcome.d.ts.map +1 -0
- package/dist/modes/interactive/login-outcome.js +35 -0
- package/dist/modes/interactive/login-outcome.js.map +1 -0
- package/dist/modes/interactive/startup-tools.js.map +1 -1
- package/dist/modes/interactive/streaming-reveal-content.d.ts.map +1 -1
- package/dist/modes/interactive/streaming-reveal-content.js.map +1 -1
- package/dist/modes/interactive/streaming-reveal.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme-controller.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.d.ts.map +1 -1
- package/dist/modes/interactive/theme/theme.js.map +1 -1
- package/dist/modes/interactive/tips/catalog/input-tips.d.ts +7 -7
- package/dist/modes/interactive/tips/catalog/input-tips.d.ts.map +1 -1
- package/dist/modes/interactive/tips/catalog/input-tips.js +5 -0
- package/dist/modes/interactive/tips/catalog/input-tips.js.map +1 -1
- package/dist/modes/interactive/tips/catalog/model-tips.d.ts +1 -1
- package/dist/modes/interactive/tips/catalog/workspace-tips.d.ts +1 -1
- package/dist/modes/interactive/tips/scheduler.js.map +1 -1
- package/dist/modes/interactive/tips/working-tip.d.ts.map +1 -1
- package/dist/modes/interactive/tool-args-reveal.d.ts.map +1 -1
- package/dist/modes/interactive/tool-result-reveal.d.ts.map +1 -1
- package/dist/modes/print-mode.d.ts.map +1 -1
- package/dist/modes/print-mode.js +8 -0
- package/dist/modes/print-mode.js.map +1 -1
- package/dist/modes/provider-native-rendering.d.ts.map +1 -1
- package/dist/modes/provider-native-rendering.js +35 -0
- package/dist/modes/provider-native-rendering.js.map +1 -1
- package/dist/modes/rpc/connection-handler.d.ts.map +1 -1
- package/dist/modes/rpc/connection-handler.js +72 -1
- package/dist/modes/rpc/connection-handler.js.map +1 -1
- package/dist/modes/rpc/connection-question-bridge.d.ts +18 -0
- package/dist/modes/rpc/connection-question-bridge.d.ts.map +1 -0
- package/dist/modes/rpc/connection-question-bridge.js +156 -0
- package/dist/modes/rpc/connection-question-bridge.js.map +1 -0
- package/dist/modes/rpc/custom-capability.d.ts +2 -0
- package/dist/modes/rpc/custom-capability.d.ts.map +1 -1
- package/dist/modes/rpc/custom-capability.js +2 -0
- package/dist/modes/rpc/custom-capability.js.map +1 -1
- package/dist/modes/rpc/event-output-buffer.js.map +1 -1
- package/dist/modes/rpc/host-ensure.js.map +1 -1
- package/dist/modes/rpc/host-lifecycle.d.ts.map +1 -1
- package/dist/modes/rpc/host-lifecycle.js.map +1 -1
- package/dist/modes/rpc/host-watchdog.js.map +1 -1
- package/dist/modes/rpc/jsonl.js.map +1 -1
- package/dist/modes/rpc/multi-session-host.js.map +1 -1
- package/dist/modes/rpc/ownership-safe-lock.d.ts.map +1 -1
- package/dist/modes/rpc/ownership-safe-lock.js.map +1 -1
- package/dist/modes/rpc/rpc-client.d.ts +20 -1
- package/dist/modes/rpc/rpc-client.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-client.js +35 -3
- package/dist/modes/rpc/rpc-client.js.map +1 -1
- package/dist/modes/rpc/rpc-input-validation.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +103 -3
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js +6 -0
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/dist/modes/rpc/session-binding.js.map +1 -1
- package/dist/modes/rpc/session-command-router.d.ts +4 -4
- package/dist/modes/rpc/session-command-router.d.ts.map +1 -1
- package/dist/modes/rpc/session-command-router.js +14 -8
- package/dist/modes/rpc/session-command-router.js.map +1 -1
- package/dist/modes/rpc/session-event-fanout.d.ts +2 -0
- package/dist/modes/rpc/session-event-fanout.d.ts.map +1 -1
- package/dist/modes/rpc/session-event-fanout.js +25 -1
- package/dist/modes/rpc/session-event-fanout.js.map +1 -1
- package/dist/modes/rpc/session-event-writer.d.ts +7 -1
- package/dist/modes/rpc/session-event-writer.d.ts.map +1 -1
- package/dist/modes/rpc/session-event-writer.js +17 -4
- package/dist/modes/rpc/session-event-writer.js.map +1 -1
- package/dist/modes/rpc/session-extension-ui-requests.d.ts.map +1 -1
- package/dist/modes/rpc/session-registry.d.ts.map +1 -1
- package/dist/modes/rpc/session-registry.js +11 -1
- package/dist/modes/rpc/session-registry.js.map +1 -1
- package/dist/modes/rpc/session-worker-client.d.ts.map +1 -1
- package/dist/modes/rpc/session-worker-client.js.map +1 -1
- package/dist/modes/rpc/session-worker-protocol.d.ts.map +1 -1
- package/dist/modes/rpc/session-worker-requests.d.ts.map +1 -1
- package/dist/modes/rpc/session-worker-requests.js +1 -1
- package/dist/modes/rpc/session-worker-requests.js.map +1 -1
- package/dist/modes/rpc/session-worker.js +10 -2
- package/dist/modes/rpc/session-worker.js.map +1 -1
- package/dist/modes/rpc/socket-event-fanout.d.ts +14 -1
- package/dist/modes/rpc/socket-event-fanout.d.ts.map +1 -1
- package/dist/modes/rpc/socket-event-fanout.js +48 -2
- package/dist/modes/rpc/socket-event-fanout.js.map +1 -1
- package/dist/modes/rpc/socket-ownership.js.map +1 -1
- package/dist/modes/rpc/worker-session-registry.d.ts.map +1 -1
- package/dist/modes/rpc/worker-session-registry.js +2 -1
- package/dist/modes/rpc/worker-session-registry.js.map +1 -1
- package/dist/package-manager-cli.js.map +1 -1
- package/dist/self-update-bootstrap.js.map +1 -1
- package/dist/utils/ansi.js.map +1 -1
- package/dist/utils/clipboard-image.js.map +1 -1
- package/dist/utils/clipboard-native.js.map +1 -1
- package/dist/utils/clipboard.js.map +1 -1
- package/dist/utils/exif-orientation.js.map +1 -1
- package/dist/utils/frontmatter.d.ts.map +1 -1
- package/dist/utils/image-resize.js.map +1 -1
- package/dist/utils/management-http.js.map +1 -1
- package/dist/utils/paths.js.map +1 -1
- package/dist/utils/photon.js.map +1 -1
- package/dist/utils/pi-user-agent.js.map +1 -1
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js.map +1 -1
- package/dist/utils/syntax-highlight.js.map +1 -1
- package/dist/utils/version-check.js.map +1 -1
- package/docs/app-server.md +14 -0
- package/docs/extensions.md +28 -1
- package/docs/keybindings.md +1 -0
- package/docs/providers.md +1 -0
- package/docs/rpc.md +95 -3
- package/docs/settings.md +18 -0
- package/docs/skills.md +1 -1
- package/docs/tui.md +6 -0
- package/docs/usage.md +2 -1
- package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +30 -0
- package/node_modules/@code-yeongyu/senpi-codemode/README.md +17 -2
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
- package/node_modules/@code-yeongyu/senpi-codemode/src/config/settings.ts +35 -15
- package/node_modules/@code-yeongyu/senpi-codemode/src/index.ts +13 -2
- package/node_modules/@code-yeongyu/senpi-codemode/src/prompt/eval-prompt-template.ts +76 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/prompt/eval-prompt.ts +6 -77
- package/node_modules/@code-yeongyu/senpi-codemode/src/timeouts/run-budget.ts +107 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/cell-deadlines.ts +76 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/cell-execution.ts +25 -14
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-cell-contract.ts +4 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-cell-manager.ts +47 -40
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-cell-notification.ts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/detached-cell-snapshot.ts +5 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/eval-tool-options.ts +8 -3
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/eval-tool.ts +17 -187
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/run-eval-cell.ts +189 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/types.ts +66 -56
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/assistant-terminal-state.d.ts.map +1 -1
- 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/compaction/branch-summarization.js.map +1 -1
- 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.map +1 -1
- 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.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.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/reducer.js.map +1 -1
- 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/session/context.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl/errors.d.ts.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/state.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/testing/conformance.js.map +1 -1
- 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/telemetry.d.ts +36 -36
- 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/types.d.ts.map +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/proxy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/proxy.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/search/scanning.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +5 -0
- 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 +4 -4
- package/node_modules/@earendil-works/pi-ai/README.md +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.d.ts +3 -1
- 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 +6 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/anthropic-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.lazy.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/context-room.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.d.ts.map +1 -1
- 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/stream-retry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.lazy.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-conversation-rotation.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js.map +1 -1
- 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-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +5 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-edit.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-edit.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-edit.js +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-edit.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-params.d.ts +60 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-params.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-params.js +93 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-params.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-result.d.ts +12 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-result.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-result.js +96 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images-result.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images.d.ts +3 -6
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images.js +26 -119
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-images.js.map +1 -1
- 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.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/pi-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/transform-messages.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/warm-prompt-cache.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/credential-store.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/load.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth/openai-codex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth-refresh.d.ts +47 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth-refresh.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth-refresh.js +126 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/oauth-refresh.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/pool/failover.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/pool/select.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/refresh-credential.d.ts +12 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/refresh-credential.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/refresh-credential.js +44 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/refresh-credential.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.js +26 -35
- package/node_modules/@earendil-works/pi-ai/dist/auth/resolve.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/model-capabilities.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor/selection-descriptor.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +99 -66
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +34 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/images.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/images.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/images.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models-store.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.js +3 -28
- package/node_modules/@earendil-works/pi-ai/dist/models.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/node/provider-scope.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.js +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/all.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/amazon-bedrock.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/nvidia.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/opencode-go.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/venice.json +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/faux.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/ollama.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/radius.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.d.ts +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.js +15 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.models.d.ts +4 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.models.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.models.js +6 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/venice.models.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/context-transformer.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/anthropic-xml/recovery-wrapper-state.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/protocols/kimi-xtml/parse.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-content-lifecycle.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-event-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-native-projection.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-native-projection.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-stream-terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-stream-wrapper.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-text-projection.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/recovery-text-projection.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-thinking-projection.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/tool-call-middleware/stream-wrapper.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +20 -3
- 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/deferred-tools.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/prompt-cache-ttl.d.ts +3 -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.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/provider-retry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/validation.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +3 -3
- package/node_modules/@earendil-works/pi-pty/dist/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/pipe-fallback.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/pipe-fallback.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/quarantine.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/registry-types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/registry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/screen.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/screen.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/session-bun.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-pty/dist/session.js.map +1 -1
- package/node_modules/@earendil-works/pi-pty/package.json +2 -2
- package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/alt-screen-search.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/alt-screen-flash.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/box.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.d.ts.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/h-stack.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/h-stack.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/image.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/input.d.ts.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/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/spacer.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/stack.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/stack.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/v-stack.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/v-stack.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/image-markers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keybindings.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/kill-ring.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/mux.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-modifiers.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/native-module-path.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/paste-markers.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-capabilities.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal-image.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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tmux-image-probe.js.map +1 -1
- 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.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui-main-screen.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/undo-stack.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +2 -2
- package/node_modules/css-tree/cjs/data-patch.cjs +853 -5
- package/node_modules/css-tree/cjs/data.cjs +13598 -3
- package/node_modules/css-tree/cjs/version.cjs +1 -3
- package/node_modules/css-tree/lib/data-patch.js +853 -4
- package/node_modules/css-tree/lib/data.js +13598 -5
- package/node_modules/css-tree/lib/version.js +1 -5
- package/package.json +8 -8
- package/vendor/pi-client/client.d.ts.map +1 -1
- package/vendor/pi-client/client.js.map +1 -1
- package/vendor/pi-client/connection.d.ts.map +1 -1
- package/vendor/pi-client/connection.js.map +1 -1
- package/vendor/pi-client/errors.d.ts.map +1 -1
- package/vendor/pi-client/session-handle.d.ts.map +1 -1
- package/vendor/pi-client/state.d.ts.map +1 -1
- package/vendor/pi-protocol/cbor/decoder.js.map +1 -1
- package/vendor/pi-protocol/cbor/options.d.ts.map +1 -1
- package/vendor/pi-protocol/codec.d.ts.map +1 -1
- package/vendor/pi-protocol/codec.js.map +1 -1
- package/vendor/pi-protocol/framing.d.ts.map +1 -1
- package/vendor/pi-protocol/schemas.d.ts +678 -678
|
@@ -122,7 +122,6 @@ export declare const UserTranscriptItemSchema: Type.TObject<{
|
|
|
122
122
|
readonly timestamp: Type.TInteger;
|
|
123
123
|
}>;
|
|
124
124
|
export declare const AssistantTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
125
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
126
125
|
readonly id: Type.TString;
|
|
127
126
|
readonly role: Type.TLiteral<"assistant">;
|
|
128
127
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -159,9 +158,8 @@ export declare const AssistantTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
159
158
|
}>;
|
|
160
159
|
}>>;
|
|
161
160
|
readonly timestamp: Type.TInteger;
|
|
161
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
162
162
|
}>, Type.TObject<{
|
|
163
|
-
readonly status: Type.TLiteral<"complete">;
|
|
164
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
165
163
|
readonly id: Type.TString;
|
|
166
164
|
readonly role: Type.TLiteral<"assistant">;
|
|
167
165
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -198,10 +196,9 @@ export declare const AssistantTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
198
196
|
}>;
|
|
199
197
|
}>>;
|
|
200
198
|
readonly timestamp: Type.TInteger;
|
|
199
|
+
readonly status: Type.TLiteral<"complete">;
|
|
200
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
201
201
|
}>, Type.TObject<{
|
|
202
|
-
readonly status: Type.TLiteral<"error">;
|
|
203
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
204
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
205
202
|
readonly id: Type.TString;
|
|
206
203
|
readonly role: Type.TLiteral<"assistant">;
|
|
207
204
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -238,10 +235,10 @@ export declare const AssistantTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
238
235
|
}>;
|
|
239
236
|
}>>;
|
|
240
237
|
readonly timestamp: Type.TInteger;
|
|
241
|
-
|
|
242
|
-
readonly
|
|
243
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
238
|
+
readonly status: Type.TLiteral<"error">;
|
|
239
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
244
240
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
241
|
+
}>, Type.TObject<{
|
|
245
242
|
readonly id: Type.TString;
|
|
246
243
|
readonly role: Type.TLiteral<"assistant">;
|
|
247
244
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -278,10 +275,11 @@ export declare const AssistantTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
278
275
|
}>;
|
|
279
276
|
}>>;
|
|
280
277
|
readonly timestamp: Type.TInteger;
|
|
278
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
279
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
280
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
281
281
|
}>]>;
|
|
282
282
|
export declare const ToolTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
283
|
-
readonly status: Type.TLiteral<"running">;
|
|
284
|
-
readonly isError: Type.TLiteral<false>;
|
|
285
283
|
readonly id: Type.TString;
|
|
286
284
|
readonly role: Type.TLiteral<"tool">;
|
|
287
285
|
readonly toolCallId: Type.TString;
|
|
@@ -312,9 +310,9 @@ export declare const ToolTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
312
310
|
}>;
|
|
313
311
|
}>>;
|
|
314
312
|
readonly timestamp: Type.TInteger;
|
|
315
|
-
|
|
316
|
-
readonly status: Type.TLiteral<"complete">;
|
|
313
|
+
readonly status: Type.TLiteral<"running">;
|
|
317
314
|
readonly isError: Type.TLiteral<false>;
|
|
315
|
+
}>, Type.TObject<{
|
|
318
316
|
readonly id: Type.TString;
|
|
319
317
|
readonly role: Type.TLiteral<"tool">;
|
|
320
318
|
readonly toolCallId: Type.TString;
|
|
@@ -345,9 +343,9 @@ export declare const ToolTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
345
343
|
}>;
|
|
346
344
|
}>>;
|
|
347
345
|
readonly timestamp: Type.TInteger;
|
|
346
|
+
readonly status: Type.TLiteral<"complete">;
|
|
347
|
+
readonly isError: Type.TLiteral<false>;
|
|
348
348
|
}>, Type.TObject<{
|
|
349
|
-
readonly status: Type.TLiteral<"error">;
|
|
350
|
-
readonly isError: Type.TLiteral<true>;
|
|
351
349
|
readonly id: Type.TString;
|
|
352
350
|
readonly role: Type.TLiteral<"tool">;
|
|
353
351
|
readonly toolCallId: Type.TString;
|
|
@@ -378,6 +376,8 @@ export declare const ToolTranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
378
376
|
}>;
|
|
379
377
|
}>>;
|
|
380
378
|
readonly timestamp: Type.TInteger;
|
|
379
|
+
readonly status: Type.TLiteral<"error">;
|
|
380
|
+
readonly isError: Type.TLiteral<true>;
|
|
381
381
|
}>]>;
|
|
382
382
|
export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
383
383
|
readonly id: Type.TString;
|
|
@@ -392,7 +392,6 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
392
392
|
}>]>>;
|
|
393
393
|
readonly timestamp: Type.TInteger;
|
|
394
394
|
}>, Type.TUnion<[Type.TObject<{
|
|
395
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
396
395
|
readonly id: Type.TString;
|
|
397
396
|
readonly role: Type.TLiteral<"assistant">;
|
|
398
397
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -429,9 +428,8 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
429
428
|
}>;
|
|
430
429
|
}>>;
|
|
431
430
|
readonly timestamp: Type.TInteger;
|
|
431
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
432
432
|
}>, Type.TObject<{
|
|
433
|
-
readonly status: Type.TLiteral<"complete">;
|
|
434
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
435
433
|
readonly id: Type.TString;
|
|
436
434
|
readonly role: Type.TLiteral<"assistant">;
|
|
437
435
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -468,10 +466,9 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
468
466
|
}>;
|
|
469
467
|
}>>;
|
|
470
468
|
readonly timestamp: Type.TInteger;
|
|
469
|
+
readonly status: Type.TLiteral<"complete">;
|
|
470
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
471
471
|
}>, Type.TObject<{
|
|
472
|
-
readonly status: Type.TLiteral<"error">;
|
|
473
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
474
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
475
472
|
readonly id: Type.TString;
|
|
476
473
|
readonly role: Type.TLiteral<"assistant">;
|
|
477
474
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -508,10 +505,10 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
508
505
|
}>;
|
|
509
506
|
}>>;
|
|
510
507
|
readonly timestamp: Type.TInteger;
|
|
511
|
-
|
|
512
|
-
readonly
|
|
513
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
508
|
+
readonly status: Type.TLiteral<"error">;
|
|
509
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
514
510
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
511
|
+
}>, Type.TObject<{
|
|
515
512
|
readonly id: Type.TString;
|
|
516
513
|
readonly role: Type.TLiteral<"assistant">;
|
|
517
514
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -548,9 +545,10 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
548
545
|
}>;
|
|
549
546
|
}>>;
|
|
550
547
|
readonly timestamp: Type.TInteger;
|
|
548
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
549
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
550
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
551
551
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
552
|
-
readonly status: Type.TLiteral<"running">;
|
|
553
|
-
readonly isError: Type.TLiteral<false>;
|
|
554
552
|
readonly id: Type.TString;
|
|
555
553
|
readonly role: Type.TLiteral<"tool">;
|
|
556
554
|
readonly toolCallId: Type.TString;
|
|
@@ -581,9 +579,9 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
581
579
|
}>;
|
|
582
580
|
}>>;
|
|
583
581
|
readonly timestamp: Type.TInteger;
|
|
584
|
-
|
|
585
|
-
readonly status: Type.TLiteral<"complete">;
|
|
582
|
+
readonly status: Type.TLiteral<"running">;
|
|
586
583
|
readonly isError: Type.TLiteral<false>;
|
|
584
|
+
}>, Type.TObject<{
|
|
587
585
|
readonly id: Type.TString;
|
|
588
586
|
readonly role: Type.TLiteral<"tool">;
|
|
589
587
|
readonly toolCallId: Type.TString;
|
|
@@ -614,9 +612,9 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
614
612
|
}>;
|
|
615
613
|
}>>;
|
|
616
614
|
readonly timestamp: Type.TInteger;
|
|
615
|
+
readonly status: Type.TLiteral<"complete">;
|
|
616
|
+
readonly isError: Type.TLiteral<false>;
|
|
617
617
|
}>, Type.TObject<{
|
|
618
|
-
readonly status: Type.TLiteral<"error">;
|
|
619
|
-
readonly isError: Type.TLiteral<true>;
|
|
620
618
|
readonly id: Type.TString;
|
|
621
619
|
readonly role: Type.TLiteral<"tool">;
|
|
622
620
|
readonly toolCallId: Type.TString;
|
|
@@ -647,6 +645,8 @@ export declare const TranscriptItemSchema: Type.TUnion<[Type.TObject<{
|
|
|
647
645
|
}>;
|
|
648
646
|
}>>;
|
|
649
647
|
readonly timestamp: Type.TInteger;
|
|
648
|
+
readonly status: Type.TLiteral<"error">;
|
|
649
|
+
readonly isError: Type.TLiteral<true>;
|
|
650
650
|
}>]>]>;
|
|
651
651
|
export type UserTranscriptItem = Static<typeof UserTranscriptItemSchema>;
|
|
652
652
|
export type AssistantTranscriptItem = Static<typeof AssistantTranscriptItemSchema>;
|
|
@@ -668,7 +668,6 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
668
668
|
}>]>>;
|
|
669
669
|
readonly timestamp: Type.TInteger;
|
|
670
670
|
}>, Type.TUnion<[Type.TObject<{
|
|
671
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
672
671
|
readonly id: Type.TString;
|
|
673
672
|
readonly role: Type.TLiteral<"assistant">;
|
|
674
673
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -705,9 +704,8 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
705
704
|
}>;
|
|
706
705
|
}>>;
|
|
707
706
|
readonly timestamp: Type.TInteger;
|
|
707
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
708
708
|
}>, Type.TObject<{
|
|
709
|
-
readonly status: Type.TLiteral<"complete">;
|
|
710
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
711
709
|
readonly id: Type.TString;
|
|
712
710
|
readonly role: Type.TLiteral<"assistant">;
|
|
713
711
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -744,10 +742,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
744
742
|
}>;
|
|
745
743
|
}>>;
|
|
746
744
|
readonly timestamp: Type.TInteger;
|
|
745
|
+
readonly status: Type.TLiteral<"complete">;
|
|
746
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
747
747
|
}>, Type.TObject<{
|
|
748
|
-
readonly status: Type.TLiteral<"error">;
|
|
749
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
750
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
751
748
|
readonly id: Type.TString;
|
|
752
749
|
readonly role: Type.TLiteral<"assistant">;
|
|
753
750
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -784,10 +781,10 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
784
781
|
}>;
|
|
785
782
|
}>>;
|
|
786
783
|
readonly timestamp: Type.TInteger;
|
|
787
|
-
|
|
788
|
-
readonly
|
|
789
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
784
|
+
readonly status: Type.TLiteral<"error">;
|
|
785
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
790
786
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
787
|
+
}>, Type.TObject<{
|
|
791
788
|
readonly id: Type.TString;
|
|
792
789
|
readonly role: Type.TLiteral<"assistant">;
|
|
793
790
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -824,9 +821,10 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
824
821
|
}>;
|
|
825
822
|
}>>;
|
|
826
823
|
readonly timestamp: Type.TInteger;
|
|
824
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
825
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
826
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
827
827
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
828
|
-
readonly status: Type.TLiteral<"running">;
|
|
829
|
-
readonly isError: Type.TLiteral<false>;
|
|
830
828
|
readonly id: Type.TString;
|
|
831
829
|
readonly role: Type.TLiteral<"tool">;
|
|
832
830
|
readonly toolCallId: Type.TString;
|
|
@@ -857,9 +855,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
857
855
|
}>;
|
|
858
856
|
}>>;
|
|
859
857
|
readonly timestamp: Type.TInteger;
|
|
860
|
-
|
|
861
|
-
readonly status: Type.TLiteral<"complete">;
|
|
858
|
+
readonly status: Type.TLiteral<"running">;
|
|
862
859
|
readonly isError: Type.TLiteral<false>;
|
|
860
|
+
}>, Type.TObject<{
|
|
863
861
|
readonly id: Type.TString;
|
|
864
862
|
readonly role: Type.TLiteral<"tool">;
|
|
865
863
|
readonly toolCallId: Type.TString;
|
|
@@ -890,9 +888,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
890
888
|
}>;
|
|
891
889
|
}>>;
|
|
892
890
|
readonly timestamp: Type.TInteger;
|
|
891
|
+
readonly status: Type.TLiteral<"complete">;
|
|
892
|
+
readonly isError: Type.TLiteral<false>;
|
|
893
893
|
}>, Type.TObject<{
|
|
894
|
-
readonly status: Type.TLiteral<"error">;
|
|
895
|
-
readonly isError: Type.TLiteral<true>;
|
|
896
894
|
readonly id: Type.TString;
|
|
897
895
|
readonly role: Type.TLiteral<"tool">;
|
|
898
896
|
readonly toolCallId: Type.TString;
|
|
@@ -923,6 +921,8 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
923
921
|
}>;
|
|
924
922
|
}>>;
|
|
925
923
|
readonly timestamp: Type.TInteger;
|
|
924
|
+
readonly status: Type.TLiteral<"error">;
|
|
925
|
+
readonly isError: Type.TLiteral<true>;
|
|
926
926
|
}>]>]>;
|
|
927
927
|
}>, Type.TObject<{
|
|
928
928
|
readonly type: Type.TLiteral<"assistant_delta">;
|
|
@@ -933,7 +933,6 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
933
933
|
}>, Type.TObject<{
|
|
934
934
|
readonly type: Type.TLiteral<"item_updated">;
|
|
935
935
|
readonly item: Type.TUnion<[Type.TUnion<[Type.TObject<{
|
|
936
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
937
936
|
readonly id: Type.TString;
|
|
938
937
|
readonly role: Type.TLiteral<"assistant">;
|
|
939
938
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -970,9 +969,8 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
970
969
|
}>;
|
|
971
970
|
}>>;
|
|
972
971
|
readonly timestamp: Type.TInteger;
|
|
972
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
973
973
|
}>, Type.TObject<{
|
|
974
|
-
readonly status: Type.TLiteral<"complete">;
|
|
975
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
976
974
|
readonly id: Type.TString;
|
|
977
975
|
readonly role: Type.TLiteral<"assistant">;
|
|
978
976
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1009,10 +1007,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1009
1007
|
}>;
|
|
1010
1008
|
}>>;
|
|
1011
1009
|
readonly timestamp: Type.TInteger;
|
|
1010
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1011
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1012
1012
|
}>, Type.TObject<{
|
|
1013
|
-
readonly status: Type.TLiteral<"error">;
|
|
1014
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
1015
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1016
1013
|
readonly id: Type.TString;
|
|
1017
1014
|
readonly role: Type.TLiteral<"assistant">;
|
|
1018
1015
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1049,10 +1046,10 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1049
1046
|
}>;
|
|
1050
1047
|
}>>;
|
|
1051
1048
|
readonly timestamp: Type.TInteger;
|
|
1052
|
-
|
|
1053
|
-
readonly
|
|
1054
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1049
|
+
readonly status: Type.TLiteral<"error">;
|
|
1050
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
1055
1051
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1052
|
+
}>, Type.TObject<{
|
|
1056
1053
|
readonly id: Type.TString;
|
|
1057
1054
|
readonly role: Type.TLiteral<"assistant">;
|
|
1058
1055
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1089,9 +1086,10 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1089
1086
|
}>;
|
|
1090
1087
|
}>>;
|
|
1091
1088
|
readonly timestamp: Type.TInteger;
|
|
1089
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
1090
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1091
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1092
1092
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
1093
|
-
readonly status: Type.TLiteral<"running">;
|
|
1094
|
-
readonly isError: Type.TLiteral<false>;
|
|
1095
1093
|
readonly id: Type.TString;
|
|
1096
1094
|
readonly role: Type.TLiteral<"tool">;
|
|
1097
1095
|
readonly toolCallId: Type.TString;
|
|
@@ -1122,9 +1120,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1122
1120
|
}>;
|
|
1123
1121
|
}>>;
|
|
1124
1122
|
readonly timestamp: Type.TInteger;
|
|
1125
|
-
|
|
1126
|
-
readonly status: Type.TLiteral<"complete">;
|
|
1123
|
+
readonly status: Type.TLiteral<"running">;
|
|
1127
1124
|
readonly isError: Type.TLiteral<false>;
|
|
1125
|
+
}>, Type.TObject<{
|
|
1128
1126
|
readonly id: Type.TString;
|
|
1129
1127
|
readonly role: Type.TLiteral<"tool">;
|
|
1130
1128
|
readonly toolCallId: Type.TString;
|
|
@@ -1155,9 +1153,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1155
1153
|
}>;
|
|
1156
1154
|
}>>;
|
|
1157
1155
|
readonly timestamp: Type.TInteger;
|
|
1156
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1157
|
+
readonly isError: Type.TLiteral<false>;
|
|
1158
1158
|
}>, Type.TObject<{
|
|
1159
|
-
readonly status: Type.TLiteral<"error">;
|
|
1160
|
-
readonly isError: Type.TLiteral<true>;
|
|
1161
1159
|
readonly id: Type.TString;
|
|
1162
1160
|
readonly role: Type.TLiteral<"tool">;
|
|
1163
1161
|
readonly toolCallId: Type.TString;
|
|
@@ -1188,12 +1186,12 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1188
1186
|
}>;
|
|
1189
1187
|
}>>;
|
|
1190
1188
|
readonly timestamp: Type.TInteger;
|
|
1189
|
+
readonly status: Type.TLiteral<"error">;
|
|
1190
|
+
readonly isError: Type.TLiteral<true>;
|
|
1191
1191
|
}>]>]>;
|
|
1192
1192
|
}>, Type.TObject<{
|
|
1193
1193
|
readonly type: Type.TLiteral<"item_finished">;
|
|
1194
1194
|
readonly item: Type.TUnion<[Type.TObject<{
|
|
1195
|
-
readonly status: Type.TLiteral<"complete">;
|
|
1196
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1197
1195
|
readonly id: Type.TString;
|
|
1198
1196
|
readonly role: Type.TLiteral<"assistant">;
|
|
1199
1197
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1230,10 +1228,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1230
1228
|
}>;
|
|
1231
1229
|
}>>;
|
|
1232
1230
|
readonly timestamp: Type.TInteger;
|
|
1231
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1232
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1233
1233
|
}>, Type.TObject<{
|
|
1234
|
-
readonly status: Type.TLiteral<"error">;
|
|
1235
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
1236
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1237
1234
|
readonly id: Type.TString;
|
|
1238
1235
|
readonly role: Type.TLiteral<"assistant">;
|
|
1239
1236
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1270,10 +1267,10 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1270
1267
|
}>;
|
|
1271
1268
|
}>>;
|
|
1272
1269
|
readonly timestamp: Type.TInteger;
|
|
1273
|
-
|
|
1274
|
-
readonly
|
|
1275
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1270
|
+
readonly status: Type.TLiteral<"error">;
|
|
1271
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
1276
1272
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1273
|
+
}>, Type.TObject<{
|
|
1277
1274
|
readonly id: Type.TString;
|
|
1278
1275
|
readonly role: Type.TLiteral<"assistant">;
|
|
1279
1276
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1310,9 +1307,10 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1310
1307
|
}>;
|
|
1311
1308
|
}>>;
|
|
1312
1309
|
readonly timestamp: Type.TInteger;
|
|
1310
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
1311
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1312
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1313
1313
|
}>, Type.TObject<{
|
|
1314
|
-
readonly status: Type.TLiteral<"complete">;
|
|
1315
|
-
readonly isError: Type.TLiteral<false>;
|
|
1316
1314
|
readonly id: Type.TString;
|
|
1317
1315
|
readonly role: Type.TLiteral<"tool">;
|
|
1318
1316
|
readonly toolCallId: Type.TString;
|
|
@@ -1343,9 +1341,9 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1343
1341
|
}>;
|
|
1344
1342
|
}>>;
|
|
1345
1343
|
readonly timestamp: Type.TInteger;
|
|
1344
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1345
|
+
readonly isError: Type.TLiteral<false>;
|
|
1346
1346
|
}>, Type.TObject<{
|
|
1347
|
-
readonly status: Type.TLiteral<"error">;
|
|
1348
|
-
readonly isError: Type.TLiteral<true>;
|
|
1349
1347
|
readonly id: Type.TString;
|
|
1350
1348
|
readonly role: Type.TLiteral<"tool">;
|
|
1351
1349
|
readonly toolCallId: Type.TString;
|
|
@@ -1376,6 +1374,8 @@ export declare const TranscriptProgressSchema: Type.TUnion<[Type.TObject<{
|
|
|
1376
1374
|
}>;
|
|
1377
1375
|
}>>;
|
|
1378
1376
|
readonly timestamp: Type.TInteger;
|
|
1377
|
+
readonly status: Type.TLiteral<"error">;
|
|
1378
|
+
readonly isError: Type.TLiteral<true>;
|
|
1379
1379
|
}>]>;
|
|
1380
1380
|
}>]>;
|
|
1381
1381
|
export type TranscriptProgress = Static<typeof TranscriptProgressSchema>;
|
|
@@ -1415,7 +1415,6 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1415
1415
|
}>]>>;
|
|
1416
1416
|
readonly timestamp: Type.TInteger;
|
|
1417
1417
|
}>, Type.TUnion<[Type.TObject<{
|
|
1418
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
1419
1418
|
readonly id: Type.TString;
|
|
1420
1419
|
readonly role: Type.TLiteral<"assistant">;
|
|
1421
1420
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1452,9 +1451,8 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1452
1451
|
}>;
|
|
1453
1452
|
}>>;
|
|
1454
1453
|
readonly timestamp: Type.TInteger;
|
|
1454
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
1455
1455
|
}>, Type.TObject<{
|
|
1456
|
-
readonly status: Type.TLiteral<"complete">;
|
|
1457
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1458
1456
|
readonly id: Type.TString;
|
|
1459
1457
|
readonly role: Type.TLiteral<"assistant">;
|
|
1460
1458
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1491,10 +1489,9 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1491
1489
|
}>;
|
|
1492
1490
|
}>>;
|
|
1493
1491
|
readonly timestamp: Type.TInteger;
|
|
1492
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1493
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1494
1494
|
}>, Type.TObject<{
|
|
1495
|
-
readonly status: Type.TLiteral<"error">;
|
|
1496
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
1497
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1498
1495
|
readonly id: Type.TString;
|
|
1499
1496
|
readonly role: Type.TLiteral<"assistant">;
|
|
1500
1497
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1531,10 +1528,10 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1531
1528
|
}>;
|
|
1532
1529
|
}>>;
|
|
1533
1530
|
readonly timestamp: Type.TInteger;
|
|
1534
|
-
|
|
1535
|
-
readonly
|
|
1536
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1531
|
+
readonly status: Type.TLiteral<"error">;
|
|
1532
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
1537
1533
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1534
|
+
}>, Type.TObject<{
|
|
1538
1535
|
readonly id: Type.TString;
|
|
1539
1536
|
readonly role: Type.TLiteral<"assistant">;
|
|
1540
1537
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1571,9 +1568,10 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1571
1568
|
}>;
|
|
1572
1569
|
}>>;
|
|
1573
1570
|
readonly timestamp: Type.TInteger;
|
|
1571
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
1572
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1573
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1574
1574
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
1575
|
-
readonly status: Type.TLiteral<"running">;
|
|
1576
|
-
readonly isError: Type.TLiteral<false>;
|
|
1577
1575
|
readonly id: Type.TString;
|
|
1578
1576
|
readonly role: Type.TLiteral<"tool">;
|
|
1579
1577
|
readonly toolCallId: Type.TString;
|
|
@@ -1604,9 +1602,9 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1604
1602
|
}>;
|
|
1605
1603
|
}>>;
|
|
1606
1604
|
readonly timestamp: Type.TInteger;
|
|
1607
|
-
|
|
1608
|
-
readonly status: Type.TLiteral<"complete">;
|
|
1605
|
+
readonly status: Type.TLiteral<"running">;
|
|
1609
1606
|
readonly isError: Type.TLiteral<false>;
|
|
1607
|
+
}>, Type.TObject<{
|
|
1610
1608
|
readonly id: Type.TString;
|
|
1611
1609
|
readonly role: Type.TLiteral<"tool">;
|
|
1612
1610
|
readonly toolCallId: Type.TString;
|
|
@@ -1637,9 +1635,9 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1637
1635
|
}>;
|
|
1638
1636
|
}>>;
|
|
1639
1637
|
readonly timestamp: Type.TInteger;
|
|
1638
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1639
|
+
readonly isError: Type.TLiteral<false>;
|
|
1640
1640
|
}>, Type.TObject<{
|
|
1641
|
-
readonly status: Type.TLiteral<"error">;
|
|
1642
|
-
readonly isError: Type.TLiteral<true>;
|
|
1643
1641
|
readonly id: Type.TString;
|
|
1644
1642
|
readonly role: Type.TLiteral<"tool">;
|
|
1645
1643
|
readonly toolCallId: Type.TString;
|
|
@@ -1670,6 +1668,8 @@ export declare const SessionSnapshotSchema: Type.TObject<{
|
|
|
1670
1668
|
}>;
|
|
1671
1669
|
}>>;
|
|
1672
1670
|
readonly timestamp: Type.TInteger;
|
|
1671
|
+
readonly status: Type.TLiteral<"error">;
|
|
1672
|
+
readonly isError: Type.TLiteral<true>;
|
|
1673
1673
|
}>]>]>>;
|
|
1674
1674
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
1675
1675
|
readonly id: Type.TString;
|
|
@@ -1848,7 +1848,6 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
1848
1848
|
}>]>>;
|
|
1849
1849
|
readonly timestamp: Type.TInteger;
|
|
1850
1850
|
}>, Type.TUnion<[Type.TObject<{
|
|
1851
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
1852
1851
|
readonly id: Type.TString;
|
|
1853
1852
|
readonly role: Type.TLiteral<"assistant">;
|
|
1854
1853
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1885,9 +1884,8 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
1885
1884
|
}>;
|
|
1886
1885
|
}>>;
|
|
1887
1886
|
readonly timestamp: Type.TInteger;
|
|
1887
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
1888
1888
|
}>, Type.TObject<{
|
|
1889
|
-
readonly status: Type.TLiteral<"complete">;
|
|
1890
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1891
1889
|
readonly id: Type.TString;
|
|
1892
1890
|
readonly role: Type.TLiteral<"assistant">;
|
|
1893
1891
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1924,10 +1922,9 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
1924
1922
|
}>;
|
|
1925
1923
|
}>>;
|
|
1926
1924
|
readonly timestamp: Type.TInteger;
|
|
1925
|
+
readonly status: Type.TLiteral<"complete">;
|
|
1926
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
1927
1927
|
}>, Type.TObject<{
|
|
1928
|
-
readonly status: Type.TLiteral<"error">;
|
|
1929
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
1930
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1931
1928
|
readonly id: Type.TString;
|
|
1932
1929
|
readonly role: Type.TLiteral<"assistant">;
|
|
1933
1930
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -1964,10 +1961,10 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
1964
1961
|
}>;
|
|
1965
1962
|
}>>;
|
|
1966
1963
|
readonly timestamp: Type.TInteger;
|
|
1967
|
-
|
|
1968
|
-
readonly
|
|
1969
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
1964
|
+
readonly status: Type.TLiteral<"error">;
|
|
1965
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
1970
1966
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
1967
|
+
}>, Type.TObject<{
|
|
1971
1968
|
readonly id: Type.TString;
|
|
1972
1969
|
readonly role: Type.TLiteral<"assistant">;
|
|
1973
1970
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2004,9 +2001,10 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
2004
2001
|
}>;
|
|
2005
2002
|
}>>;
|
|
2006
2003
|
readonly timestamp: Type.TInteger;
|
|
2004
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
2005
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2006
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2007
2007
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
2008
|
-
readonly status: Type.TLiteral<"running">;
|
|
2009
|
-
readonly isError: Type.TLiteral<false>;
|
|
2010
2008
|
readonly id: Type.TString;
|
|
2011
2009
|
readonly role: Type.TLiteral<"tool">;
|
|
2012
2010
|
readonly toolCallId: Type.TString;
|
|
@@ -2037,9 +2035,9 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
2037
2035
|
}>;
|
|
2038
2036
|
}>>;
|
|
2039
2037
|
readonly timestamp: Type.TInteger;
|
|
2040
|
-
|
|
2041
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2038
|
+
readonly status: Type.TLiteral<"running">;
|
|
2042
2039
|
readonly isError: Type.TLiteral<false>;
|
|
2040
|
+
}>, Type.TObject<{
|
|
2043
2041
|
readonly id: Type.TString;
|
|
2044
2042
|
readonly role: Type.TLiteral<"tool">;
|
|
2045
2043
|
readonly toolCallId: Type.TString;
|
|
@@ -2070,9 +2068,9 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
2070
2068
|
}>;
|
|
2071
2069
|
}>>;
|
|
2072
2070
|
readonly timestamp: Type.TInteger;
|
|
2071
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2072
|
+
readonly isError: Type.TLiteral<false>;
|
|
2073
2073
|
}>, Type.TObject<{
|
|
2074
|
-
readonly status: Type.TLiteral<"error">;
|
|
2075
|
-
readonly isError: Type.TLiteral<true>;
|
|
2076
2074
|
readonly id: Type.TString;
|
|
2077
2075
|
readonly role: Type.TLiteral<"tool">;
|
|
2078
2076
|
readonly toolCallId: Type.TString;
|
|
@@ -2103,6 +2101,8 @@ export declare const CreateResultSchema: Type.TObject<{
|
|
|
2103
2101
|
}>;
|
|
2104
2102
|
}>>;
|
|
2105
2103
|
readonly timestamp: Type.TInteger;
|
|
2104
|
+
readonly status: Type.TLiteral<"error">;
|
|
2105
|
+
readonly isError: Type.TLiteral<true>;
|
|
2106
2106
|
}>]>]>>;
|
|
2107
2107
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
2108
2108
|
readonly id: Type.TString;
|
|
@@ -2150,7 +2150,6 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2150
2150
|
}>]>>;
|
|
2151
2151
|
readonly timestamp: Type.TInteger;
|
|
2152
2152
|
}>, Type.TUnion<[Type.TObject<{
|
|
2153
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
2154
2153
|
readonly id: Type.TString;
|
|
2155
2154
|
readonly role: Type.TLiteral<"assistant">;
|
|
2156
2155
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2187,9 +2186,8 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2187
2186
|
}>;
|
|
2188
2187
|
}>>;
|
|
2189
2188
|
readonly timestamp: Type.TInteger;
|
|
2189
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
2190
2190
|
}>, Type.TObject<{
|
|
2191
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2192
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
2193
2191
|
readonly id: Type.TString;
|
|
2194
2192
|
readonly role: Type.TLiteral<"assistant">;
|
|
2195
2193
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2226,10 +2224,9 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2226
2224
|
}>;
|
|
2227
2225
|
}>>;
|
|
2228
2226
|
readonly timestamp: Type.TInteger;
|
|
2227
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2228
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
2229
2229
|
}>, Type.TObject<{
|
|
2230
|
-
readonly status: Type.TLiteral<"error">;
|
|
2231
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
2232
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2233
2230
|
readonly id: Type.TString;
|
|
2234
2231
|
readonly role: Type.TLiteral<"assistant">;
|
|
2235
2232
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2266,10 +2263,10 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2266
2263
|
}>;
|
|
2267
2264
|
}>>;
|
|
2268
2265
|
readonly timestamp: Type.TInteger;
|
|
2269
|
-
|
|
2270
|
-
readonly
|
|
2271
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2266
|
+
readonly status: Type.TLiteral<"error">;
|
|
2267
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
2272
2268
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2269
|
+
}>, Type.TObject<{
|
|
2273
2270
|
readonly id: Type.TString;
|
|
2274
2271
|
readonly role: Type.TLiteral<"assistant">;
|
|
2275
2272
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2306,9 +2303,10 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2306
2303
|
}>;
|
|
2307
2304
|
}>>;
|
|
2308
2305
|
readonly timestamp: Type.TInteger;
|
|
2306
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
2307
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2308
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2309
2309
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
2310
|
-
readonly status: Type.TLiteral<"running">;
|
|
2311
|
-
readonly isError: Type.TLiteral<false>;
|
|
2312
2310
|
readonly id: Type.TString;
|
|
2313
2311
|
readonly role: Type.TLiteral<"tool">;
|
|
2314
2312
|
readonly toolCallId: Type.TString;
|
|
@@ -2339,9 +2337,9 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2339
2337
|
}>;
|
|
2340
2338
|
}>>;
|
|
2341
2339
|
readonly timestamp: Type.TInteger;
|
|
2342
|
-
|
|
2343
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2340
|
+
readonly status: Type.TLiteral<"running">;
|
|
2344
2341
|
readonly isError: Type.TLiteral<false>;
|
|
2342
|
+
}>, Type.TObject<{
|
|
2345
2343
|
readonly id: Type.TString;
|
|
2346
2344
|
readonly role: Type.TLiteral<"tool">;
|
|
2347
2345
|
readonly toolCallId: Type.TString;
|
|
@@ -2372,9 +2370,9 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2372
2370
|
}>;
|
|
2373
2371
|
}>>;
|
|
2374
2372
|
readonly timestamp: Type.TInteger;
|
|
2373
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2374
|
+
readonly isError: Type.TLiteral<false>;
|
|
2375
2375
|
}>, Type.TObject<{
|
|
2376
|
-
readonly status: Type.TLiteral<"error">;
|
|
2377
|
-
readonly isError: Type.TLiteral<true>;
|
|
2378
2376
|
readonly id: Type.TString;
|
|
2379
2377
|
readonly role: Type.TLiteral<"tool">;
|
|
2380
2378
|
readonly toolCallId: Type.TString;
|
|
@@ -2405,6 +2403,8 @@ export declare const AttachResultSchema: Type.TObject<{
|
|
|
2405
2403
|
}>;
|
|
2406
2404
|
}>>;
|
|
2407
2405
|
readonly timestamp: Type.TInteger;
|
|
2406
|
+
readonly status: Type.TLiteral<"error">;
|
|
2407
|
+
readonly isError: Type.TLiteral<true>;
|
|
2408
2408
|
}>]>]>>;
|
|
2409
2409
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
2410
2410
|
readonly id: Type.TString;
|
|
@@ -2452,7 +2452,6 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2452
2452
|
}>]>>;
|
|
2453
2453
|
readonly timestamp: Type.TInteger;
|
|
2454
2454
|
}>, Type.TUnion<[Type.TObject<{
|
|
2455
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
2456
2455
|
readonly id: Type.TString;
|
|
2457
2456
|
readonly role: Type.TLiteral<"assistant">;
|
|
2458
2457
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2489,9 +2488,8 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2489
2488
|
}>;
|
|
2490
2489
|
}>>;
|
|
2491
2490
|
readonly timestamp: Type.TInteger;
|
|
2491
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
2492
2492
|
}>, Type.TObject<{
|
|
2493
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2494
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
2495
2493
|
readonly id: Type.TString;
|
|
2496
2494
|
readonly role: Type.TLiteral<"assistant">;
|
|
2497
2495
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2528,10 +2526,9 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2528
2526
|
}>;
|
|
2529
2527
|
}>>;
|
|
2530
2528
|
readonly timestamp: Type.TInteger;
|
|
2529
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2530
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
2531
2531
|
}>, Type.TObject<{
|
|
2532
|
-
readonly status: Type.TLiteral<"error">;
|
|
2533
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
2534
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2535
2532
|
readonly id: Type.TString;
|
|
2536
2533
|
readonly role: Type.TLiteral<"assistant">;
|
|
2537
2534
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2568,10 +2565,10 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2568
2565
|
}>;
|
|
2569
2566
|
}>>;
|
|
2570
2567
|
readonly timestamp: Type.TInteger;
|
|
2571
|
-
|
|
2572
|
-
readonly
|
|
2573
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2568
|
+
readonly status: Type.TLiteral<"error">;
|
|
2569
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
2574
2570
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2571
|
+
}>, Type.TObject<{
|
|
2575
2572
|
readonly id: Type.TString;
|
|
2576
2573
|
readonly role: Type.TLiteral<"assistant">;
|
|
2577
2574
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2608,9 +2605,10 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2608
2605
|
}>;
|
|
2609
2606
|
}>>;
|
|
2610
2607
|
readonly timestamp: Type.TInteger;
|
|
2608
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
2609
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2610
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2611
2611
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
2612
|
-
readonly status: Type.TLiteral<"running">;
|
|
2613
|
-
readonly isError: Type.TLiteral<false>;
|
|
2614
2612
|
readonly id: Type.TString;
|
|
2615
2613
|
readonly role: Type.TLiteral<"tool">;
|
|
2616
2614
|
readonly toolCallId: Type.TString;
|
|
@@ -2641,9 +2639,9 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2641
2639
|
}>;
|
|
2642
2640
|
}>>;
|
|
2643
2641
|
readonly timestamp: Type.TInteger;
|
|
2642
|
+
readonly status: Type.TLiteral<"running">;
|
|
2643
|
+
readonly isError: Type.TLiteral<false>;
|
|
2644
2644
|
}>, Type.TObject<{
|
|
2645
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2646
|
-
readonly isError: Type.TLiteral<false>;
|
|
2647
2645
|
readonly id: Type.TString;
|
|
2648
2646
|
readonly role: Type.TLiteral<"tool">;
|
|
2649
2647
|
readonly toolCallId: Type.TString;
|
|
@@ -2674,9 +2672,9 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2674
2672
|
}>;
|
|
2675
2673
|
}>>;
|
|
2676
2674
|
readonly timestamp: Type.TInteger;
|
|
2675
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2676
|
+
readonly isError: Type.TLiteral<false>;
|
|
2677
2677
|
}>, Type.TObject<{
|
|
2678
|
-
readonly status: Type.TLiteral<"error">;
|
|
2679
|
-
readonly isError: Type.TLiteral<true>;
|
|
2680
2678
|
readonly id: Type.TString;
|
|
2681
2679
|
readonly role: Type.TLiteral<"tool">;
|
|
2682
2680
|
readonly toolCallId: Type.TString;
|
|
@@ -2707,6 +2705,8 @@ export declare const PromptResultSchema: Type.TObject<{
|
|
|
2707
2705
|
}>;
|
|
2708
2706
|
}>>;
|
|
2709
2707
|
readonly timestamp: Type.TInteger;
|
|
2708
|
+
readonly status: Type.TLiteral<"error">;
|
|
2709
|
+
readonly isError: Type.TLiteral<true>;
|
|
2710
2710
|
}>]>]>>;
|
|
2711
2711
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
2712
2712
|
readonly id: Type.TString;
|
|
@@ -2754,7 +2754,6 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2754
2754
|
}>]>>;
|
|
2755
2755
|
readonly timestamp: Type.TInteger;
|
|
2756
2756
|
}>, Type.TUnion<[Type.TObject<{
|
|
2757
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
2758
2757
|
readonly id: Type.TString;
|
|
2759
2758
|
readonly role: Type.TLiteral<"assistant">;
|
|
2760
2759
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2791,9 +2790,8 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2791
2790
|
}>;
|
|
2792
2791
|
}>>;
|
|
2793
2792
|
readonly timestamp: Type.TInteger;
|
|
2793
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
2794
2794
|
}>, Type.TObject<{
|
|
2795
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2796
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
2797
2795
|
readonly id: Type.TString;
|
|
2798
2796
|
readonly role: Type.TLiteral<"assistant">;
|
|
2799
2797
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2830,10 +2828,9 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2830
2828
|
}>;
|
|
2831
2829
|
}>>;
|
|
2832
2830
|
readonly timestamp: Type.TInteger;
|
|
2831
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2832
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
2833
2833
|
}>, Type.TObject<{
|
|
2834
|
-
readonly status: Type.TLiteral<"error">;
|
|
2835
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
2836
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2837
2834
|
readonly id: Type.TString;
|
|
2838
2835
|
readonly role: Type.TLiteral<"assistant">;
|
|
2839
2836
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2870,10 +2867,10 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2870
2867
|
}>;
|
|
2871
2868
|
}>>;
|
|
2872
2869
|
readonly timestamp: Type.TInteger;
|
|
2873
|
-
|
|
2874
|
-
readonly
|
|
2875
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2870
|
+
readonly status: Type.TLiteral<"error">;
|
|
2871
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
2876
2872
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2873
|
+
}>, Type.TObject<{
|
|
2877
2874
|
readonly id: Type.TString;
|
|
2878
2875
|
readonly role: Type.TLiteral<"assistant">;
|
|
2879
2876
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -2910,9 +2907,10 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2910
2907
|
}>;
|
|
2911
2908
|
}>>;
|
|
2912
2909
|
readonly timestamp: Type.TInteger;
|
|
2910
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
2911
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
2912
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
2913
2913
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
2914
|
-
readonly status: Type.TLiteral<"running">;
|
|
2915
|
-
readonly isError: Type.TLiteral<false>;
|
|
2916
2914
|
readonly id: Type.TString;
|
|
2917
2915
|
readonly role: Type.TLiteral<"tool">;
|
|
2918
2916
|
readonly toolCallId: Type.TString;
|
|
@@ -2943,9 +2941,9 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2943
2941
|
}>;
|
|
2944
2942
|
}>>;
|
|
2945
2943
|
readonly timestamp: Type.TInteger;
|
|
2946
|
-
|
|
2947
|
-
readonly status: Type.TLiteral<"complete">;
|
|
2944
|
+
readonly status: Type.TLiteral<"running">;
|
|
2948
2945
|
readonly isError: Type.TLiteral<false>;
|
|
2946
|
+
}>, Type.TObject<{
|
|
2949
2947
|
readonly id: Type.TString;
|
|
2950
2948
|
readonly role: Type.TLiteral<"tool">;
|
|
2951
2949
|
readonly toolCallId: Type.TString;
|
|
@@ -2976,9 +2974,9 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
2976
2974
|
}>;
|
|
2977
2975
|
}>>;
|
|
2978
2976
|
readonly timestamp: Type.TInteger;
|
|
2977
|
+
readonly status: Type.TLiteral<"complete">;
|
|
2978
|
+
readonly isError: Type.TLiteral<false>;
|
|
2979
2979
|
}>, Type.TObject<{
|
|
2980
|
-
readonly status: Type.TLiteral<"error">;
|
|
2981
|
-
readonly isError: Type.TLiteral<true>;
|
|
2982
2980
|
readonly id: Type.TString;
|
|
2983
2981
|
readonly role: Type.TLiteral<"tool">;
|
|
2984
2982
|
readonly toolCallId: Type.TString;
|
|
@@ -3009,6 +3007,8 @@ export declare const SteerResultSchema: Type.TObject<{
|
|
|
3009
3007
|
}>;
|
|
3010
3008
|
}>>;
|
|
3011
3009
|
readonly timestamp: Type.TInteger;
|
|
3010
|
+
readonly status: Type.TLiteral<"error">;
|
|
3011
|
+
readonly isError: Type.TLiteral<true>;
|
|
3012
3012
|
}>]>]>>;
|
|
3013
3013
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
3014
3014
|
readonly id: Type.TString;
|
|
@@ -3056,7 +3056,6 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3056
3056
|
}>]>>;
|
|
3057
3057
|
readonly timestamp: Type.TInteger;
|
|
3058
3058
|
}>, Type.TUnion<[Type.TObject<{
|
|
3059
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
3060
3059
|
readonly id: Type.TString;
|
|
3061
3060
|
readonly role: Type.TLiteral<"assistant">;
|
|
3062
3061
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3093,9 +3092,8 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3093
3092
|
}>;
|
|
3094
3093
|
}>>;
|
|
3095
3094
|
readonly timestamp: Type.TInteger;
|
|
3095
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
3096
3096
|
}>, Type.TObject<{
|
|
3097
|
-
readonly status: Type.TLiteral<"complete">;
|
|
3098
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
3099
3097
|
readonly id: Type.TString;
|
|
3100
3098
|
readonly role: Type.TLiteral<"assistant">;
|
|
3101
3099
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3132,10 +3130,9 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3132
3130
|
}>;
|
|
3133
3131
|
}>>;
|
|
3134
3132
|
readonly timestamp: Type.TInteger;
|
|
3133
|
+
readonly status: Type.TLiteral<"complete">;
|
|
3134
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
3135
3135
|
}>, Type.TObject<{
|
|
3136
|
-
readonly status: Type.TLiteral<"error">;
|
|
3137
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
3138
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3139
3136
|
readonly id: Type.TString;
|
|
3140
3137
|
readonly role: Type.TLiteral<"assistant">;
|
|
3141
3138
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3172,10 +3169,10 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3172
3169
|
}>;
|
|
3173
3170
|
}>>;
|
|
3174
3171
|
readonly timestamp: Type.TInteger;
|
|
3175
|
-
|
|
3176
|
-
readonly
|
|
3177
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
3172
|
+
readonly status: Type.TLiteral<"error">;
|
|
3173
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
3178
3174
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3175
|
+
}>, Type.TObject<{
|
|
3179
3176
|
readonly id: Type.TString;
|
|
3180
3177
|
readonly role: Type.TLiteral<"assistant">;
|
|
3181
3178
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3212,9 +3209,10 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3212
3209
|
}>;
|
|
3213
3210
|
}>>;
|
|
3214
3211
|
readonly timestamp: Type.TInteger;
|
|
3212
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
3213
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
3214
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3215
3215
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
3216
|
-
readonly status: Type.TLiteral<"running">;
|
|
3217
|
-
readonly isError: Type.TLiteral<false>;
|
|
3218
3216
|
readonly id: Type.TString;
|
|
3219
3217
|
readonly role: Type.TLiteral<"tool">;
|
|
3220
3218
|
readonly toolCallId: Type.TString;
|
|
@@ -3245,9 +3243,9 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3245
3243
|
}>;
|
|
3246
3244
|
}>>;
|
|
3247
3245
|
readonly timestamp: Type.TInteger;
|
|
3248
|
-
|
|
3249
|
-
readonly status: Type.TLiteral<"complete">;
|
|
3246
|
+
readonly status: Type.TLiteral<"running">;
|
|
3250
3247
|
readonly isError: Type.TLiteral<false>;
|
|
3248
|
+
}>, Type.TObject<{
|
|
3251
3249
|
readonly id: Type.TString;
|
|
3252
3250
|
readonly role: Type.TLiteral<"tool">;
|
|
3253
3251
|
readonly toolCallId: Type.TString;
|
|
@@ -3278,9 +3276,9 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3278
3276
|
}>;
|
|
3279
3277
|
}>>;
|
|
3280
3278
|
readonly timestamp: Type.TInteger;
|
|
3279
|
+
readonly status: Type.TLiteral<"complete">;
|
|
3280
|
+
readonly isError: Type.TLiteral<false>;
|
|
3281
3281
|
}>, Type.TObject<{
|
|
3282
|
-
readonly status: Type.TLiteral<"error">;
|
|
3283
|
-
readonly isError: Type.TLiteral<true>;
|
|
3284
3282
|
readonly id: Type.TString;
|
|
3285
3283
|
readonly role: Type.TLiteral<"tool">;
|
|
3286
3284
|
readonly toolCallId: Type.TString;
|
|
@@ -3311,6 +3309,8 @@ export declare const AbortResultSchema: Type.TObject<{
|
|
|
3311
3309
|
}>;
|
|
3312
3310
|
}>>;
|
|
3313
3311
|
readonly timestamp: Type.TInteger;
|
|
3312
|
+
readonly status: Type.TLiteral<"error">;
|
|
3313
|
+
readonly isError: Type.TLiteral<true>;
|
|
3314
3314
|
}>]>]>>;
|
|
3315
3315
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
3316
3316
|
readonly id: Type.TString;
|
|
@@ -3358,7 +3358,6 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3358
3358
|
}>]>>;
|
|
3359
3359
|
readonly timestamp: Type.TInteger;
|
|
3360
3360
|
}>, Type.TUnion<[Type.TObject<{
|
|
3361
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
3362
3361
|
readonly id: Type.TString;
|
|
3363
3362
|
readonly role: Type.TLiteral<"assistant">;
|
|
3364
3363
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3395,9 +3394,8 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3395
3394
|
}>;
|
|
3396
3395
|
}>>;
|
|
3397
3396
|
readonly timestamp: Type.TInteger;
|
|
3397
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
3398
3398
|
}>, Type.TObject<{
|
|
3399
|
-
readonly status: Type.TLiteral<"complete">;
|
|
3400
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
3401
3399
|
readonly id: Type.TString;
|
|
3402
3400
|
readonly role: Type.TLiteral<"assistant">;
|
|
3403
3401
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3434,10 +3432,9 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3434
3432
|
}>;
|
|
3435
3433
|
}>>;
|
|
3436
3434
|
readonly timestamp: Type.TInteger;
|
|
3435
|
+
readonly status: Type.TLiteral<"complete">;
|
|
3436
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
3437
3437
|
}>, Type.TObject<{
|
|
3438
|
-
readonly status: Type.TLiteral<"error">;
|
|
3439
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
3440
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3441
3438
|
readonly id: Type.TString;
|
|
3442
3439
|
readonly role: Type.TLiteral<"assistant">;
|
|
3443
3440
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3474,10 +3471,10 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3474
3471
|
}>;
|
|
3475
3472
|
}>>;
|
|
3476
3473
|
readonly timestamp: Type.TInteger;
|
|
3477
|
-
|
|
3478
|
-
readonly
|
|
3479
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
3474
|
+
readonly status: Type.TLiteral<"error">;
|
|
3475
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
3480
3476
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3477
|
+
}>, Type.TObject<{
|
|
3481
3478
|
readonly id: Type.TString;
|
|
3482
3479
|
readonly role: Type.TLiteral<"assistant">;
|
|
3483
3480
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3514,9 +3511,10 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3514
3511
|
}>;
|
|
3515
3512
|
}>>;
|
|
3516
3513
|
readonly timestamp: Type.TInteger;
|
|
3514
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
3515
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
3516
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3517
3517
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
3518
|
-
readonly status: Type.TLiteral<"running">;
|
|
3519
|
-
readonly isError: Type.TLiteral<false>;
|
|
3520
3518
|
readonly id: Type.TString;
|
|
3521
3519
|
readonly role: Type.TLiteral<"tool">;
|
|
3522
3520
|
readonly toolCallId: Type.TString;
|
|
@@ -3547,9 +3545,9 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3547
3545
|
}>;
|
|
3548
3546
|
}>>;
|
|
3549
3547
|
readonly timestamp: Type.TInteger;
|
|
3550
|
-
|
|
3551
|
-
readonly status: Type.TLiteral<"complete">;
|
|
3548
|
+
readonly status: Type.TLiteral<"running">;
|
|
3552
3549
|
readonly isError: Type.TLiteral<false>;
|
|
3550
|
+
}>, Type.TObject<{
|
|
3553
3551
|
readonly id: Type.TString;
|
|
3554
3552
|
readonly role: Type.TLiteral<"tool">;
|
|
3555
3553
|
readonly toolCallId: Type.TString;
|
|
@@ -3580,9 +3578,9 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3580
3578
|
}>;
|
|
3581
3579
|
}>>;
|
|
3582
3580
|
readonly timestamp: Type.TInteger;
|
|
3581
|
+
readonly status: Type.TLiteral<"complete">;
|
|
3582
|
+
readonly isError: Type.TLiteral<false>;
|
|
3583
3583
|
}>, Type.TObject<{
|
|
3584
|
-
readonly status: Type.TLiteral<"error">;
|
|
3585
|
-
readonly isError: Type.TLiteral<true>;
|
|
3586
3584
|
readonly id: Type.TString;
|
|
3587
3585
|
readonly role: Type.TLiteral<"tool">;
|
|
3588
3586
|
readonly toolCallId: Type.TString;
|
|
@@ -3613,6 +3611,8 @@ export declare const SetModelResultSchema: Type.TObject<{
|
|
|
3613
3611
|
}>;
|
|
3614
3612
|
}>>;
|
|
3615
3613
|
readonly timestamp: Type.TInteger;
|
|
3614
|
+
readonly status: Type.TLiteral<"error">;
|
|
3615
|
+
readonly isError: Type.TLiteral<true>;
|
|
3616
3616
|
}>]>]>>;
|
|
3617
3617
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
3618
3618
|
readonly id: Type.TString;
|
|
@@ -3660,7 +3660,6 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3660
3660
|
}>]>>;
|
|
3661
3661
|
readonly timestamp: Type.TInteger;
|
|
3662
3662
|
}>, Type.TUnion<[Type.TObject<{
|
|
3663
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
3664
3663
|
readonly id: Type.TString;
|
|
3665
3664
|
readonly role: Type.TLiteral<"assistant">;
|
|
3666
3665
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3697,9 +3696,8 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3697
3696
|
}>;
|
|
3698
3697
|
}>>;
|
|
3699
3698
|
readonly timestamp: Type.TInteger;
|
|
3699
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
3700
3700
|
}>, Type.TObject<{
|
|
3701
|
-
readonly status: Type.TLiteral<"complete">;
|
|
3702
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
3703
3701
|
readonly id: Type.TString;
|
|
3704
3702
|
readonly role: Type.TLiteral<"assistant">;
|
|
3705
3703
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3736,10 +3734,9 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3736
3734
|
}>;
|
|
3737
3735
|
}>>;
|
|
3738
3736
|
readonly timestamp: Type.TInteger;
|
|
3737
|
+
readonly status: Type.TLiteral<"complete">;
|
|
3738
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
3739
3739
|
}>, Type.TObject<{
|
|
3740
|
-
readonly status: Type.TLiteral<"error">;
|
|
3741
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
3742
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3743
3740
|
readonly id: Type.TString;
|
|
3744
3741
|
readonly role: Type.TLiteral<"assistant">;
|
|
3745
3742
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3776,10 +3773,10 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3776
3773
|
}>;
|
|
3777
3774
|
}>>;
|
|
3778
3775
|
readonly timestamp: Type.TInteger;
|
|
3779
|
-
|
|
3780
|
-
readonly
|
|
3781
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
3776
|
+
readonly status: Type.TLiteral<"error">;
|
|
3777
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
3782
3778
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3779
|
+
}>, Type.TObject<{
|
|
3783
3780
|
readonly id: Type.TString;
|
|
3784
3781
|
readonly role: Type.TLiteral<"assistant">;
|
|
3785
3782
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -3816,9 +3813,10 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3816
3813
|
}>;
|
|
3817
3814
|
}>>;
|
|
3818
3815
|
readonly timestamp: Type.TInteger;
|
|
3816
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
3817
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
3818
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
3819
3819
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
3820
|
-
readonly status: Type.TLiteral<"running">;
|
|
3821
|
-
readonly isError: Type.TLiteral<false>;
|
|
3822
3820
|
readonly id: Type.TString;
|
|
3823
3821
|
readonly role: Type.TLiteral<"tool">;
|
|
3824
3822
|
readonly toolCallId: Type.TString;
|
|
@@ -3849,9 +3847,9 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3849
3847
|
}>;
|
|
3850
3848
|
}>>;
|
|
3851
3849
|
readonly timestamp: Type.TInteger;
|
|
3852
|
-
|
|
3853
|
-
readonly status: Type.TLiteral<"complete">;
|
|
3850
|
+
readonly status: Type.TLiteral<"running">;
|
|
3854
3851
|
readonly isError: Type.TLiteral<false>;
|
|
3852
|
+
}>, Type.TObject<{
|
|
3855
3853
|
readonly id: Type.TString;
|
|
3856
3854
|
readonly role: Type.TLiteral<"tool">;
|
|
3857
3855
|
readonly toolCallId: Type.TString;
|
|
@@ -3882,9 +3880,9 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3882
3880
|
}>;
|
|
3883
3881
|
}>>;
|
|
3884
3882
|
readonly timestamp: Type.TInteger;
|
|
3883
|
+
readonly status: Type.TLiteral<"complete">;
|
|
3884
|
+
readonly isError: Type.TLiteral<false>;
|
|
3885
3885
|
}>, Type.TObject<{
|
|
3886
|
-
readonly status: Type.TLiteral<"error">;
|
|
3887
|
-
readonly isError: Type.TLiteral<true>;
|
|
3888
3886
|
readonly id: Type.TString;
|
|
3889
3887
|
readonly role: Type.TLiteral<"tool">;
|
|
3890
3888
|
readonly toolCallId: Type.TString;
|
|
@@ -3915,6 +3913,8 @@ export declare const SetThinkingResultSchema: Type.TObject<{
|
|
|
3915
3913
|
}>;
|
|
3916
3914
|
}>>;
|
|
3917
3915
|
readonly timestamp: Type.TInteger;
|
|
3916
|
+
readonly status: Type.TLiteral<"error">;
|
|
3917
|
+
readonly isError: Type.TLiteral<true>;
|
|
3918
3918
|
}>]>]>>;
|
|
3919
3919
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
3920
3920
|
readonly id: Type.TString;
|
|
@@ -3987,7 +3987,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
3987
3987
|
}>]>>;
|
|
3988
3988
|
readonly timestamp: Type.TInteger;
|
|
3989
3989
|
}>, Type.TUnion<[Type.TObject<{
|
|
3990
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
3991
3990
|
readonly id: Type.TString;
|
|
3992
3991
|
readonly role: Type.TLiteral<"assistant">;
|
|
3993
3992
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4024,9 +4023,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4024
4023
|
}>;
|
|
4025
4024
|
}>>;
|
|
4026
4025
|
readonly timestamp: Type.TInteger;
|
|
4026
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
4027
4027
|
}>, Type.TObject<{
|
|
4028
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4029
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4030
4028
|
readonly id: Type.TString;
|
|
4031
4029
|
readonly role: Type.TLiteral<"assistant">;
|
|
4032
4030
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4063,10 +4061,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4063
4061
|
}>;
|
|
4064
4062
|
}>>;
|
|
4065
4063
|
readonly timestamp: Type.TInteger;
|
|
4064
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4065
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4066
4066
|
}>, Type.TObject<{
|
|
4067
|
-
readonly status: Type.TLiteral<"error">;
|
|
4068
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
4069
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4070
4067
|
readonly id: Type.TString;
|
|
4071
4068
|
readonly role: Type.TLiteral<"assistant">;
|
|
4072
4069
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4103,10 +4100,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4103
4100
|
}>;
|
|
4104
4101
|
}>>;
|
|
4105
4102
|
readonly timestamp: Type.TInteger;
|
|
4106
|
-
|
|
4107
|
-
readonly
|
|
4108
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
4103
|
+
readonly status: Type.TLiteral<"error">;
|
|
4104
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
4109
4105
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4106
|
+
}>, Type.TObject<{
|
|
4110
4107
|
readonly id: Type.TString;
|
|
4111
4108
|
readonly role: Type.TLiteral<"assistant">;
|
|
4112
4109
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4143,9 +4140,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4143
4140
|
}>;
|
|
4144
4141
|
}>>;
|
|
4145
4142
|
readonly timestamp: Type.TInteger;
|
|
4143
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
4144
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
4145
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4146
4146
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
4147
|
-
readonly status: Type.TLiteral<"running">;
|
|
4148
|
-
readonly isError: Type.TLiteral<false>;
|
|
4149
4147
|
readonly id: Type.TString;
|
|
4150
4148
|
readonly role: Type.TLiteral<"tool">;
|
|
4151
4149
|
readonly toolCallId: Type.TString;
|
|
@@ -4176,9 +4174,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4176
4174
|
}>;
|
|
4177
4175
|
}>>;
|
|
4178
4176
|
readonly timestamp: Type.TInteger;
|
|
4179
|
-
|
|
4180
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4177
|
+
readonly status: Type.TLiteral<"running">;
|
|
4181
4178
|
readonly isError: Type.TLiteral<false>;
|
|
4179
|
+
}>, Type.TObject<{
|
|
4182
4180
|
readonly id: Type.TString;
|
|
4183
4181
|
readonly role: Type.TLiteral<"tool">;
|
|
4184
4182
|
readonly toolCallId: Type.TString;
|
|
@@ -4209,9 +4207,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4209
4207
|
}>;
|
|
4210
4208
|
}>>;
|
|
4211
4209
|
readonly timestamp: Type.TInteger;
|
|
4210
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4211
|
+
readonly isError: Type.TLiteral<false>;
|
|
4212
4212
|
}>, Type.TObject<{
|
|
4213
|
-
readonly status: Type.TLiteral<"error">;
|
|
4214
|
-
readonly isError: Type.TLiteral<true>;
|
|
4215
4213
|
readonly id: Type.TString;
|
|
4216
4214
|
readonly role: Type.TLiteral<"tool">;
|
|
4217
4215
|
readonly toolCallId: Type.TString;
|
|
@@ -4242,6 +4240,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4242
4240
|
}>;
|
|
4243
4241
|
}>>;
|
|
4244
4242
|
readonly timestamp: Type.TInteger;
|
|
4243
|
+
readonly status: Type.TLiteral<"error">;
|
|
4244
|
+
readonly isError: Type.TLiteral<true>;
|
|
4245
4245
|
}>]>]>>;
|
|
4246
4246
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
4247
4247
|
readonly id: Type.TString;
|
|
@@ -4288,7 +4288,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4288
4288
|
}>]>>;
|
|
4289
4289
|
readonly timestamp: Type.TInteger;
|
|
4290
4290
|
}>, Type.TUnion<[Type.TObject<{
|
|
4291
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
4292
4291
|
readonly id: Type.TString;
|
|
4293
4292
|
readonly role: Type.TLiteral<"assistant">;
|
|
4294
4293
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4325,9 +4324,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4325
4324
|
}>;
|
|
4326
4325
|
}>>;
|
|
4327
4326
|
readonly timestamp: Type.TInteger;
|
|
4327
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
4328
4328
|
}>, Type.TObject<{
|
|
4329
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4330
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4331
4329
|
readonly id: Type.TString;
|
|
4332
4330
|
readonly role: Type.TLiteral<"assistant">;
|
|
4333
4331
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4364,10 +4362,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4364
4362
|
}>;
|
|
4365
4363
|
}>>;
|
|
4366
4364
|
readonly timestamp: Type.TInteger;
|
|
4365
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4366
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4367
4367
|
}>, Type.TObject<{
|
|
4368
|
-
readonly status: Type.TLiteral<"error">;
|
|
4369
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
4370
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4371
4368
|
readonly id: Type.TString;
|
|
4372
4369
|
readonly role: Type.TLiteral<"assistant">;
|
|
4373
4370
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4404,10 +4401,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4404
4401
|
}>;
|
|
4405
4402
|
}>>;
|
|
4406
4403
|
readonly timestamp: Type.TInteger;
|
|
4407
|
-
|
|
4408
|
-
readonly
|
|
4409
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
4404
|
+
readonly status: Type.TLiteral<"error">;
|
|
4405
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
4410
4406
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4407
|
+
}>, Type.TObject<{
|
|
4411
4408
|
readonly id: Type.TString;
|
|
4412
4409
|
readonly role: Type.TLiteral<"assistant">;
|
|
4413
4410
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4444,9 +4441,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4444
4441
|
}>;
|
|
4445
4442
|
}>>;
|
|
4446
4443
|
readonly timestamp: Type.TInteger;
|
|
4444
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
4445
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
4446
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4447
4447
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
4448
|
-
readonly status: Type.TLiteral<"running">;
|
|
4449
|
-
readonly isError: Type.TLiteral<false>;
|
|
4450
4448
|
readonly id: Type.TString;
|
|
4451
4449
|
readonly role: Type.TLiteral<"tool">;
|
|
4452
4450
|
readonly toolCallId: Type.TString;
|
|
@@ -4477,9 +4475,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4477
4475
|
}>;
|
|
4478
4476
|
}>>;
|
|
4479
4477
|
readonly timestamp: Type.TInteger;
|
|
4480
|
-
|
|
4481
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4478
|
+
readonly status: Type.TLiteral<"running">;
|
|
4482
4479
|
readonly isError: Type.TLiteral<false>;
|
|
4480
|
+
}>, Type.TObject<{
|
|
4483
4481
|
readonly id: Type.TString;
|
|
4484
4482
|
readonly role: Type.TLiteral<"tool">;
|
|
4485
4483
|
readonly toolCallId: Type.TString;
|
|
@@ -4510,9 +4508,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4510
4508
|
}>;
|
|
4511
4509
|
}>>;
|
|
4512
4510
|
readonly timestamp: Type.TInteger;
|
|
4511
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4512
|
+
readonly isError: Type.TLiteral<false>;
|
|
4513
4513
|
}>, Type.TObject<{
|
|
4514
|
-
readonly status: Type.TLiteral<"error">;
|
|
4515
|
-
readonly isError: Type.TLiteral<true>;
|
|
4516
4514
|
readonly id: Type.TString;
|
|
4517
4515
|
readonly role: Type.TLiteral<"tool">;
|
|
4518
4516
|
readonly toolCallId: Type.TString;
|
|
@@ -4543,6 +4541,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4543
4541
|
}>;
|
|
4544
4542
|
}>>;
|
|
4545
4543
|
readonly timestamp: Type.TInteger;
|
|
4544
|
+
readonly status: Type.TLiteral<"error">;
|
|
4545
|
+
readonly isError: Type.TLiteral<true>;
|
|
4546
4546
|
}>]>]>>;
|
|
4547
4547
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
4548
4548
|
readonly id: Type.TString;
|
|
@@ -4592,7 +4592,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4592
4592
|
}>]>>;
|
|
4593
4593
|
readonly timestamp: Type.TInteger;
|
|
4594
4594
|
}>, Type.TUnion<[Type.TObject<{
|
|
4595
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
4596
4595
|
readonly id: Type.TString;
|
|
4597
4596
|
readonly role: Type.TLiteral<"assistant">;
|
|
4598
4597
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4629,9 +4628,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4629
4628
|
}>;
|
|
4630
4629
|
}>>;
|
|
4631
4630
|
readonly timestamp: Type.TInteger;
|
|
4631
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
4632
4632
|
}>, Type.TObject<{
|
|
4633
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4634
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4635
4633
|
readonly id: Type.TString;
|
|
4636
4634
|
readonly role: Type.TLiteral<"assistant">;
|
|
4637
4635
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4668,10 +4666,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4668
4666
|
}>;
|
|
4669
4667
|
}>>;
|
|
4670
4668
|
readonly timestamp: Type.TInteger;
|
|
4669
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4670
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4671
4671
|
}>, Type.TObject<{
|
|
4672
|
-
readonly status: Type.TLiteral<"error">;
|
|
4673
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
4674
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4675
4672
|
readonly id: Type.TString;
|
|
4676
4673
|
readonly role: Type.TLiteral<"assistant">;
|
|
4677
4674
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4708,10 +4705,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4708
4705
|
}>;
|
|
4709
4706
|
}>>;
|
|
4710
4707
|
readonly timestamp: Type.TInteger;
|
|
4711
|
-
|
|
4712
|
-
readonly
|
|
4713
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
4708
|
+
readonly status: Type.TLiteral<"error">;
|
|
4709
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
4714
4710
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4711
|
+
}>, Type.TObject<{
|
|
4715
4712
|
readonly id: Type.TString;
|
|
4716
4713
|
readonly role: Type.TLiteral<"assistant">;
|
|
4717
4714
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4748,9 +4745,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4748
4745
|
}>;
|
|
4749
4746
|
}>>;
|
|
4750
4747
|
readonly timestamp: Type.TInteger;
|
|
4748
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
4749
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
4750
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4751
4751
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
4752
|
-
readonly status: Type.TLiteral<"running">;
|
|
4753
|
-
readonly isError: Type.TLiteral<false>;
|
|
4754
4752
|
readonly id: Type.TString;
|
|
4755
4753
|
readonly role: Type.TLiteral<"tool">;
|
|
4756
4754
|
readonly toolCallId: Type.TString;
|
|
@@ -4781,9 +4779,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4781
4779
|
}>;
|
|
4782
4780
|
}>>;
|
|
4783
4781
|
readonly timestamp: Type.TInteger;
|
|
4784
|
-
|
|
4785
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4782
|
+
readonly status: Type.TLiteral<"running">;
|
|
4786
4783
|
readonly isError: Type.TLiteral<false>;
|
|
4784
|
+
}>, Type.TObject<{
|
|
4787
4785
|
readonly id: Type.TString;
|
|
4788
4786
|
readonly role: Type.TLiteral<"tool">;
|
|
4789
4787
|
readonly toolCallId: Type.TString;
|
|
@@ -4814,9 +4812,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4814
4812
|
}>;
|
|
4815
4813
|
}>>;
|
|
4816
4814
|
readonly timestamp: Type.TInteger;
|
|
4815
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4816
|
+
readonly isError: Type.TLiteral<false>;
|
|
4817
4817
|
}>, Type.TObject<{
|
|
4818
|
-
readonly status: Type.TLiteral<"error">;
|
|
4819
|
-
readonly isError: Type.TLiteral<true>;
|
|
4820
4818
|
readonly id: Type.TString;
|
|
4821
4819
|
readonly role: Type.TLiteral<"tool">;
|
|
4822
4820
|
readonly toolCallId: Type.TString;
|
|
@@ -4847,6 +4845,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4847
4845
|
}>;
|
|
4848
4846
|
}>>;
|
|
4849
4847
|
readonly timestamp: Type.TInteger;
|
|
4848
|
+
readonly status: Type.TLiteral<"error">;
|
|
4849
|
+
readonly isError: Type.TLiteral<true>;
|
|
4850
4850
|
}>]>]>>;
|
|
4851
4851
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
4852
4852
|
readonly id: Type.TString;
|
|
@@ -4893,7 +4893,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4893
4893
|
}>]>>;
|
|
4894
4894
|
readonly timestamp: Type.TInteger;
|
|
4895
4895
|
}>, Type.TUnion<[Type.TObject<{
|
|
4896
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
4897
4896
|
readonly id: Type.TString;
|
|
4898
4897
|
readonly role: Type.TLiteral<"assistant">;
|
|
4899
4898
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4930,9 +4929,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4930
4929
|
}>;
|
|
4931
4930
|
}>>;
|
|
4932
4931
|
readonly timestamp: Type.TInteger;
|
|
4932
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
4933
4933
|
}>, Type.TObject<{
|
|
4934
|
-
readonly status: Type.TLiteral<"complete">;
|
|
4935
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4936
4934
|
readonly id: Type.TString;
|
|
4937
4935
|
readonly role: Type.TLiteral<"assistant">;
|
|
4938
4936
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -4969,10 +4967,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
4969
4967
|
}>;
|
|
4970
4968
|
}>>;
|
|
4971
4969
|
readonly timestamp: Type.TInteger;
|
|
4970
|
+
readonly status: Type.TLiteral<"complete">;
|
|
4971
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
4972
4972
|
}>, Type.TObject<{
|
|
4973
|
-
readonly status: Type.TLiteral<"error">;
|
|
4974
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
4975
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
4976
4973
|
readonly id: Type.TString;
|
|
4977
4974
|
readonly role: Type.TLiteral<"assistant">;
|
|
4978
4975
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5009,10 +5006,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5009
5006
|
}>;
|
|
5010
5007
|
}>>;
|
|
5011
5008
|
readonly timestamp: Type.TInteger;
|
|
5012
|
-
|
|
5013
|
-
readonly
|
|
5014
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5009
|
+
readonly status: Type.TLiteral<"error">;
|
|
5010
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
5015
5011
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5012
|
+
}>, Type.TObject<{
|
|
5016
5013
|
readonly id: Type.TString;
|
|
5017
5014
|
readonly role: Type.TLiteral<"assistant">;
|
|
5018
5015
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5049,9 +5046,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5049
5046
|
}>;
|
|
5050
5047
|
}>>;
|
|
5051
5048
|
readonly timestamp: Type.TInteger;
|
|
5049
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
5050
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5051
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5052
5052
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
5053
|
-
readonly status: Type.TLiteral<"running">;
|
|
5054
|
-
readonly isError: Type.TLiteral<false>;
|
|
5055
5053
|
readonly id: Type.TString;
|
|
5056
5054
|
readonly role: Type.TLiteral<"tool">;
|
|
5057
5055
|
readonly toolCallId: Type.TString;
|
|
@@ -5082,9 +5080,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5082
5080
|
}>;
|
|
5083
5081
|
}>>;
|
|
5084
5082
|
readonly timestamp: Type.TInteger;
|
|
5085
|
-
|
|
5086
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5083
|
+
readonly status: Type.TLiteral<"running">;
|
|
5087
5084
|
readonly isError: Type.TLiteral<false>;
|
|
5085
|
+
}>, Type.TObject<{
|
|
5088
5086
|
readonly id: Type.TString;
|
|
5089
5087
|
readonly role: Type.TLiteral<"tool">;
|
|
5090
5088
|
readonly toolCallId: Type.TString;
|
|
@@ -5115,9 +5113,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5115
5113
|
}>;
|
|
5116
5114
|
}>>;
|
|
5117
5115
|
readonly timestamp: Type.TInteger;
|
|
5116
|
+
readonly status: Type.TLiteral<"complete">;
|
|
5117
|
+
readonly isError: Type.TLiteral<false>;
|
|
5118
5118
|
}>, Type.TObject<{
|
|
5119
|
-
readonly status: Type.TLiteral<"error">;
|
|
5120
|
-
readonly isError: Type.TLiteral<true>;
|
|
5121
5119
|
readonly id: Type.TString;
|
|
5122
5120
|
readonly role: Type.TLiteral<"tool">;
|
|
5123
5121
|
readonly toolCallId: Type.TString;
|
|
@@ -5148,6 +5146,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5148
5146
|
}>;
|
|
5149
5147
|
}>>;
|
|
5150
5148
|
readonly timestamp: Type.TInteger;
|
|
5149
|
+
readonly status: Type.TLiteral<"error">;
|
|
5150
|
+
readonly isError: Type.TLiteral<true>;
|
|
5151
5151
|
}>]>]>>;
|
|
5152
5152
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
5153
5153
|
readonly id: Type.TString;
|
|
@@ -5194,7 +5194,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5194
5194
|
}>]>>;
|
|
5195
5195
|
readonly timestamp: Type.TInteger;
|
|
5196
5196
|
}>, Type.TUnion<[Type.TObject<{
|
|
5197
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
5198
5197
|
readonly id: Type.TString;
|
|
5199
5198
|
readonly role: Type.TLiteral<"assistant">;
|
|
5200
5199
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5231,9 +5230,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5231
5230
|
}>;
|
|
5232
5231
|
}>>;
|
|
5233
5232
|
readonly timestamp: Type.TInteger;
|
|
5233
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
5234
5234
|
}>, Type.TObject<{
|
|
5235
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5236
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
5237
5235
|
readonly id: Type.TString;
|
|
5238
5236
|
readonly role: Type.TLiteral<"assistant">;
|
|
5239
5237
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5270,10 +5268,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5270
5268
|
}>;
|
|
5271
5269
|
}>>;
|
|
5272
5270
|
readonly timestamp: Type.TInteger;
|
|
5271
|
+
readonly status: Type.TLiteral<"complete">;
|
|
5272
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
5273
5273
|
}>, Type.TObject<{
|
|
5274
|
-
readonly status: Type.TLiteral<"error">;
|
|
5275
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
5276
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5277
5274
|
readonly id: Type.TString;
|
|
5278
5275
|
readonly role: Type.TLiteral<"assistant">;
|
|
5279
5276
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5310,10 +5307,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5310
5307
|
}>;
|
|
5311
5308
|
}>>;
|
|
5312
5309
|
readonly timestamp: Type.TInteger;
|
|
5313
|
-
|
|
5314
|
-
readonly
|
|
5315
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5310
|
+
readonly status: Type.TLiteral<"error">;
|
|
5311
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
5316
5312
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5313
|
+
}>, Type.TObject<{
|
|
5317
5314
|
readonly id: Type.TString;
|
|
5318
5315
|
readonly role: Type.TLiteral<"assistant">;
|
|
5319
5316
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5350,9 +5347,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5350
5347
|
}>;
|
|
5351
5348
|
}>>;
|
|
5352
5349
|
readonly timestamp: Type.TInteger;
|
|
5350
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
5351
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5352
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5353
5353
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
5354
|
-
readonly status: Type.TLiteral<"running">;
|
|
5355
|
-
readonly isError: Type.TLiteral<false>;
|
|
5356
5354
|
readonly id: Type.TString;
|
|
5357
5355
|
readonly role: Type.TLiteral<"tool">;
|
|
5358
5356
|
readonly toolCallId: Type.TString;
|
|
@@ -5383,9 +5381,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5383
5381
|
}>;
|
|
5384
5382
|
}>>;
|
|
5385
5383
|
readonly timestamp: Type.TInteger;
|
|
5386
|
-
|
|
5387
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5384
|
+
readonly status: Type.TLiteral<"running">;
|
|
5388
5385
|
readonly isError: Type.TLiteral<false>;
|
|
5386
|
+
}>, Type.TObject<{
|
|
5389
5387
|
readonly id: Type.TString;
|
|
5390
5388
|
readonly role: Type.TLiteral<"tool">;
|
|
5391
5389
|
readonly toolCallId: Type.TString;
|
|
@@ -5416,9 +5414,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5416
5414
|
}>;
|
|
5417
5415
|
}>>;
|
|
5418
5416
|
readonly timestamp: Type.TInteger;
|
|
5417
|
+
readonly status: Type.TLiteral<"complete">;
|
|
5418
|
+
readonly isError: Type.TLiteral<false>;
|
|
5419
5419
|
}>, Type.TObject<{
|
|
5420
|
-
readonly status: Type.TLiteral<"error">;
|
|
5421
|
-
readonly isError: Type.TLiteral<true>;
|
|
5422
5420
|
readonly id: Type.TString;
|
|
5423
5421
|
readonly role: Type.TLiteral<"tool">;
|
|
5424
5422
|
readonly toolCallId: Type.TString;
|
|
@@ -5449,6 +5447,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5449
5447
|
}>;
|
|
5450
5448
|
}>>;
|
|
5451
5449
|
readonly timestamp: Type.TInteger;
|
|
5450
|
+
readonly status: Type.TLiteral<"error">;
|
|
5451
|
+
readonly isError: Type.TLiteral<true>;
|
|
5452
5452
|
}>]>]>>;
|
|
5453
5453
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
5454
5454
|
readonly id: Type.TString;
|
|
@@ -5495,7 +5495,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5495
5495
|
}>]>>;
|
|
5496
5496
|
readonly timestamp: Type.TInteger;
|
|
5497
5497
|
}>, Type.TUnion<[Type.TObject<{
|
|
5498
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
5499
5498
|
readonly id: Type.TString;
|
|
5500
5499
|
readonly role: Type.TLiteral<"assistant">;
|
|
5501
5500
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5532,9 +5531,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5532
5531
|
}>;
|
|
5533
5532
|
}>>;
|
|
5534
5533
|
readonly timestamp: Type.TInteger;
|
|
5534
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
5535
5535
|
}>, Type.TObject<{
|
|
5536
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5537
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
5538
5536
|
readonly id: Type.TString;
|
|
5539
5537
|
readonly role: Type.TLiteral<"assistant">;
|
|
5540
5538
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5571,10 +5569,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5571
5569
|
}>;
|
|
5572
5570
|
}>>;
|
|
5573
5571
|
readonly timestamp: Type.TInteger;
|
|
5572
|
+
readonly status: Type.TLiteral<"complete">;
|
|
5573
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
5574
5574
|
}>, Type.TObject<{
|
|
5575
|
-
readonly status: Type.TLiteral<"error">;
|
|
5576
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
5577
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5578
5575
|
readonly id: Type.TString;
|
|
5579
5576
|
readonly role: Type.TLiteral<"assistant">;
|
|
5580
5577
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5611,10 +5608,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5611
5608
|
}>;
|
|
5612
5609
|
}>>;
|
|
5613
5610
|
readonly timestamp: Type.TInteger;
|
|
5614
|
-
|
|
5615
|
-
readonly
|
|
5616
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5611
|
+
readonly status: Type.TLiteral<"error">;
|
|
5612
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
5617
5613
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5614
|
+
}>, Type.TObject<{
|
|
5618
5615
|
readonly id: Type.TString;
|
|
5619
5616
|
readonly role: Type.TLiteral<"assistant">;
|
|
5620
5617
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5651,9 +5648,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5651
5648
|
}>;
|
|
5652
5649
|
}>>;
|
|
5653
5650
|
readonly timestamp: Type.TInteger;
|
|
5651
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
5652
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5653
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5654
5654
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
5655
|
-
readonly status: Type.TLiteral<"running">;
|
|
5656
|
-
readonly isError: Type.TLiteral<false>;
|
|
5657
5655
|
readonly id: Type.TString;
|
|
5658
5656
|
readonly role: Type.TLiteral<"tool">;
|
|
5659
5657
|
readonly toolCallId: Type.TString;
|
|
@@ -5684,9 +5682,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5684
5682
|
}>;
|
|
5685
5683
|
}>>;
|
|
5686
5684
|
readonly timestamp: Type.TInteger;
|
|
5687
|
-
|
|
5688
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5685
|
+
readonly status: Type.TLiteral<"running">;
|
|
5689
5686
|
readonly isError: Type.TLiteral<false>;
|
|
5687
|
+
}>, Type.TObject<{
|
|
5690
5688
|
readonly id: Type.TString;
|
|
5691
5689
|
readonly role: Type.TLiteral<"tool">;
|
|
5692
5690
|
readonly toolCallId: Type.TString;
|
|
@@ -5717,9 +5715,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5717
5715
|
}>;
|
|
5718
5716
|
}>>;
|
|
5719
5717
|
readonly timestamp: Type.TInteger;
|
|
5718
|
+
readonly status: Type.TLiteral<"complete">;
|
|
5719
|
+
readonly isError: Type.TLiteral<false>;
|
|
5720
5720
|
}>, Type.TObject<{
|
|
5721
|
-
readonly status: Type.TLiteral<"error">;
|
|
5722
|
-
readonly isError: Type.TLiteral<true>;
|
|
5723
5721
|
readonly id: Type.TString;
|
|
5724
5722
|
readonly role: Type.TLiteral<"tool">;
|
|
5725
5723
|
readonly toolCallId: Type.TString;
|
|
@@ -5750,6 +5748,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5750
5748
|
}>;
|
|
5751
5749
|
}>>;
|
|
5752
5750
|
readonly timestamp: Type.TInteger;
|
|
5751
|
+
readonly status: Type.TLiteral<"error">;
|
|
5752
|
+
readonly isError: Type.TLiteral<true>;
|
|
5753
5753
|
}>]>]>>;
|
|
5754
5754
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
5755
5755
|
readonly id: Type.TString;
|
|
@@ -5796,7 +5796,6 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5796
5796
|
}>]>>;
|
|
5797
5797
|
readonly timestamp: Type.TInteger;
|
|
5798
5798
|
}>, Type.TUnion<[Type.TObject<{
|
|
5799
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
5800
5799
|
readonly id: Type.TString;
|
|
5801
5800
|
readonly role: Type.TLiteral<"assistant">;
|
|
5802
5801
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5833,9 +5832,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5833
5832
|
}>;
|
|
5834
5833
|
}>>;
|
|
5835
5834
|
readonly timestamp: Type.TInteger;
|
|
5835
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
5836
5836
|
}>, Type.TObject<{
|
|
5837
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5838
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
5839
5837
|
readonly id: Type.TString;
|
|
5840
5838
|
readonly role: Type.TLiteral<"assistant">;
|
|
5841
5839
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5872,10 +5870,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5872
5870
|
}>;
|
|
5873
5871
|
}>>;
|
|
5874
5872
|
readonly timestamp: Type.TInteger;
|
|
5873
|
+
readonly status: Type.TLiteral<"complete">;
|
|
5874
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
5875
5875
|
}>, Type.TObject<{
|
|
5876
|
-
readonly status: Type.TLiteral<"error">;
|
|
5877
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
5878
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5879
5876
|
readonly id: Type.TString;
|
|
5880
5877
|
readonly role: Type.TLiteral<"assistant">;
|
|
5881
5878
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5912,10 +5909,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5912
5909
|
}>;
|
|
5913
5910
|
}>>;
|
|
5914
5911
|
readonly timestamp: Type.TInteger;
|
|
5915
|
-
|
|
5916
|
-
readonly
|
|
5917
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5912
|
+
readonly status: Type.TLiteral<"error">;
|
|
5913
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
5918
5914
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5915
|
+
}>, Type.TObject<{
|
|
5919
5916
|
readonly id: Type.TString;
|
|
5920
5917
|
readonly role: Type.TLiteral<"assistant">;
|
|
5921
5918
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -5952,9 +5949,10 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5952
5949
|
}>;
|
|
5953
5950
|
}>>;
|
|
5954
5951
|
readonly timestamp: Type.TInteger;
|
|
5952
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
5953
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
5954
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
5955
5955
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
5956
|
-
readonly status: Type.TLiteral<"running">;
|
|
5957
|
-
readonly isError: Type.TLiteral<false>;
|
|
5958
5956
|
readonly id: Type.TString;
|
|
5959
5957
|
readonly role: Type.TLiteral<"tool">;
|
|
5960
5958
|
readonly toolCallId: Type.TString;
|
|
@@ -5985,9 +5983,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
5985
5983
|
}>;
|
|
5986
5984
|
}>>;
|
|
5987
5985
|
readonly timestamp: Type.TInteger;
|
|
5988
|
-
|
|
5989
|
-
readonly status: Type.TLiteral<"complete">;
|
|
5986
|
+
readonly status: Type.TLiteral<"running">;
|
|
5990
5987
|
readonly isError: Type.TLiteral<false>;
|
|
5988
|
+
}>, Type.TObject<{
|
|
5991
5989
|
readonly id: Type.TString;
|
|
5992
5990
|
readonly role: Type.TLiteral<"tool">;
|
|
5993
5991
|
readonly toolCallId: Type.TString;
|
|
@@ -6018,9 +6016,9 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
6018
6016
|
}>;
|
|
6019
6017
|
}>>;
|
|
6020
6018
|
readonly timestamp: Type.TInteger;
|
|
6019
|
+
readonly status: Type.TLiteral<"complete">;
|
|
6020
|
+
readonly isError: Type.TLiteral<false>;
|
|
6021
6021
|
}>, Type.TObject<{
|
|
6022
|
-
readonly status: Type.TLiteral<"error">;
|
|
6023
|
-
readonly isError: Type.TLiteral<true>;
|
|
6024
6022
|
readonly id: Type.TString;
|
|
6025
6023
|
readonly role: Type.TLiteral<"tool">;
|
|
6026
6024
|
readonly toolCallId: Type.TString;
|
|
@@ -6051,6 +6049,8 @@ export declare const CommandResultSchema: Type.TUnion<[Type.TObject<{
|
|
|
6051
6049
|
}>;
|
|
6052
6050
|
}>>;
|
|
6053
6051
|
readonly timestamp: Type.TInteger;
|
|
6052
|
+
readonly status: Type.TLiteral<"error">;
|
|
6053
|
+
readonly isError: Type.TLiteral<true>;
|
|
6054
6054
|
}>]>]>>;
|
|
6055
6055
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
6056
6056
|
readonly id: Type.TString;
|
|
@@ -6234,7 +6234,6 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6234
6234
|
}>]>>;
|
|
6235
6235
|
readonly timestamp: Type.TInteger;
|
|
6236
6236
|
}>, Type.TUnion<[Type.TObject<{
|
|
6237
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
6238
6237
|
readonly id: Type.TString;
|
|
6239
6238
|
readonly role: Type.TLiteral<"assistant">;
|
|
6240
6239
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6271,9 +6270,8 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6271
6270
|
}>;
|
|
6272
6271
|
}>>;
|
|
6273
6272
|
readonly timestamp: Type.TInteger;
|
|
6273
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
6274
6274
|
}>, Type.TObject<{
|
|
6275
|
-
readonly status: Type.TLiteral<"complete">;
|
|
6276
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
6277
6275
|
readonly id: Type.TString;
|
|
6278
6276
|
readonly role: Type.TLiteral<"assistant">;
|
|
6279
6277
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6310,10 +6308,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6310
6308
|
}>;
|
|
6311
6309
|
}>>;
|
|
6312
6310
|
readonly timestamp: Type.TInteger;
|
|
6311
|
+
readonly status: Type.TLiteral<"complete">;
|
|
6312
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
6313
6313
|
}>, Type.TObject<{
|
|
6314
|
-
readonly status: Type.TLiteral<"error">;
|
|
6315
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
6316
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6317
6314
|
readonly id: Type.TString;
|
|
6318
6315
|
readonly role: Type.TLiteral<"assistant">;
|
|
6319
6316
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6350,10 +6347,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6350
6347
|
}>;
|
|
6351
6348
|
}>>;
|
|
6352
6349
|
readonly timestamp: Type.TInteger;
|
|
6353
|
-
|
|
6354
|
-
readonly
|
|
6355
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
6350
|
+
readonly status: Type.TLiteral<"error">;
|
|
6351
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
6356
6352
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6353
|
+
}>, Type.TObject<{
|
|
6357
6354
|
readonly id: Type.TString;
|
|
6358
6355
|
readonly role: Type.TLiteral<"assistant">;
|
|
6359
6356
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6390,9 +6387,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6390
6387
|
}>;
|
|
6391
6388
|
}>>;
|
|
6392
6389
|
readonly timestamp: Type.TInteger;
|
|
6390
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
6391
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
6392
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6393
6393
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
6394
|
-
readonly status: Type.TLiteral<"running">;
|
|
6395
|
-
readonly isError: Type.TLiteral<false>;
|
|
6396
6394
|
readonly id: Type.TString;
|
|
6397
6395
|
readonly role: Type.TLiteral<"tool">;
|
|
6398
6396
|
readonly toolCallId: Type.TString;
|
|
@@ -6423,9 +6421,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6423
6421
|
}>;
|
|
6424
6422
|
}>>;
|
|
6425
6423
|
readonly timestamp: Type.TInteger;
|
|
6426
|
-
|
|
6427
|
-
readonly status: Type.TLiteral<"complete">;
|
|
6424
|
+
readonly status: Type.TLiteral<"running">;
|
|
6428
6425
|
readonly isError: Type.TLiteral<false>;
|
|
6426
|
+
}>, Type.TObject<{
|
|
6429
6427
|
readonly id: Type.TString;
|
|
6430
6428
|
readonly role: Type.TLiteral<"tool">;
|
|
6431
6429
|
readonly toolCallId: Type.TString;
|
|
@@ -6456,9 +6454,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6456
6454
|
}>;
|
|
6457
6455
|
}>>;
|
|
6458
6456
|
readonly timestamp: Type.TInteger;
|
|
6457
|
+
readonly status: Type.TLiteral<"complete">;
|
|
6458
|
+
readonly isError: Type.TLiteral<false>;
|
|
6459
6459
|
}>, Type.TObject<{
|
|
6460
|
-
readonly status: Type.TLiteral<"error">;
|
|
6461
|
-
readonly isError: Type.TLiteral<true>;
|
|
6462
6460
|
readonly id: Type.TString;
|
|
6463
6461
|
readonly role: Type.TLiteral<"tool">;
|
|
6464
6462
|
readonly toolCallId: Type.TString;
|
|
@@ -6489,6 +6487,8 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6489
6487
|
}>;
|
|
6490
6488
|
}>>;
|
|
6491
6489
|
readonly timestamp: Type.TInteger;
|
|
6490
|
+
readonly status: Type.TLiteral<"error">;
|
|
6491
|
+
readonly isError: Type.TLiteral<true>;
|
|
6492
6492
|
}>]>]>>;
|
|
6493
6493
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
6494
6494
|
readonly id: Type.TString;
|
|
@@ -6523,7 +6523,6 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6523
6523
|
}>]>>;
|
|
6524
6524
|
readonly timestamp: Type.TInteger;
|
|
6525
6525
|
}>, Type.TUnion<[Type.TObject<{
|
|
6526
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
6527
6526
|
readonly id: Type.TString;
|
|
6528
6527
|
readonly role: Type.TLiteral<"assistant">;
|
|
6529
6528
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6560,9 +6559,8 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6560
6559
|
}>;
|
|
6561
6560
|
}>>;
|
|
6562
6561
|
readonly timestamp: Type.TInteger;
|
|
6562
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
6563
6563
|
}>, Type.TObject<{
|
|
6564
|
-
readonly status: Type.TLiteral<"complete">;
|
|
6565
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
6566
6564
|
readonly id: Type.TString;
|
|
6567
6565
|
readonly role: Type.TLiteral<"assistant">;
|
|
6568
6566
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6599,10 +6597,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6599
6597
|
}>;
|
|
6600
6598
|
}>>;
|
|
6601
6599
|
readonly timestamp: Type.TInteger;
|
|
6600
|
+
readonly status: Type.TLiteral<"complete">;
|
|
6601
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
6602
6602
|
}>, Type.TObject<{
|
|
6603
|
-
readonly status: Type.TLiteral<"error">;
|
|
6604
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
6605
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6606
6603
|
readonly id: Type.TString;
|
|
6607
6604
|
readonly role: Type.TLiteral<"assistant">;
|
|
6608
6605
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6639,10 +6636,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6639
6636
|
}>;
|
|
6640
6637
|
}>>;
|
|
6641
6638
|
readonly timestamp: Type.TInteger;
|
|
6642
|
-
|
|
6643
|
-
readonly
|
|
6644
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
6639
|
+
readonly status: Type.TLiteral<"error">;
|
|
6640
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
6645
6641
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6642
|
+
}>, Type.TObject<{
|
|
6646
6643
|
readonly id: Type.TString;
|
|
6647
6644
|
readonly role: Type.TLiteral<"assistant">;
|
|
6648
6645
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6679,9 +6676,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6679
6676
|
}>;
|
|
6680
6677
|
}>>;
|
|
6681
6678
|
readonly timestamp: Type.TInteger;
|
|
6679
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
6680
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
6681
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6682
6682
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
6683
|
-
readonly status: Type.TLiteral<"running">;
|
|
6684
|
-
readonly isError: Type.TLiteral<false>;
|
|
6685
6683
|
readonly id: Type.TString;
|
|
6686
6684
|
readonly role: Type.TLiteral<"tool">;
|
|
6687
6685
|
readonly toolCallId: Type.TString;
|
|
@@ -6712,9 +6710,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6712
6710
|
}>;
|
|
6713
6711
|
}>>;
|
|
6714
6712
|
readonly timestamp: Type.TInteger;
|
|
6715
|
-
|
|
6716
|
-
readonly status: Type.TLiteral<"complete">;
|
|
6713
|
+
readonly status: Type.TLiteral<"running">;
|
|
6717
6714
|
readonly isError: Type.TLiteral<false>;
|
|
6715
|
+
}>, Type.TObject<{
|
|
6718
6716
|
readonly id: Type.TString;
|
|
6719
6717
|
readonly role: Type.TLiteral<"tool">;
|
|
6720
6718
|
readonly toolCallId: Type.TString;
|
|
@@ -6745,9 +6743,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6745
6743
|
}>;
|
|
6746
6744
|
}>>;
|
|
6747
6745
|
readonly timestamp: Type.TInteger;
|
|
6746
|
+
readonly status: Type.TLiteral<"complete">;
|
|
6747
|
+
readonly isError: Type.TLiteral<false>;
|
|
6748
6748
|
}>, Type.TObject<{
|
|
6749
|
-
readonly status: Type.TLiteral<"error">;
|
|
6750
|
-
readonly isError: Type.TLiteral<true>;
|
|
6751
6749
|
readonly id: Type.TString;
|
|
6752
6750
|
readonly role: Type.TLiteral<"tool">;
|
|
6753
6751
|
readonly toolCallId: Type.TString;
|
|
@@ -6778,6 +6776,8 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6778
6776
|
}>;
|
|
6779
6777
|
}>>;
|
|
6780
6778
|
readonly timestamp: Type.TInteger;
|
|
6779
|
+
readonly status: Type.TLiteral<"error">;
|
|
6780
|
+
readonly isError: Type.TLiteral<true>;
|
|
6781
6781
|
}>]>]>;
|
|
6782
6782
|
}>, Type.TObject<{
|
|
6783
6783
|
readonly type: Type.TLiteral<"assistant_delta">;
|
|
@@ -6788,7 +6788,6 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6788
6788
|
}>, Type.TObject<{
|
|
6789
6789
|
readonly type: Type.TLiteral<"item_updated">;
|
|
6790
6790
|
readonly item: Type.TUnion<[Type.TUnion<[Type.TObject<{
|
|
6791
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
6792
6791
|
readonly id: Type.TString;
|
|
6793
6792
|
readonly role: Type.TLiteral<"assistant">;
|
|
6794
6793
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6825,9 +6824,8 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6825
6824
|
}>;
|
|
6826
6825
|
}>>;
|
|
6827
6826
|
readonly timestamp: Type.TInteger;
|
|
6827
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
6828
6828
|
}>, Type.TObject<{
|
|
6829
|
-
readonly status: Type.TLiteral<"complete">;
|
|
6830
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
6831
6829
|
readonly id: Type.TString;
|
|
6832
6830
|
readonly role: Type.TLiteral<"assistant">;
|
|
6833
6831
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6864,10 +6862,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6864
6862
|
}>;
|
|
6865
6863
|
}>>;
|
|
6866
6864
|
readonly timestamp: Type.TInteger;
|
|
6865
|
+
readonly status: Type.TLiteral<"complete">;
|
|
6866
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
6867
6867
|
}>, Type.TObject<{
|
|
6868
|
-
readonly status: Type.TLiteral<"error">;
|
|
6869
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
6870
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6871
6868
|
readonly id: Type.TString;
|
|
6872
6869
|
readonly role: Type.TLiteral<"assistant">;
|
|
6873
6870
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6904,10 +6901,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6904
6901
|
}>;
|
|
6905
6902
|
}>>;
|
|
6906
6903
|
readonly timestamp: Type.TInteger;
|
|
6907
|
-
|
|
6908
|
-
readonly
|
|
6909
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
6904
|
+
readonly status: Type.TLiteral<"error">;
|
|
6905
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
6910
6906
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6907
|
+
}>, Type.TObject<{
|
|
6911
6908
|
readonly id: Type.TString;
|
|
6912
6909
|
readonly role: Type.TLiteral<"assistant">;
|
|
6913
6910
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -6944,9 +6941,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6944
6941
|
}>;
|
|
6945
6942
|
}>>;
|
|
6946
6943
|
readonly timestamp: Type.TInteger;
|
|
6944
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
6945
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
6946
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
6947
6947
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
6948
|
-
readonly status: Type.TLiteral<"running">;
|
|
6949
|
-
readonly isError: Type.TLiteral<false>;
|
|
6950
6948
|
readonly id: Type.TString;
|
|
6951
6949
|
readonly role: Type.TLiteral<"tool">;
|
|
6952
6950
|
readonly toolCallId: Type.TString;
|
|
@@ -6977,9 +6975,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
6977
6975
|
}>;
|
|
6978
6976
|
}>>;
|
|
6979
6977
|
readonly timestamp: Type.TInteger;
|
|
6980
|
-
|
|
6981
|
-
readonly status: Type.TLiteral<"complete">;
|
|
6978
|
+
readonly status: Type.TLiteral<"running">;
|
|
6982
6979
|
readonly isError: Type.TLiteral<false>;
|
|
6980
|
+
}>, Type.TObject<{
|
|
6983
6981
|
readonly id: Type.TString;
|
|
6984
6982
|
readonly role: Type.TLiteral<"tool">;
|
|
6985
6983
|
readonly toolCallId: Type.TString;
|
|
@@ -7010,9 +7008,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7010
7008
|
}>;
|
|
7011
7009
|
}>>;
|
|
7012
7010
|
readonly timestamp: Type.TInteger;
|
|
7011
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7012
|
+
readonly isError: Type.TLiteral<false>;
|
|
7013
7013
|
}>, Type.TObject<{
|
|
7014
|
-
readonly status: Type.TLiteral<"error">;
|
|
7015
|
-
readonly isError: Type.TLiteral<true>;
|
|
7016
7014
|
readonly id: Type.TString;
|
|
7017
7015
|
readonly role: Type.TLiteral<"tool">;
|
|
7018
7016
|
readonly toolCallId: Type.TString;
|
|
@@ -7043,12 +7041,12 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7043
7041
|
}>;
|
|
7044
7042
|
}>>;
|
|
7045
7043
|
readonly timestamp: Type.TInteger;
|
|
7044
|
+
readonly status: Type.TLiteral<"error">;
|
|
7045
|
+
readonly isError: Type.TLiteral<true>;
|
|
7046
7046
|
}>]>]>;
|
|
7047
7047
|
}>, Type.TObject<{
|
|
7048
7048
|
readonly type: Type.TLiteral<"item_finished">;
|
|
7049
7049
|
readonly item: Type.TUnion<[Type.TObject<{
|
|
7050
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7051
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7052
7050
|
readonly id: Type.TString;
|
|
7053
7051
|
readonly role: Type.TLiteral<"assistant">;
|
|
7054
7052
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7085,10 +7083,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7085
7083
|
}>;
|
|
7086
7084
|
}>>;
|
|
7087
7085
|
readonly timestamp: Type.TInteger;
|
|
7086
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7087
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7088
7088
|
}>, Type.TObject<{
|
|
7089
|
-
readonly status: Type.TLiteral<"error">;
|
|
7090
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
7091
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7092
7089
|
readonly id: Type.TString;
|
|
7093
7090
|
readonly role: Type.TLiteral<"assistant">;
|
|
7094
7091
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7125,10 +7122,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7125
7122
|
}>;
|
|
7126
7123
|
}>>;
|
|
7127
7124
|
readonly timestamp: Type.TInteger;
|
|
7128
|
-
|
|
7129
|
-
readonly
|
|
7130
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
7125
|
+
readonly status: Type.TLiteral<"error">;
|
|
7126
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
7131
7127
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7128
|
+
}>, Type.TObject<{
|
|
7132
7129
|
readonly id: Type.TString;
|
|
7133
7130
|
readonly role: Type.TLiteral<"assistant">;
|
|
7134
7131
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7165,9 +7162,10 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7165
7162
|
}>;
|
|
7166
7163
|
}>>;
|
|
7167
7164
|
readonly timestamp: Type.TInteger;
|
|
7165
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
7166
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
7167
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7168
7168
|
}>, Type.TObject<{
|
|
7169
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7170
|
-
readonly isError: Type.TLiteral<false>;
|
|
7171
7169
|
readonly id: Type.TString;
|
|
7172
7170
|
readonly role: Type.TLiteral<"tool">;
|
|
7173
7171
|
readonly toolCallId: Type.TString;
|
|
@@ -7198,9 +7196,9 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7198
7196
|
}>;
|
|
7199
7197
|
}>>;
|
|
7200
7198
|
readonly timestamp: Type.TInteger;
|
|
7199
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7200
|
+
readonly isError: Type.TLiteral<false>;
|
|
7201
7201
|
}>, Type.TObject<{
|
|
7202
|
-
readonly status: Type.TLiteral<"error">;
|
|
7203
|
-
readonly isError: Type.TLiteral<true>;
|
|
7204
7202
|
readonly id: Type.TString;
|
|
7205
7203
|
readonly role: Type.TLiteral<"tool">;
|
|
7206
7204
|
readonly toolCallId: Type.TString;
|
|
@@ -7231,6 +7229,8 @@ export declare const ServerEventSchema: Type.TUnion<[Type.TObject<{
|
|
|
7231
7229
|
}>;
|
|
7232
7230
|
}>>;
|
|
7233
7231
|
readonly timestamp: Type.TInteger;
|
|
7232
|
+
readonly status: Type.TLiteral<"error">;
|
|
7233
|
+
readonly isError: Type.TLiteral<true>;
|
|
7234
7234
|
}>]>;
|
|
7235
7235
|
}>]>;
|
|
7236
7236
|
}>, Type.TObject<{
|
|
@@ -7326,7 +7326,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7326
7326
|
}>]>>;
|
|
7327
7327
|
readonly timestamp: Type.TInteger;
|
|
7328
7328
|
}>, Type.TUnion<[Type.TObject<{
|
|
7329
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
7330
7329
|
readonly id: Type.TString;
|
|
7331
7330
|
readonly role: Type.TLiteral<"assistant">;
|
|
7332
7331
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7363,9 +7362,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7363
7362
|
}>;
|
|
7364
7363
|
}>>;
|
|
7365
7364
|
readonly timestamp: Type.TInteger;
|
|
7365
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
7366
7366
|
}>, Type.TObject<{
|
|
7367
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7368
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7369
7367
|
readonly id: Type.TString;
|
|
7370
7368
|
readonly role: Type.TLiteral<"assistant">;
|
|
7371
7369
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7402,10 +7400,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7402
7400
|
}>;
|
|
7403
7401
|
}>>;
|
|
7404
7402
|
readonly timestamp: Type.TInteger;
|
|
7403
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7404
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7405
7405
|
}>, Type.TObject<{
|
|
7406
|
-
readonly status: Type.TLiteral<"error">;
|
|
7407
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
7408
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7409
7406
|
readonly id: Type.TString;
|
|
7410
7407
|
readonly role: Type.TLiteral<"assistant">;
|
|
7411
7408
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7442,10 +7439,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7442
7439
|
}>;
|
|
7443
7440
|
}>>;
|
|
7444
7441
|
readonly timestamp: Type.TInteger;
|
|
7445
|
-
|
|
7446
|
-
readonly
|
|
7447
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
7442
|
+
readonly status: Type.TLiteral<"error">;
|
|
7443
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
7448
7444
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7445
|
+
}>, Type.TObject<{
|
|
7449
7446
|
readonly id: Type.TString;
|
|
7450
7447
|
readonly role: Type.TLiteral<"assistant">;
|
|
7451
7448
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7482,9 +7479,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7482
7479
|
}>;
|
|
7483
7480
|
}>>;
|
|
7484
7481
|
readonly timestamp: Type.TInteger;
|
|
7482
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
7483
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
7484
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7485
7485
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
7486
|
-
readonly status: Type.TLiteral<"running">;
|
|
7487
|
-
readonly isError: Type.TLiteral<false>;
|
|
7488
7486
|
readonly id: Type.TString;
|
|
7489
7487
|
readonly role: Type.TLiteral<"tool">;
|
|
7490
7488
|
readonly toolCallId: Type.TString;
|
|
@@ -7515,9 +7513,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7515
7513
|
}>;
|
|
7516
7514
|
}>>;
|
|
7517
7515
|
readonly timestamp: Type.TInteger;
|
|
7518
|
-
|
|
7519
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7516
|
+
readonly status: Type.TLiteral<"running">;
|
|
7520
7517
|
readonly isError: Type.TLiteral<false>;
|
|
7518
|
+
}>, Type.TObject<{
|
|
7521
7519
|
readonly id: Type.TString;
|
|
7522
7520
|
readonly role: Type.TLiteral<"tool">;
|
|
7523
7521
|
readonly toolCallId: Type.TString;
|
|
@@ -7548,9 +7546,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7548
7546
|
}>;
|
|
7549
7547
|
}>>;
|
|
7550
7548
|
readonly timestamp: Type.TInteger;
|
|
7549
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7550
|
+
readonly isError: Type.TLiteral<false>;
|
|
7551
7551
|
}>, Type.TObject<{
|
|
7552
|
-
readonly status: Type.TLiteral<"error">;
|
|
7553
|
-
readonly isError: Type.TLiteral<true>;
|
|
7554
7552
|
readonly id: Type.TString;
|
|
7555
7553
|
readonly role: Type.TLiteral<"tool">;
|
|
7556
7554
|
readonly toolCallId: Type.TString;
|
|
@@ -7581,6 +7579,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7581
7579
|
}>;
|
|
7582
7580
|
}>>;
|
|
7583
7581
|
readonly timestamp: Type.TInteger;
|
|
7582
|
+
readonly status: Type.TLiteral<"error">;
|
|
7583
|
+
readonly isError: Type.TLiteral<true>;
|
|
7584
7584
|
}>]>]>>;
|
|
7585
7585
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
7586
7586
|
readonly id: Type.TString;
|
|
@@ -7627,7 +7627,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7627
7627
|
}>]>>;
|
|
7628
7628
|
readonly timestamp: Type.TInteger;
|
|
7629
7629
|
}>, Type.TUnion<[Type.TObject<{
|
|
7630
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
7631
7630
|
readonly id: Type.TString;
|
|
7632
7631
|
readonly role: Type.TLiteral<"assistant">;
|
|
7633
7632
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7664,9 +7663,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7664
7663
|
}>;
|
|
7665
7664
|
}>>;
|
|
7666
7665
|
readonly timestamp: Type.TInteger;
|
|
7666
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
7667
7667
|
}>, Type.TObject<{
|
|
7668
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7669
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7670
7668
|
readonly id: Type.TString;
|
|
7671
7669
|
readonly role: Type.TLiteral<"assistant">;
|
|
7672
7670
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7703,10 +7701,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7703
7701
|
}>;
|
|
7704
7702
|
}>>;
|
|
7705
7703
|
readonly timestamp: Type.TInteger;
|
|
7704
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7705
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7706
7706
|
}>, Type.TObject<{
|
|
7707
|
-
readonly status: Type.TLiteral<"error">;
|
|
7708
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
7709
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7710
7707
|
readonly id: Type.TString;
|
|
7711
7708
|
readonly role: Type.TLiteral<"assistant">;
|
|
7712
7709
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7743,10 +7740,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7743
7740
|
}>;
|
|
7744
7741
|
}>>;
|
|
7745
7742
|
readonly timestamp: Type.TInteger;
|
|
7746
|
-
|
|
7747
|
-
readonly
|
|
7748
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
7743
|
+
readonly status: Type.TLiteral<"error">;
|
|
7744
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
7749
7745
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7746
|
+
}>, Type.TObject<{
|
|
7750
7747
|
readonly id: Type.TString;
|
|
7751
7748
|
readonly role: Type.TLiteral<"assistant">;
|
|
7752
7749
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7783,9 +7780,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7783
7780
|
}>;
|
|
7784
7781
|
}>>;
|
|
7785
7782
|
readonly timestamp: Type.TInteger;
|
|
7783
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
7784
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
7785
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
7786
7786
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
7787
|
-
readonly status: Type.TLiteral<"running">;
|
|
7788
|
-
readonly isError: Type.TLiteral<false>;
|
|
7789
7787
|
readonly id: Type.TString;
|
|
7790
7788
|
readonly role: Type.TLiteral<"tool">;
|
|
7791
7789
|
readonly toolCallId: Type.TString;
|
|
@@ -7816,9 +7814,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7816
7814
|
}>;
|
|
7817
7815
|
}>>;
|
|
7818
7816
|
readonly timestamp: Type.TInteger;
|
|
7819
|
-
|
|
7820
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7817
|
+
readonly status: Type.TLiteral<"running">;
|
|
7821
7818
|
readonly isError: Type.TLiteral<false>;
|
|
7819
|
+
}>, Type.TObject<{
|
|
7822
7820
|
readonly id: Type.TString;
|
|
7823
7821
|
readonly role: Type.TLiteral<"tool">;
|
|
7824
7822
|
readonly toolCallId: Type.TString;
|
|
@@ -7849,9 +7847,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7849
7847
|
}>;
|
|
7850
7848
|
}>>;
|
|
7851
7849
|
readonly timestamp: Type.TInteger;
|
|
7850
|
+
readonly status: Type.TLiteral<"complete">;
|
|
7851
|
+
readonly isError: Type.TLiteral<false>;
|
|
7852
7852
|
}>, Type.TObject<{
|
|
7853
|
-
readonly status: Type.TLiteral<"error">;
|
|
7854
|
-
readonly isError: Type.TLiteral<true>;
|
|
7855
7853
|
readonly id: Type.TString;
|
|
7856
7854
|
readonly role: Type.TLiteral<"tool">;
|
|
7857
7855
|
readonly toolCallId: Type.TString;
|
|
@@ -7882,6 +7880,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7882
7880
|
}>;
|
|
7883
7881
|
}>>;
|
|
7884
7882
|
readonly timestamp: Type.TInteger;
|
|
7883
|
+
readonly status: Type.TLiteral<"error">;
|
|
7884
|
+
readonly isError: Type.TLiteral<true>;
|
|
7885
7885
|
}>]>]>>;
|
|
7886
7886
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
7887
7887
|
readonly id: Type.TString;
|
|
@@ -7931,7 +7931,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7931
7931
|
}>]>>;
|
|
7932
7932
|
readonly timestamp: Type.TInteger;
|
|
7933
7933
|
}>, Type.TUnion<[Type.TObject<{
|
|
7934
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
7935
7934
|
readonly id: Type.TString;
|
|
7936
7935
|
readonly role: Type.TLiteral<"assistant">;
|
|
7937
7936
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -7968,9 +7967,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
7968
7967
|
}>;
|
|
7969
7968
|
}>>;
|
|
7970
7969
|
readonly timestamp: Type.TInteger;
|
|
7970
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
7971
7971
|
}>, Type.TObject<{
|
|
7972
|
-
readonly status: Type.TLiteral<"complete">;
|
|
7973
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
7974
7972
|
readonly id: Type.TString;
|
|
7975
7973
|
readonly role: Type.TLiteral<"assistant">;
|
|
7976
7974
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8007,10 +8005,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8007
8005
|
}>;
|
|
8008
8006
|
}>>;
|
|
8009
8007
|
readonly timestamp: Type.TInteger;
|
|
8008
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8009
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8010
8010
|
}>, Type.TObject<{
|
|
8011
|
-
readonly status: Type.TLiteral<"error">;
|
|
8012
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
8013
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8014
8011
|
readonly id: Type.TString;
|
|
8015
8012
|
readonly role: Type.TLiteral<"assistant">;
|
|
8016
8013
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8047,10 +8044,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8047
8044
|
}>;
|
|
8048
8045
|
}>>;
|
|
8049
8046
|
readonly timestamp: Type.TInteger;
|
|
8050
|
-
|
|
8051
|
-
readonly
|
|
8052
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8047
|
+
readonly status: Type.TLiteral<"error">;
|
|
8048
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
8053
8049
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8050
|
+
}>, Type.TObject<{
|
|
8054
8051
|
readonly id: Type.TString;
|
|
8055
8052
|
readonly role: Type.TLiteral<"assistant">;
|
|
8056
8053
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8087,9 +8084,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8087
8084
|
}>;
|
|
8088
8085
|
}>>;
|
|
8089
8086
|
readonly timestamp: Type.TInteger;
|
|
8087
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
8088
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8089
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8090
8090
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
8091
|
-
readonly status: Type.TLiteral<"running">;
|
|
8092
|
-
readonly isError: Type.TLiteral<false>;
|
|
8093
8091
|
readonly id: Type.TString;
|
|
8094
8092
|
readonly role: Type.TLiteral<"tool">;
|
|
8095
8093
|
readonly toolCallId: Type.TString;
|
|
@@ -8120,9 +8118,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8120
8118
|
}>;
|
|
8121
8119
|
}>>;
|
|
8122
8120
|
readonly timestamp: Type.TInteger;
|
|
8123
|
-
|
|
8124
|
-
readonly status: Type.TLiteral<"complete">;
|
|
8121
|
+
readonly status: Type.TLiteral<"running">;
|
|
8125
8122
|
readonly isError: Type.TLiteral<false>;
|
|
8123
|
+
}>, Type.TObject<{
|
|
8126
8124
|
readonly id: Type.TString;
|
|
8127
8125
|
readonly role: Type.TLiteral<"tool">;
|
|
8128
8126
|
readonly toolCallId: Type.TString;
|
|
@@ -8153,9 +8151,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8153
8151
|
}>;
|
|
8154
8152
|
}>>;
|
|
8155
8153
|
readonly timestamp: Type.TInteger;
|
|
8154
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8155
|
+
readonly isError: Type.TLiteral<false>;
|
|
8156
8156
|
}>, Type.TObject<{
|
|
8157
|
-
readonly status: Type.TLiteral<"error">;
|
|
8158
|
-
readonly isError: Type.TLiteral<true>;
|
|
8159
8157
|
readonly id: Type.TString;
|
|
8160
8158
|
readonly role: Type.TLiteral<"tool">;
|
|
8161
8159
|
readonly toolCallId: Type.TString;
|
|
@@ -8186,6 +8184,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8186
8184
|
}>;
|
|
8187
8185
|
}>>;
|
|
8188
8186
|
readonly timestamp: Type.TInteger;
|
|
8187
|
+
readonly status: Type.TLiteral<"error">;
|
|
8188
|
+
readonly isError: Type.TLiteral<true>;
|
|
8189
8189
|
}>]>]>>;
|
|
8190
8190
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
8191
8191
|
readonly id: Type.TString;
|
|
@@ -8232,7 +8232,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8232
8232
|
}>]>>;
|
|
8233
8233
|
readonly timestamp: Type.TInteger;
|
|
8234
8234
|
}>, Type.TUnion<[Type.TObject<{
|
|
8235
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
8236
8235
|
readonly id: Type.TString;
|
|
8237
8236
|
readonly role: Type.TLiteral<"assistant">;
|
|
8238
8237
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8269,9 +8268,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8269
8268
|
}>;
|
|
8270
8269
|
}>>;
|
|
8271
8270
|
readonly timestamp: Type.TInteger;
|
|
8271
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
8272
8272
|
}>, Type.TObject<{
|
|
8273
|
-
readonly status: Type.TLiteral<"complete">;
|
|
8274
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8275
8273
|
readonly id: Type.TString;
|
|
8276
8274
|
readonly role: Type.TLiteral<"assistant">;
|
|
8277
8275
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8308,10 +8306,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8308
8306
|
}>;
|
|
8309
8307
|
}>>;
|
|
8310
8308
|
readonly timestamp: Type.TInteger;
|
|
8309
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8310
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8311
8311
|
}>, Type.TObject<{
|
|
8312
|
-
readonly status: Type.TLiteral<"error">;
|
|
8313
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
8314
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8315
8312
|
readonly id: Type.TString;
|
|
8316
8313
|
readonly role: Type.TLiteral<"assistant">;
|
|
8317
8314
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8348,10 +8345,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8348
8345
|
}>;
|
|
8349
8346
|
}>>;
|
|
8350
8347
|
readonly timestamp: Type.TInteger;
|
|
8351
|
-
|
|
8352
|
-
readonly
|
|
8353
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8348
|
+
readonly status: Type.TLiteral<"error">;
|
|
8349
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
8354
8350
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8351
|
+
}>, Type.TObject<{
|
|
8355
8352
|
readonly id: Type.TString;
|
|
8356
8353
|
readonly role: Type.TLiteral<"assistant">;
|
|
8357
8354
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8388,9 +8385,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8388
8385
|
}>;
|
|
8389
8386
|
}>>;
|
|
8390
8387
|
readonly timestamp: Type.TInteger;
|
|
8388
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
8389
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8390
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8391
8391
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
8392
|
-
readonly status: Type.TLiteral<"running">;
|
|
8393
|
-
readonly isError: Type.TLiteral<false>;
|
|
8394
8392
|
readonly id: Type.TString;
|
|
8395
8393
|
readonly role: Type.TLiteral<"tool">;
|
|
8396
8394
|
readonly toolCallId: Type.TString;
|
|
@@ -8421,9 +8419,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8421
8419
|
}>;
|
|
8422
8420
|
}>>;
|
|
8423
8421
|
readonly timestamp: Type.TInteger;
|
|
8424
|
-
|
|
8425
|
-
readonly status: Type.TLiteral<"complete">;
|
|
8422
|
+
readonly status: Type.TLiteral<"running">;
|
|
8426
8423
|
readonly isError: Type.TLiteral<false>;
|
|
8424
|
+
}>, Type.TObject<{
|
|
8427
8425
|
readonly id: Type.TString;
|
|
8428
8426
|
readonly role: Type.TLiteral<"tool">;
|
|
8429
8427
|
readonly toolCallId: Type.TString;
|
|
@@ -8454,9 +8452,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8454
8452
|
}>;
|
|
8455
8453
|
}>>;
|
|
8456
8454
|
readonly timestamp: Type.TInteger;
|
|
8455
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8456
|
+
readonly isError: Type.TLiteral<false>;
|
|
8457
8457
|
}>, Type.TObject<{
|
|
8458
|
-
readonly status: Type.TLiteral<"error">;
|
|
8459
|
-
readonly isError: Type.TLiteral<true>;
|
|
8460
8458
|
readonly id: Type.TString;
|
|
8461
8459
|
readonly role: Type.TLiteral<"tool">;
|
|
8462
8460
|
readonly toolCallId: Type.TString;
|
|
@@ -8487,6 +8485,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8487
8485
|
}>;
|
|
8488
8486
|
}>>;
|
|
8489
8487
|
readonly timestamp: Type.TInteger;
|
|
8488
|
+
readonly status: Type.TLiteral<"error">;
|
|
8489
|
+
readonly isError: Type.TLiteral<true>;
|
|
8490
8490
|
}>]>]>>;
|
|
8491
8491
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
8492
8492
|
readonly id: Type.TString;
|
|
@@ -8533,7 +8533,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8533
8533
|
}>]>>;
|
|
8534
8534
|
readonly timestamp: Type.TInteger;
|
|
8535
8535
|
}>, Type.TUnion<[Type.TObject<{
|
|
8536
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
8537
8536
|
readonly id: Type.TString;
|
|
8538
8537
|
readonly role: Type.TLiteral<"assistant">;
|
|
8539
8538
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8570,9 +8569,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8570
8569
|
}>;
|
|
8571
8570
|
}>>;
|
|
8572
8571
|
readonly timestamp: Type.TInteger;
|
|
8572
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
8573
8573
|
}>, Type.TObject<{
|
|
8574
|
-
readonly status: Type.TLiteral<"complete">;
|
|
8575
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8576
8574
|
readonly id: Type.TString;
|
|
8577
8575
|
readonly role: Type.TLiteral<"assistant">;
|
|
8578
8576
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8609,10 +8607,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8609
8607
|
}>;
|
|
8610
8608
|
}>>;
|
|
8611
8609
|
readonly timestamp: Type.TInteger;
|
|
8610
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8611
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8612
8612
|
}>, Type.TObject<{
|
|
8613
|
-
readonly status: Type.TLiteral<"error">;
|
|
8614
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
8615
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8616
8613
|
readonly id: Type.TString;
|
|
8617
8614
|
readonly role: Type.TLiteral<"assistant">;
|
|
8618
8615
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8649,10 +8646,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8649
8646
|
}>;
|
|
8650
8647
|
}>>;
|
|
8651
8648
|
readonly timestamp: Type.TInteger;
|
|
8652
|
-
|
|
8653
|
-
readonly
|
|
8654
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8649
|
+
readonly status: Type.TLiteral<"error">;
|
|
8650
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
8655
8651
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8652
|
+
}>, Type.TObject<{
|
|
8656
8653
|
readonly id: Type.TString;
|
|
8657
8654
|
readonly role: Type.TLiteral<"assistant">;
|
|
8658
8655
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8689,9 +8686,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8689
8686
|
}>;
|
|
8690
8687
|
}>>;
|
|
8691
8688
|
readonly timestamp: Type.TInteger;
|
|
8689
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
8690
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8691
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8692
8692
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
8693
|
-
readonly status: Type.TLiteral<"running">;
|
|
8694
|
-
readonly isError: Type.TLiteral<false>;
|
|
8695
8693
|
readonly id: Type.TString;
|
|
8696
8694
|
readonly role: Type.TLiteral<"tool">;
|
|
8697
8695
|
readonly toolCallId: Type.TString;
|
|
@@ -8722,9 +8720,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8722
8720
|
}>;
|
|
8723
8721
|
}>>;
|
|
8724
8722
|
readonly timestamp: Type.TInteger;
|
|
8725
|
-
|
|
8726
|
-
readonly status: Type.TLiteral<"complete">;
|
|
8723
|
+
readonly status: Type.TLiteral<"running">;
|
|
8727
8724
|
readonly isError: Type.TLiteral<false>;
|
|
8725
|
+
}>, Type.TObject<{
|
|
8728
8726
|
readonly id: Type.TString;
|
|
8729
8727
|
readonly role: Type.TLiteral<"tool">;
|
|
8730
8728
|
readonly toolCallId: Type.TString;
|
|
@@ -8755,9 +8753,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8755
8753
|
}>;
|
|
8756
8754
|
}>>;
|
|
8757
8755
|
readonly timestamp: Type.TInteger;
|
|
8756
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8757
|
+
readonly isError: Type.TLiteral<false>;
|
|
8758
8758
|
}>, Type.TObject<{
|
|
8759
|
-
readonly status: Type.TLiteral<"error">;
|
|
8760
|
-
readonly isError: Type.TLiteral<true>;
|
|
8761
8759
|
readonly id: Type.TString;
|
|
8762
8760
|
readonly role: Type.TLiteral<"tool">;
|
|
8763
8761
|
readonly toolCallId: Type.TString;
|
|
@@ -8788,6 +8786,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8788
8786
|
}>;
|
|
8789
8787
|
}>>;
|
|
8790
8788
|
readonly timestamp: Type.TInteger;
|
|
8789
|
+
readonly status: Type.TLiteral<"error">;
|
|
8790
|
+
readonly isError: Type.TLiteral<true>;
|
|
8791
8791
|
}>]>]>>;
|
|
8792
8792
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
8793
8793
|
readonly id: Type.TString;
|
|
@@ -8834,7 +8834,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8834
8834
|
}>]>>;
|
|
8835
8835
|
readonly timestamp: Type.TInteger;
|
|
8836
8836
|
}>, Type.TUnion<[Type.TObject<{
|
|
8837
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
8838
8837
|
readonly id: Type.TString;
|
|
8839
8838
|
readonly role: Type.TLiteral<"assistant">;
|
|
8840
8839
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8871,9 +8870,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8871
8870
|
}>;
|
|
8872
8871
|
}>>;
|
|
8873
8872
|
readonly timestamp: Type.TInteger;
|
|
8873
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
8874
8874
|
}>, Type.TObject<{
|
|
8875
|
-
readonly status: Type.TLiteral<"complete">;
|
|
8876
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8877
8875
|
readonly id: Type.TString;
|
|
8878
8876
|
readonly role: Type.TLiteral<"assistant">;
|
|
8879
8877
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8910,10 +8908,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8910
8908
|
}>;
|
|
8911
8909
|
}>>;
|
|
8912
8910
|
readonly timestamp: Type.TInteger;
|
|
8911
|
+
readonly status: Type.TLiteral<"complete">;
|
|
8912
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
8913
8913
|
}>, Type.TObject<{
|
|
8914
|
-
readonly status: Type.TLiteral<"error">;
|
|
8915
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
8916
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8917
8914
|
readonly id: Type.TString;
|
|
8918
8915
|
readonly role: Type.TLiteral<"assistant">;
|
|
8919
8916
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8950,10 +8947,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8950
8947
|
}>;
|
|
8951
8948
|
}>>;
|
|
8952
8949
|
readonly timestamp: Type.TInteger;
|
|
8953
|
-
|
|
8954
|
-
readonly
|
|
8955
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8950
|
+
readonly status: Type.TLiteral<"error">;
|
|
8951
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
8956
8952
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8953
|
+
}>, Type.TObject<{
|
|
8957
8954
|
readonly id: Type.TString;
|
|
8958
8955
|
readonly role: Type.TLiteral<"assistant">;
|
|
8959
8956
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -8990,9 +8987,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
8990
8987
|
}>;
|
|
8991
8988
|
}>>;
|
|
8992
8989
|
readonly timestamp: Type.TInteger;
|
|
8990
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
8991
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
8992
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
8993
8993
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
8994
|
-
readonly status: Type.TLiteral<"running">;
|
|
8995
|
-
readonly isError: Type.TLiteral<false>;
|
|
8996
8994
|
readonly id: Type.TString;
|
|
8997
8995
|
readonly role: Type.TLiteral<"tool">;
|
|
8998
8996
|
readonly toolCallId: Type.TString;
|
|
@@ -9023,9 +9021,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9023
9021
|
}>;
|
|
9024
9022
|
}>>;
|
|
9025
9023
|
readonly timestamp: Type.TInteger;
|
|
9026
|
-
|
|
9027
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9024
|
+
readonly status: Type.TLiteral<"running">;
|
|
9028
9025
|
readonly isError: Type.TLiteral<false>;
|
|
9026
|
+
}>, Type.TObject<{
|
|
9029
9027
|
readonly id: Type.TString;
|
|
9030
9028
|
readonly role: Type.TLiteral<"tool">;
|
|
9031
9029
|
readonly toolCallId: Type.TString;
|
|
@@ -9056,9 +9054,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9056
9054
|
}>;
|
|
9057
9055
|
}>>;
|
|
9058
9056
|
readonly timestamp: Type.TInteger;
|
|
9057
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9058
|
+
readonly isError: Type.TLiteral<false>;
|
|
9059
9059
|
}>, Type.TObject<{
|
|
9060
|
-
readonly status: Type.TLiteral<"error">;
|
|
9061
|
-
readonly isError: Type.TLiteral<true>;
|
|
9062
9060
|
readonly id: Type.TString;
|
|
9063
9061
|
readonly role: Type.TLiteral<"tool">;
|
|
9064
9062
|
readonly toolCallId: Type.TString;
|
|
@@ -9089,6 +9087,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9089
9087
|
}>;
|
|
9090
9088
|
}>>;
|
|
9091
9089
|
readonly timestamp: Type.TInteger;
|
|
9090
|
+
readonly status: Type.TLiteral<"error">;
|
|
9091
|
+
readonly isError: Type.TLiteral<true>;
|
|
9092
9092
|
}>]>]>>;
|
|
9093
9093
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
9094
9094
|
readonly id: Type.TString;
|
|
@@ -9135,7 +9135,6 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9135
9135
|
}>]>>;
|
|
9136
9136
|
readonly timestamp: Type.TInteger;
|
|
9137
9137
|
}>, Type.TUnion<[Type.TObject<{
|
|
9138
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
9139
9138
|
readonly id: Type.TString;
|
|
9140
9139
|
readonly role: Type.TLiteral<"assistant">;
|
|
9141
9140
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9172,9 +9171,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9172
9171
|
}>;
|
|
9173
9172
|
}>>;
|
|
9174
9173
|
readonly timestamp: Type.TInteger;
|
|
9174
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
9175
9175
|
}>, Type.TObject<{
|
|
9176
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9177
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
9178
9176
|
readonly id: Type.TString;
|
|
9179
9177
|
readonly role: Type.TLiteral<"assistant">;
|
|
9180
9178
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9211,10 +9209,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9211
9209
|
}>;
|
|
9212
9210
|
}>>;
|
|
9213
9211
|
readonly timestamp: Type.TInteger;
|
|
9212
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9213
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
9214
9214
|
}>, Type.TObject<{
|
|
9215
|
-
readonly status: Type.TLiteral<"error">;
|
|
9216
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
9217
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9218
9215
|
readonly id: Type.TString;
|
|
9219
9216
|
readonly role: Type.TLiteral<"assistant">;
|
|
9220
9217
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9251,10 +9248,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9251
9248
|
}>;
|
|
9252
9249
|
}>>;
|
|
9253
9250
|
readonly timestamp: Type.TInteger;
|
|
9254
|
-
|
|
9255
|
-
readonly
|
|
9256
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
9251
|
+
readonly status: Type.TLiteral<"error">;
|
|
9252
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
9257
9253
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9254
|
+
}>, Type.TObject<{
|
|
9258
9255
|
readonly id: Type.TString;
|
|
9259
9256
|
readonly role: Type.TLiteral<"assistant">;
|
|
9260
9257
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9291,9 +9288,10 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9291
9288
|
}>;
|
|
9292
9289
|
}>>;
|
|
9293
9290
|
readonly timestamp: Type.TInteger;
|
|
9291
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
9292
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
9293
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9294
9294
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
9295
|
-
readonly status: Type.TLiteral<"running">;
|
|
9296
|
-
readonly isError: Type.TLiteral<false>;
|
|
9297
9295
|
readonly id: Type.TString;
|
|
9298
9296
|
readonly role: Type.TLiteral<"tool">;
|
|
9299
9297
|
readonly toolCallId: Type.TString;
|
|
@@ -9324,9 +9322,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9324
9322
|
}>;
|
|
9325
9323
|
}>>;
|
|
9326
9324
|
readonly timestamp: Type.TInteger;
|
|
9327
|
-
|
|
9328
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9325
|
+
readonly status: Type.TLiteral<"running">;
|
|
9329
9326
|
readonly isError: Type.TLiteral<false>;
|
|
9327
|
+
}>, Type.TObject<{
|
|
9330
9328
|
readonly id: Type.TString;
|
|
9331
9329
|
readonly role: Type.TLiteral<"tool">;
|
|
9332
9330
|
readonly toolCallId: Type.TString;
|
|
@@ -9357,9 +9355,9 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9357
9355
|
}>;
|
|
9358
9356
|
}>>;
|
|
9359
9357
|
readonly timestamp: Type.TInteger;
|
|
9358
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9359
|
+
readonly isError: Type.TLiteral<false>;
|
|
9360
9360
|
}>, Type.TObject<{
|
|
9361
|
-
readonly status: Type.TLiteral<"error">;
|
|
9362
|
-
readonly isError: Type.TLiteral<true>;
|
|
9363
9361
|
readonly id: Type.TString;
|
|
9364
9362
|
readonly role: Type.TLiteral<"tool">;
|
|
9365
9363
|
readonly toolCallId: Type.TString;
|
|
@@ -9390,6 +9388,8 @@ export declare const ResponseEnvelopeSchema: Type.TUnion<[Type.TObject<{
|
|
|
9390
9388
|
}>;
|
|
9391
9389
|
}>>;
|
|
9392
9390
|
readonly timestamp: Type.TInteger;
|
|
9391
|
+
readonly status: Type.TLiteral<"error">;
|
|
9392
|
+
readonly isError: Type.TLiteral<true>;
|
|
9393
9393
|
}>]>]>>;
|
|
9394
9394
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
9395
9395
|
readonly id: Type.TString;
|
|
@@ -9482,7 +9482,6 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9482
9482
|
}>]>>;
|
|
9483
9483
|
readonly timestamp: Type.TInteger;
|
|
9484
9484
|
}>, Type.TUnion<[Type.TObject<{
|
|
9485
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
9486
9485
|
readonly id: Type.TString;
|
|
9487
9486
|
readonly role: Type.TLiteral<"assistant">;
|
|
9488
9487
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9519,9 +9518,8 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9519
9518
|
}>;
|
|
9520
9519
|
}>>;
|
|
9521
9520
|
readonly timestamp: Type.TInteger;
|
|
9521
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
9522
9522
|
}>, Type.TObject<{
|
|
9523
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9524
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
9525
9523
|
readonly id: Type.TString;
|
|
9526
9524
|
readonly role: Type.TLiteral<"assistant">;
|
|
9527
9525
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9558,10 +9556,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9558
9556
|
}>;
|
|
9559
9557
|
}>>;
|
|
9560
9558
|
readonly timestamp: Type.TInteger;
|
|
9559
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9560
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
9561
9561
|
}>, Type.TObject<{
|
|
9562
|
-
readonly status: Type.TLiteral<"error">;
|
|
9563
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
9564
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9565
9562
|
readonly id: Type.TString;
|
|
9566
9563
|
readonly role: Type.TLiteral<"assistant">;
|
|
9567
9564
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9598,10 +9595,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9598
9595
|
}>;
|
|
9599
9596
|
}>>;
|
|
9600
9597
|
readonly timestamp: Type.TInteger;
|
|
9601
|
-
|
|
9602
|
-
readonly
|
|
9603
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
9598
|
+
readonly status: Type.TLiteral<"error">;
|
|
9599
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
9604
9600
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9601
|
+
}>, Type.TObject<{
|
|
9605
9602
|
readonly id: Type.TString;
|
|
9606
9603
|
readonly role: Type.TLiteral<"assistant">;
|
|
9607
9604
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9638,9 +9635,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9638
9635
|
}>;
|
|
9639
9636
|
}>>;
|
|
9640
9637
|
readonly timestamp: Type.TInteger;
|
|
9638
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
9639
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
9640
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9641
9641
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
9642
|
-
readonly status: Type.TLiteral<"running">;
|
|
9643
|
-
readonly isError: Type.TLiteral<false>;
|
|
9644
9642
|
readonly id: Type.TString;
|
|
9645
9643
|
readonly role: Type.TLiteral<"tool">;
|
|
9646
9644
|
readonly toolCallId: Type.TString;
|
|
@@ -9671,9 +9669,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9671
9669
|
}>;
|
|
9672
9670
|
}>>;
|
|
9673
9671
|
readonly timestamp: Type.TInteger;
|
|
9674
|
-
|
|
9675
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9672
|
+
readonly status: Type.TLiteral<"running">;
|
|
9676
9673
|
readonly isError: Type.TLiteral<false>;
|
|
9674
|
+
}>, Type.TObject<{
|
|
9677
9675
|
readonly id: Type.TString;
|
|
9678
9676
|
readonly role: Type.TLiteral<"tool">;
|
|
9679
9677
|
readonly toolCallId: Type.TString;
|
|
@@ -9704,9 +9702,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9704
9702
|
}>;
|
|
9705
9703
|
}>>;
|
|
9706
9704
|
readonly timestamp: Type.TInteger;
|
|
9705
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9706
|
+
readonly isError: Type.TLiteral<false>;
|
|
9707
9707
|
}>, Type.TObject<{
|
|
9708
|
-
readonly status: Type.TLiteral<"error">;
|
|
9709
|
-
readonly isError: Type.TLiteral<true>;
|
|
9710
9708
|
readonly id: Type.TString;
|
|
9711
9709
|
readonly role: Type.TLiteral<"tool">;
|
|
9712
9710
|
readonly toolCallId: Type.TString;
|
|
@@ -9737,6 +9735,8 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9737
9735
|
}>;
|
|
9738
9736
|
}>>;
|
|
9739
9737
|
readonly timestamp: Type.TInteger;
|
|
9738
|
+
readonly status: Type.TLiteral<"error">;
|
|
9739
|
+
readonly isError: Type.TLiteral<true>;
|
|
9740
9740
|
}>]>]>>;
|
|
9741
9741
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
9742
9742
|
readonly id: Type.TString;
|
|
@@ -9771,7 +9771,6 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9771
9771
|
}>]>>;
|
|
9772
9772
|
readonly timestamp: Type.TInteger;
|
|
9773
9773
|
}>, Type.TUnion<[Type.TObject<{
|
|
9774
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
9775
9774
|
readonly id: Type.TString;
|
|
9776
9775
|
readonly role: Type.TLiteral<"assistant">;
|
|
9777
9776
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9808,9 +9807,8 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9808
9807
|
}>;
|
|
9809
9808
|
}>>;
|
|
9810
9809
|
readonly timestamp: Type.TInteger;
|
|
9810
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
9811
9811
|
}>, Type.TObject<{
|
|
9812
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9813
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
9814
9812
|
readonly id: Type.TString;
|
|
9815
9813
|
readonly role: Type.TLiteral<"assistant">;
|
|
9816
9814
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9847,10 +9845,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9847
9845
|
}>;
|
|
9848
9846
|
}>>;
|
|
9849
9847
|
readonly timestamp: Type.TInteger;
|
|
9848
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9849
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
9850
9850
|
}>, Type.TObject<{
|
|
9851
|
-
readonly status: Type.TLiteral<"error">;
|
|
9852
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
9853
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9854
9851
|
readonly id: Type.TString;
|
|
9855
9852
|
readonly role: Type.TLiteral<"assistant">;
|
|
9856
9853
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9887,10 +9884,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9887
9884
|
}>;
|
|
9888
9885
|
}>>;
|
|
9889
9886
|
readonly timestamp: Type.TInteger;
|
|
9890
|
-
|
|
9891
|
-
readonly
|
|
9892
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
9887
|
+
readonly status: Type.TLiteral<"error">;
|
|
9888
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
9893
9889
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9890
|
+
}>, Type.TObject<{
|
|
9894
9891
|
readonly id: Type.TString;
|
|
9895
9892
|
readonly role: Type.TLiteral<"assistant">;
|
|
9896
9893
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -9927,9 +9924,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9927
9924
|
}>;
|
|
9928
9925
|
}>>;
|
|
9929
9926
|
readonly timestamp: Type.TInteger;
|
|
9927
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
9928
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
9929
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
9930
9930
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
9931
|
-
readonly status: Type.TLiteral<"running">;
|
|
9932
|
-
readonly isError: Type.TLiteral<false>;
|
|
9933
9931
|
readonly id: Type.TString;
|
|
9934
9932
|
readonly role: Type.TLiteral<"tool">;
|
|
9935
9933
|
readonly toolCallId: Type.TString;
|
|
@@ -9960,9 +9958,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9960
9958
|
}>;
|
|
9961
9959
|
}>>;
|
|
9962
9960
|
readonly timestamp: Type.TInteger;
|
|
9963
|
-
|
|
9964
|
-
readonly status: Type.TLiteral<"complete">;
|
|
9961
|
+
readonly status: Type.TLiteral<"running">;
|
|
9965
9962
|
readonly isError: Type.TLiteral<false>;
|
|
9963
|
+
}>, Type.TObject<{
|
|
9966
9964
|
readonly id: Type.TString;
|
|
9967
9965
|
readonly role: Type.TLiteral<"tool">;
|
|
9968
9966
|
readonly toolCallId: Type.TString;
|
|
@@ -9993,9 +9991,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
9993
9991
|
}>;
|
|
9994
9992
|
}>>;
|
|
9995
9993
|
readonly timestamp: Type.TInteger;
|
|
9994
|
+
readonly status: Type.TLiteral<"complete">;
|
|
9995
|
+
readonly isError: Type.TLiteral<false>;
|
|
9996
9996
|
}>, Type.TObject<{
|
|
9997
|
-
readonly status: Type.TLiteral<"error">;
|
|
9998
|
-
readonly isError: Type.TLiteral<true>;
|
|
9999
9997
|
readonly id: Type.TString;
|
|
10000
9998
|
readonly role: Type.TLiteral<"tool">;
|
|
10001
9999
|
readonly toolCallId: Type.TString;
|
|
@@ -10026,6 +10024,8 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10026
10024
|
}>;
|
|
10027
10025
|
}>>;
|
|
10028
10026
|
readonly timestamp: Type.TInteger;
|
|
10027
|
+
readonly status: Type.TLiteral<"error">;
|
|
10028
|
+
readonly isError: Type.TLiteral<true>;
|
|
10029
10029
|
}>]>]>;
|
|
10030
10030
|
}>, Type.TObject<{
|
|
10031
10031
|
readonly type: Type.TLiteral<"assistant_delta">;
|
|
@@ -10036,7 +10036,6 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10036
10036
|
}>, Type.TObject<{
|
|
10037
10037
|
readonly type: Type.TLiteral<"item_updated">;
|
|
10038
10038
|
readonly item: Type.TUnion<[Type.TUnion<[Type.TObject<{
|
|
10039
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
10040
10039
|
readonly id: Type.TString;
|
|
10041
10040
|
readonly role: Type.TLiteral<"assistant">;
|
|
10042
10041
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10073,9 +10072,8 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10073
10072
|
}>;
|
|
10074
10073
|
}>>;
|
|
10075
10074
|
readonly timestamp: Type.TInteger;
|
|
10075
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
10076
10076
|
}>, Type.TObject<{
|
|
10077
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10078
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10079
10077
|
readonly id: Type.TString;
|
|
10080
10078
|
readonly role: Type.TLiteral<"assistant">;
|
|
10081
10079
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10112,10 +10110,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10112
10110
|
}>;
|
|
10113
10111
|
}>>;
|
|
10114
10112
|
readonly timestamp: Type.TInteger;
|
|
10113
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10114
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10115
10115
|
}>, Type.TObject<{
|
|
10116
|
-
readonly status: Type.TLiteral<"error">;
|
|
10117
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
10118
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10119
10116
|
readonly id: Type.TString;
|
|
10120
10117
|
readonly role: Type.TLiteral<"assistant">;
|
|
10121
10118
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10152,10 +10149,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10152
10149
|
}>;
|
|
10153
10150
|
}>>;
|
|
10154
10151
|
readonly timestamp: Type.TInteger;
|
|
10155
|
-
|
|
10156
|
-
readonly
|
|
10157
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10152
|
+
readonly status: Type.TLiteral<"error">;
|
|
10153
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
10158
10154
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10155
|
+
}>, Type.TObject<{
|
|
10159
10156
|
readonly id: Type.TString;
|
|
10160
10157
|
readonly role: Type.TLiteral<"assistant">;
|
|
10161
10158
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10192,9 +10189,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10192
10189
|
}>;
|
|
10193
10190
|
}>>;
|
|
10194
10191
|
readonly timestamp: Type.TInteger;
|
|
10192
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
10193
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10194
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10195
10195
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
10196
|
-
readonly status: Type.TLiteral<"running">;
|
|
10197
|
-
readonly isError: Type.TLiteral<false>;
|
|
10198
10196
|
readonly id: Type.TString;
|
|
10199
10197
|
readonly role: Type.TLiteral<"tool">;
|
|
10200
10198
|
readonly toolCallId: Type.TString;
|
|
@@ -10225,9 +10223,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10225
10223
|
}>;
|
|
10226
10224
|
}>>;
|
|
10227
10225
|
readonly timestamp: Type.TInteger;
|
|
10228
|
-
|
|
10229
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10226
|
+
readonly status: Type.TLiteral<"running">;
|
|
10230
10227
|
readonly isError: Type.TLiteral<false>;
|
|
10228
|
+
}>, Type.TObject<{
|
|
10231
10229
|
readonly id: Type.TString;
|
|
10232
10230
|
readonly role: Type.TLiteral<"tool">;
|
|
10233
10231
|
readonly toolCallId: Type.TString;
|
|
@@ -10258,9 +10256,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10258
10256
|
}>;
|
|
10259
10257
|
}>>;
|
|
10260
10258
|
readonly timestamp: Type.TInteger;
|
|
10259
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10260
|
+
readonly isError: Type.TLiteral<false>;
|
|
10261
10261
|
}>, Type.TObject<{
|
|
10262
|
-
readonly status: Type.TLiteral<"error">;
|
|
10263
|
-
readonly isError: Type.TLiteral<true>;
|
|
10264
10262
|
readonly id: Type.TString;
|
|
10265
10263
|
readonly role: Type.TLiteral<"tool">;
|
|
10266
10264
|
readonly toolCallId: Type.TString;
|
|
@@ -10291,12 +10289,12 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10291
10289
|
}>;
|
|
10292
10290
|
}>>;
|
|
10293
10291
|
readonly timestamp: Type.TInteger;
|
|
10292
|
+
readonly status: Type.TLiteral<"error">;
|
|
10293
|
+
readonly isError: Type.TLiteral<true>;
|
|
10294
10294
|
}>]>]>;
|
|
10295
10295
|
}>, Type.TObject<{
|
|
10296
10296
|
readonly type: Type.TLiteral<"item_finished">;
|
|
10297
10297
|
readonly item: Type.TUnion<[Type.TObject<{
|
|
10298
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10299
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10300
10298
|
readonly id: Type.TString;
|
|
10301
10299
|
readonly role: Type.TLiteral<"assistant">;
|
|
10302
10300
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10333,10 +10331,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10333
10331
|
}>;
|
|
10334
10332
|
}>>;
|
|
10335
10333
|
readonly timestamp: Type.TInteger;
|
|
10334
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10335
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10336
10336
|
}>, Type.TObject<{
|
|
10337
|
-
readonly status: Type.TLiteral<"error">;
|
|
10338
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
10339
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10340
10337
|
readonly id: Type.TString;
|
|
10341
10338
|
readonly role: Type.TLiteral<"assistant">;
|
|
10342
10339
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10373,10 +10370,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10373
10370
|
}>;
|
|
10374
10371
|
}>>;
|
|
10375
10372
|
readonly timestamp: Type.TInteger;
|
|
10376
|
-
|
|
10377
|
-
readonly
|
|
10378
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10373
|
+
readonly status: Type.TLiteral<"error">;
|
|
10374
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
10379
10375
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10376
|
+
}>, Type.TObject<{
|
|
10380
10377
|
readonly id: Type.TString;
|
|
10381
10378
|
readonly role: Type.TLiteral<"assistant">;
|
|
10382
10379
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10413,9 +10410,10 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10413
10410
|
}>;
|
|
10414
10411
|
}>>;
|
|
10415
10412
|
readonly timestamp: Type.TInteger;
|
|
10413
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
10414
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10415
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10416
10416
|
}>, Type.TObject<{
|
|
10417
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10418
|
-
readonly isError: Type.TLiteral<false>;
|
|
10419
10417
|
readonly id: Type.TString;
|
|
10420
10418
|
readonly role: Type.TLiteral<"tool">;
|
|
10421
10419
|
readonly toolCallId: Type.TString;
|
|
@@ -10446,9 +10444,9 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10446
10444
|
}>;
|
|
10447
10445
|
}>>;
|
|
10448
10446
|
readonly timestamp: Type.TInteger;
|
|
10447
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10448
|
+
readonly isError: Type.TLiteral<false>;
|
|
10449
10449
|
}>, Type.TObject<{
|
|
10450
|
-
readonly status: Type.TLiteral<"error">;
|
|
10451
|
-
readonly isError: Type.TLiteral<true>;
|
|
10452
10450
|
readonly id: Type.TString;
|
|
10453
10451
|
readonly role: Type.TLiteral<"tool">;
|
|
10454
10452
|
readonly toolCallId: Type.TString;
|
|
@@ -10479,6 +10477,8 @@ export declare const EventEnvelopeSchema: Type.TObject<{
|
|
|
10479
10477
|
}>;
|
|
10480
10478
|
}>>;
|
|
10481
10479
|
readonly timestamp: Type.TInteger;
|
|
10480
|
+
readonly status: Type.TLiteral<"error">;
|
|
10481
|
+
readonly isError: Type.TLiteral<true>;
|
|
10482
10482
|
}>]>;
|
|
10483
10483
|
}>]>;
|
|
10484
10484
|
}>, Type.TObject<{
|
|
@@ -10572,7 +10572,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10572
10572
|
}>]>>;
|
|
10573
10573
|
readonly timestamp: Type.TInteger;
|
|
10574
10574
|
}>, Type.TUnion<[Type.TObject<{
|
|
10575
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
10576
10575
|
readonly id: Type.TString;
|
|
10577
10576
|
readonly role: Type.TLiteral<"assistant">;
|
|
10578
10577
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10609,9 +10608,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10609
10608
|
}>;
|
|
10610
10609
|
}>>;
|
|
10611
10610
|
readonly timestamp: Type.TInteger;
|
|
10611
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
10612
10612
|
}>, Type.TObject<{
|
|
10613
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10614
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10615
10613
|
readonly id: Type.TString;
|
|
10616
10614
|
readonly role: Type.TLiteral<"assistant">;
|
|
10617
10615
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10648,10 +10646,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10648
10646
|
}>;
|
|
10649
10647
|
}>>;
|
|
10650
10648
|
readonly timestamp: Type.TInteger;
|
|
10649
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10650
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10651
10651
|
}>, Type.TObject<{
|
|
10652
|
-
readonly status: Type.TLiteral<"error">;
|
|
10653
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
10654
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10655
10652
|
readonly id: Type.TString;
|
|
10656
10653
|
readonly role: Type.TLiteral<"assistant">;
|
|
10657
10654
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10688,10 +10685,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10688
10685
|
}>;
|
|
10689
10686
|
}>>;
|
|
10690
10687
|
readonly timestamp: Type.TInteger;
|
|
10691
|
-
|
|
10692
|
-
readonly
|
|
10693
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10688
|
+
readonly status: Type.TLiteral<"error">;
|
|
10689
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
10694
10690
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10691
|
+
}>, Type.TObject<{
|
|
10695
10692
|
readonly id: Type.TString;
|
|
10696
10693
|
readonly role: Type.TLiteral<"assistant">;
|
|
10697
10694
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10728,9 +10725,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10728
10725
|
}>;
|
|
10729
10726
|
}>>;
|
|
10730
10727
|
readonly timestamp: Type.TInteger;
|
|
10728
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
10729
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10730
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10731
10731
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
10732
|
-
readonly status: Type.TLiteral<"running">;
|
|
10733
|
-
readonly isError: Type.TLiteral<false>;
|
|
10734
10732
|
readonly id: Type.TString;
|
|
10735
10733
|
readonly role: Type.TLiteral<"tool">;
|
|
10736
10734
|
readonly toolCallId: Type.TString;
|
|
@@ -10761,9 +10759,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10761
10759
|
}>;
|
|
10762
10760
|
}>>;
|
|
10763
10761
|
readonly timestamp: Type.TInteger;
|
|
10764
|
-
|
|
10765
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10762
|
+
readonly status: Type.TLiteral<"running">;
|
|
10766
10763
|
readonly isError: Type.TLiteral<false>;
|
|
10764
|
+
}>, Type.TObject<{
|
|
10767
10765
|
readonly id: Type.TString;
|
|
10768
10766
|
readonly role: Type.TLiteral<"tool">;
|
|
10769
10767
|
readonly toolCallId: Type.TString;
|
|
@@ -10794,9 +10792,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10794
10792
|
}>;
|
|
10795
10793
|
}>>;
|
|
10796
10794
|
readonly timestamp: Type.TInteger;
|
|
10795
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10796
|
+
readonly isError: Type.TLiteral<false>;
|
|
10797
10797
|
}>, Type.TObject<{
|
|
10798
|
-
readonly status: Type.TLiteral<"error">;
|
|
10799
|
-
readonly isError: Type.TLiteral<true>;
|
|
10800
10798
|
readonly id: Type.TString;
|
|
10801
10799
|
readonly role: Type.TLiteral<"tool">;
|
|
10802
10800
|
readonly toolCallId: Type.TString;
|
|
@@ -10827,6 +10825,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10827
10825
|
}>;
|
|
10828
10826
|
}>>;
|
|
10829
10827
|
readonly timestamp: Type.TInteger;
|
|
10828
|
+
readonly status: Type.TLiteral<"error">;
|
|
10829
|
+
readonly isError: Type.TLiteral<true>;
|
|
10830
10830
|
}>]>]>>;
|
|
10831
10831
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
10832
10832
|
readonly id: Type.TString;
|
|
@@ -10873,7 +10873,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10873
10873
|
}>]>>;
|
|
10874
10874
|
readonly timestamp: Type.TInteger;
|
|
10875
10875
|
}>, Type.TUnion<[Type.TObject<{
|
|
10876
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
10877
10876
|
readonly id: Type.TString;
|
|
10878
10877
|
readonly role: Type.TLiteral<"assistant">;
|
|
10879
10878
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10910,9 +10909,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10910
10909
|
}>;
|
|
10911
10910
|
}>>;
|
|
10912
10911
|
readonly timestamp: Type.TInteger;
|
|
10912
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
10913
10913
|
}>, Type.TObject<{
|
|
10914
|
-
readonly status: Type.TLiteral<"complete">;
|
|
10915
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10916
10914
|
readonly id: Type.TString;
|
|
10917
10915
|
readonly role: Type.TLiteral<"assistant">;
|
|
10918
10916
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10949,10 +10947,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10949
10947
|
}>;
|
|
10950
10948
|
}>>;
|
|
10951
10949
|
readonly timestamp: Type.TInteger;
|
|
10950
|
+
readonly status: Type.TLiteral<"complete">;
|
|
10951
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
10952
10952
|
}>, Type.TObject<{
|
|
10953
|
-
readonly status: Type.TLiteral<"error">;
|
|
10954
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
10955
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10956
10953
|
readonly id: Type.TString;
|
|
10957
10954
|
readonly role: Type.TLiteral<"assistant">;
|
|
10958
10955
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -10989,10 +10986,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
10989
10986
|
}>;
|
|
10990
10987
|
}>>;
|
|
10991
10988
|
readonly timestamp: Type.TInteger;
|
|
10992
|
-
|
|
10993
|
-
readonly
|
|
10994
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
10989
|
+
readonly status: Type.TLiteral<"error">;
|
|
10990
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
10995
10991
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
10992
|
+
}>, Type.TObject<{
|
|
10996
10993
|
readonly id: Type.TString;
|
|
10997
10994
|
readonly role: Type.TLiteral<"assistant">;
|
|
10998
10995
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11029,9 +11026,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11029
11026
|
}>;
|
|
11030
11027
|
}>>;
|
|
11031
11028
|
readonly timestamp: Type.TInteger;
|
|
11029
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
11030
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11031
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11032
11032
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
11033
|
-
readonly status: Type.TLiteral<"running">;
|
|
11034
|
-
readonly isError: Type.TLiteral<false>;
|
|
11035
11033
|
readonly id: Type.TString;
|
|
11036
11034
|
readonly role: Type.TLiteral<"tool">;
|
|
11037
11035
|
readonly toolCallId: Type.TString;
|
|
@@ -11062,9 +11060,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11062
11060
|
}>;
|
|
11063
11061
|
}>>;
|
|
11064
11062
|
readonly timestamp: Type.TInteger;
|
|
11065
|
-
|
|
11066
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11063
|
+
readonly status: Type.TLiteral<"running">;
|
|
11067
11064
|
readonly isError: Type.TLiteral<false>;
|
|
11065
|
+
}>, Type.TObject<{
|
|
11068
11066
|
readonly id: Type.TString;
|
|
11069
11067
|
readonly role: Type.TLiteral<"tool">;
|
|
11070
11068
|
readonly toolCallId: Type.TString;
|
|
@@ -11095,9 +11093,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11095
11093
|
}>;
|
|
11096
11094
|
}>>;
|
|
11097
11095
|
readonly timestamp: Type.TInteger;
|
|
11096
|
+
readonly status: Type.TLiteral<"complete">;
|
|
11097
|
+
readonly isError: Type.TLiteral<false>;
|
|
11098
11098
|
}>, Type.TObject<{
|
|
11099
|
-
readonly status: Type.TLiteral<"error">;
|
|
11100
|
-
readonly isError: Type.TLiteral<true>;
|
|
11101
11099
|
readonly id: Type.TString;
|
|
11102
11100
|
readonly role: Type.TLiteral<"tool">;
|
|
11103
11101
|
readonly toolCallId: Type.TString;
|
|
@@ -11128,6 +11126,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11128
11126
|
}>;
|
|
11129
11127
|
}>>;
|
|
11130
11128
|
readonly timestamp: Type.TInteger;
|
|
11129
|
+
readonly status: Type.TLiteral<"error">;
|
|
11130
|
+
readonly isError: Type.TLiteral<true>;
|
|
11131
11131
|
}>]>]>>;
|
|
11132
11132
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
11133
11133
|
readonly id: Type.TString;
|
|
@@ -11177,7 +11177,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11177
11177
|
}>]>>;
|
|
11178
11178
|
readonly timestamp: Type.TInteger;
|
|
11179
11179
|
}>, Type.TUnion<[Type.TObject<{
|
|
11180
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
11181
11180
|
readonly id: Type.TString;
|
|
11182
11181
|
readonly role: Type.TLiteral<"assistant">;
|
|
11183
11182
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11214,9 +11213,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11214
11213
|
}>;
|
|
11215
11214
|
}>>;
|
|
11216
11215
|
readonly timestamp: Type.TInteger;
|
|
11216
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
11217
11217
|
}>, Type.TObject<{
|
|
11218
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11219
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
11220
11218
|
readonly id: Type.TString;
|
|
11221
11219
|
readonly role: Type.TLiteral<"assistant">;
|
|
11222
11220
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11253,10 +11251,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11253
11251
|
}>;
|
|
11254
11252
|
}>>;
|
|
11255
11253
|
readonly timestamp: Type.TInteger;
|
|
11254
|
+
readonly status: Type.TLiteral<"complete">;
|
|
11255
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
11256
11256
|
}>, Type.TObject<{
|
|
11257
|
-
readonly status: Type.TLiteral<"error">;
|
|
11258
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
11259
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11260
11257
|
readonly id: Type.TString;
|
|
11261
11258
|
readonly role: Type.TLiteral<"assistant">;
|
|
11262
11259
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11293,10 +11290,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11293
11290
|
}>;
|
|
11294
11291
|
}>>;
|
|
11295
11292
|
readonly timestamp: Type.TInteger;
|
|
11296
|
-
|
|
11297
|
-
readonly
|
|
11298
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11293
|
+
readonly status: Type.TLiteral<"error">;
|
|
11294
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
11299
11295
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11296
|
+
}>, Type.TObject<{
|
|
11300
11297
|
readonly id: Type.TString;
|
|
11301
11298
|
readonly role: Type.TLiteral<"assistant">;
|
|
11302
11299
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11333,9 +11330,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11333
11330
|
}>;
|
|
11334
11331
|
}>>;
|
|
11335
11332
|
readonly timestamp: Type.TInteger;
|
|
11333
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
11334
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11335
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11336
11336
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
11337
|
-
readonly status: Type.TLiteral<"running">;
|
|
11338
|
-
readonly isError: Type.TLiteral<false>;
|
|
11339
11337
|
readonly id: Type.TString;
|
|
11340
11338
|
readonly role: Type.TLiteral<"tool">;
|
|
11341
11339
|
readonly toolCallId: Type.TString;
|
|
@@ -11366,9 +11364,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11366
11364
|
}>;
|
|
11367
11365
|
}>>;
|
|
11368
11366
|
readonly timestamp: Type.TInteger;
|
|
11369
|
-
|
|
11370
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11367
|
+
readonly status: Type.TLiteral<"running">;
|
|
11371
11368
|
readonly isError: Type.TLiteral<false>;
|
|
11369
|
+
}>, Type.TObject<{
|
|
11372
11370
|
readonly id: Type.TString;
|
|
11373
11371
|
readonly role: Type.TLiteral<"tool">;
|
|
11374
11372
|
readonly toolCallId: Type.TString;
|
|
@@ -11399,9 +11397,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11399
11397
|
}>;
|
|
11400
11398
|
}>>;
|
|
11401
11399
|
readonly timestamp: Type.TInteger;
|
|
11400
|
+
readonly status: Type.TLiteral<"complete">;
|
|
11401
|
+
readonly isError: Type.TLiteral<false>;
|
|
11402
11402
|
}>, Type.TObject<{
|
|
11403
|
-
readonly status: Type.TLiteral<"error">;
|
|
11404
|
-
readonly isError: Type.TLiteral<true>;
|
|
11405
11403
|
readonly id: Type.TString;
|
|
11406
11404
|
readonly role: Type.TLiteral<"tool">;
|
|
11407
11405
|
readonly toolCallId: Type.TString;
|
|
@@ -11432,6 +11430,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11432
11430
|
}>;
|
|
11433
11431
|
}>>;
|
|
11434
11432
|
readonly timestamp: Type.TInteger;
|
|
11433
|
+
readonly status: Type.TLiteral<"error">;
|
|
11434
|
+
readonly isError: Type.TLiteral<true>;
|
|
11435
11435
|
}>]>]>>;
|
|
11436
11436
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
11437
11437
|
readonly id: Type.TString;
|
|
@@ -11478,7 +11478,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11478
11478
|
}>]>>;
|
|
11479
11479
|
readonly timestamp: Type.TInteger;
|
|
11480
11480
|
}>, Type.TUnion<[Type.TObject<{
|
|
11481
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
11482
11481
|
readonly id: Type.TString;
|
|
11483
11482
|
readonly role: Type.TLiteral<"assistant">;
|
|
11484
11483
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11515,9 +11514,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11515
11514
|
}>;
|
|
11516
11515
|
}>>;
|
|
11517
11516
|
readonly timestamp: Type.TInteger;
|
|
11517
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
11518
11518
|
}>, Type.TObject<{
|
|
11519
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11520
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
11521
11519
|
readonly id: Type.TString;
|
|
11522
11520
|
readonly role: Type.TLiteral<"assistant">;
|
|
11523
11521
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11554,10 +11552,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11554
11552
|
}>;
|
|
11555
11553
|
}>>;
|
|
11556
11554
|
readonly timestamp: Type.TInteger;
|
|
11555
|
+
readonly status: Type.TLiteral<"complete">;
|
|
11556
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
11557
11557
|
}>, Type.TObject<{
|
|
11558
|
-
readonly status: Type.TLiteral<"error">;
|
|
11559
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
11560
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11561
11558
|
readonly id: Type.TString;
|
|
11562
11559
|
readonly role: Type.TLiteral<"assistant">;
|
|
11563
11560
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11594,10 +11591,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11594
11591
|
}>;
|
|
11595
11592
|
}>>;
|
|
11596
11593
|
readonly timestamp: Type.TInteger;
|
|
11597
|
-
|
|
11598
|
-
readonly
|
|
11599
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11594
|
+
readonly status: Type.TLiteral<"error">;
|
|
11595
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
11600
11596
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11597
|
+
}>, Type.TObject<{
|
|
11601
11598
|
readonly id: Type.TString;
|
|
11602
11599
|
readonly role: Type.TLiteral<"assistant">;
|
|
11603
11600
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11634,9 +11631,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11634
11631
|
}>;
|
|
11635
11632
|
}>>;
|
|
11636
11633
|
readonly timestamp: Type.TInteger;
|
|
11634
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
11635
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11636
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11637
11637
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
11638
|
-
readonly status: Type.TLiteral<"running">;
|
|
11639
|
-
readonly isError: Type.TLiteral<false>;
|
|
11640
11638
|
readonly id: Type.TString;
|
|
11641
11639
|
readonly role: Type.TLiteral<"tool">;
|
|
11642
11640
|
readonly toolCallId: Type.TString;
|
|
@@ -11667,9 +11665,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11667
11665
|
}>;
|
|
11668
11666
|
}>>;
|
|
11669
11667
|
readonly timestamp: Type.TInteger;
|
|
11670
|
-
|
|
11671
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11668
|
+
readonly status: Type.TLiteral<"running">;
|
|
11672
11669
|
readonly isError: Type.TLiteral<false>;
|
|
11670
|
+
}>, Type.TObject<{
|
|
11673
11671
|
readonly id: Type.TString;
|
|
11674
11672
|
readonly role: Type.TLiteral<"tool">;
|
|
11675
11673
|
readonly toolCallId: Type.TString;
|
|
@@ -11700,9 +11698,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11700
11698
|
}>;
|
|
11701
11699
|
}>>;
|
|
11702
11700
|
readonly timestamp: Type.TInteger;
|
|
11701
|
+
readonly status: Type.TLiteral<"complete">;
|
|
11702
|
+
readonly isError: Type.TLiteral<false>;
|
|
11703
11703
|
}>, Type.TObject<{
|
|
11704
|
-
readonly status: Type.TLiteral<"error">;
|
|
11705
|
-
readonly isError: Type.TLiteral<true>;
|
|
11706
11704
|
readonly id: Type.TString;
|
|
11707
11705
|
readonly role: Type.TLiteral<"tool">;
|
|
11708
11706
|
readonly toolCallId: Type.TString;
|
|
@@ -11733,6 +11731,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11733
11731
|
}>;
|
|
11734
11732
|
}>>;
|
|
11735
11733
|
readonly timestamp: Type.TInteger;
|
|
11734
|
+
readonly status: Type.TLiteral<"error">;
|
|
11735
|
+
readonly isError: Type.TLiteral<true>;
|
|
11736
11736
|
}>]>]>>;
|
|
11737
11737
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
11738
11738
|
readonly id: Type.TString;
|
|
@@ -11779,7 +11779,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11779
11779
|
}>]>>;
|
|
11780
11780
|
readonly timestamp: Type.TInteger;
|
|
11781
11781
|
}>, Type.TUnion<[Type.TObject<{
|
|
11782
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
11783
11782
|
readonly id: Type.TString;
|
|
11784
11783
|
readonly role: Type.TLiteral<"assistant">;
|
|
11785
11784
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11816,9 +11815,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11816
11815
|
}>;
|
|
11817
11816
|
}>>;
|
|
11818
11817
|
readonly timestamp: Type.TInteger;
|
|
11818
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
11819
11819
|
}>, Type.TObject<{
|
|
11820
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11821
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
11822
11820
|
readonly id: Type.TString;
|
|
11823
11821
|
readonly role: Type.TLiteral<"assistant">;
|
|
11824
11822
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11855,10 +11853,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11855
11853
|
}>;
|
|
11856
11854
|
}>>;
|
|
11857
11855
|
readonly timestamp: Type.TInteger;
|
|
11856
|
+
readonly status: Type.TLiteral<"complete">;
|
|
11857
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
11858
11858
|
}>, Type.TObject<{
|
|
11859
|
-
readonly status: Type.TLiteral<"error">;
|
|
11860
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
11861
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11862
11859
|
readonly id: Type.TString;
|
|
11863
11860
|
readonly role: Type.TLiteral<"assistant">;
|
|
11864
11861
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11895,10 +11892,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11895
11892
|
}>;
|
|
11896
11893
|
}>>;
|
|
11897
11894
|
readonly timestamp: Type.TInteger;
|
|
11898
|
-
|
|
11899
|
-
readonly
|
|
11900
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11895
|
+
readonly status: Type.TLiteral<"error">;
|
|
11896
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
11901
11897
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11898
|
+
}>, Type.TObject<{
|
|
11902
11899
|
readonly id: Type.TString;
|
|
11903
11900
|
readonly role: Type.TLiteral<"assistant">;
|
|
11904
11901
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -11935,9 +11932,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11935
11932
|
}>;
|
|
11936
11933
|
}>>;
|
|
11937
11934
|
readonly timestamp: Type.TInteger;
|
|
11935
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
11936
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
11937
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
11938
11938
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
11939
|
-
readonly status: Type.TLiteral<"running">;
|
|
11940
|
-
readonly isError: Type.TLiteral<false>;
|
|
11941
11939
|
readonly id: Type.TString;
|
|
11942
11940
|
readonly role: Type.TLiteral<"tool">;
|
|
11943
11941
|
readonly toolCallId: Type.TString;
|
|
@@ -11968,9 +11966,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
11968
11966
|
}>;
|
|
11969
11967
|
}>>;
|
|
11970
11968
|
readonly timestamp: Type.TInteger;
|
|
11971
|
-
|
|
11972
|
-
readonly status: Type.TLiteral<"complete">;
|
|
11969
|
+
readonly status: Type.TLiteral<"running">;
|
|
11973
11970
|
readonly isError: Type.TLiteral<false>;
|
|
11971
|
+
}>, Type.TObject<{
|
|
11974
11972
|
readonly id: Type.TString;
|
|
11975
11973
|
readonly role: Type.TLiteral<"tool">;
|
|
11976
11974
|
readonly toolCallId: Type.TString;
|
|
@@ -12001,9 +11999,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12001
11999
|
}>;
|
|
12002
12000
|
}>>;
|
|
12003
12001
|
readonly timestamp: Type.TInteger;
|
|
12002
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12003
|
+
readonly isError: Type.TLiteral<false>;
|
|
12004
12004
|
}>, Type.TObject<{
|
|
12005
|
-
readonly status: Type.TLiteral<"error">;
|
|
12006
|
-
readonly isError: Type.TLiteral<true>;
|
|
12007
12005
|
readonly id: Type.TString;
|
|
12008
12006
|
readonly role: Type.TLiteral<"tool">;
|
|
12009
12007
|
readonly toolCallId: Type.TString;
|
|
@@ -12034,6 +12032,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12034
12032
|
}>;
|
|
12035
12033
|
}>>;
|
|
12036
12034
|
readonly timestamp: Type.TInteger;
|
|
12035
|
+
readonly status: Type.TLiteral<"error">;
|
|
12036
|
+
readonly isError: Type.TLiteral<true>;
|
|
12037
12037
|
}>]>]>>;
|
|
12038
12038
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
12039
12039
|
readonly id: Type.TString;
|
|
@@ -12080,7 +12080,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12080
12080
|
}>]>>;
|
|
12081
12081
|
readonly timestamp: Type.TInteger;
|
|
12082
12082
|
}>, Type.TUnion<[Type.TObject<{
|
|
12083
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
12084
12083
|
readonly id: Type.TString;
|
|
12085
12084
|
readonly role: Type.TLiteral<"assistant">;
|
|
12086
12085
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12117,9 +12116,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12117
12116
|
}>;
|
|
12118
12117
|
}>>;
|
|
12119
12118
|
readonly timestamp: Type.TInteger;
|
|
12119
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
12120
12120
|
}>, Type.TObject<{
|
|
12121
|
-
readonly status: Type.TLiteral<"complete">;
|
|
12122
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
12123
12121
|
readonly id: Type.TString;
|
|
12124
12122
|
readonly role: Type.TLiteral<"assistant">;
|
|
12125
12123
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12156,10 +12154,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12156
12154
|
}>;
|
|
12157
12155
|
}>>;
|
|
12158
12156
|
readonly timestamp: Type.TInteger;
|
|
12157
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12158
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
12159
12159
|
}>, Type.TObject<{
|
|
12160
|
-
readonly status: Type.TLiteral<"error">;
|
|
12161
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
12162
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12163
12160
|
readonly id: Type.TString;
|
|
12164
12161
|
readonly role: Type.TLiteral<"assistant">;
|
|
12165
12162
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12196,10 +12193,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12196
12193
|
}>;
|
|
12197
12194
|
}>>;
|
|
12198
12195
|
readonly timestamp: Type.TInteger;
|
|
12199
|
-
|
|
12200
|
-
readonly
|
|
12201
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
12196
|
+
readonly status: Type.TLiteral<"error">;
|
|
12197
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
12202
12198
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12199
|
+
}>, Type.TObject<{
|
|
12203
12200
|
readonly id: Type.TString;
|
|
12204
12201
|
readonly role: Type.TLiteral<"assistant">;
|
|
12205
12202
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12236,9 +12233,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12236
12233
|
}>;
|
|
12237
12234
|
}>>;
|
|
12238
12235
|
readonly timestamp: Type.TInteger;
|
|
12236
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
12237
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
12238
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12239
12239
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
12240
|
-
readonly status: Type.TLiteral<"running">;
|
|
12241
|
-
readonly isError: Type.TLiteral<false>;
|
|
12242
12240
|
readonly id: Type.TString;
|
|
12243
12241
|
readonly role: Type.TLiteral<"tool">;
|
|
12244
12242
|
readonly toolCallId: Type.TString;
|
|
@@ -12269,9 +12267,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12269
12267
|
}>;
|
|
12270
12268
|
}>>;
|
|
12271
12269
|
readonly timestamp: Type.TInteger;
|
|
12272
|
-
|
|
12273
|
-
readonly status: Type.TLiteral<"complete">;
|
|
12270
|
+
readonly status: Type.TLiteral<"running">;
|
|
12274
12271
|
readonly isError: Type.TLiteral<false>;
|
|
12272
|
+
}>, Type.TObject<{
|
|
12275
12273
|
readonly id: Type.TString;
|
|
12276
12274
|
readonly role: Type.TLiteral<"tool">;
|
|
12277
12275
|
readonly toolCallId: Type.TString;
|
|
@@ -12302,9 +12300,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12302
12300
|
}>;
|
|
12303
12301
|
}>>;
|
|
12304
12302
|
readonly timestamp: Type.TInteger;
|
|
12303
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12304
|
+
readonly isError: Type.TLiteral<false>;
|
|
12305
12305
|
}>, Type.TObject<{
|
|
12306
|
-
readonly status: Type.TLiteral<"error">;
|
|
12307
|
-
readonly isError: Type.TLiteral<true>;
|
|
12308
12306
|
readonly id: Type.TString;
|
|
12309
12307
|
readonly role: Type.TLiteral<"tool">;
|
|
12310
12308
|
readonly toolCallId: Type.TString;
|
|
@@ -12335,6 +12333,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12335
12333
|
}>;
|
|
12336
12334
|
}>>;
|
|
12337
12335
|
readonly timestamp: Type.TInteger;
|
|
12336
|
+
readonly status: Type.TLiteral<"error">;
|
|
12337
|
+
readonly isError: Type.TLiteral<true>;
|
|
12338
12338
|
}>]>]>>;
|
|
12339
12339
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
12340
12340
|
readonly id: Type.TString;
|
|
@@ -12381,7 +12381,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12381
12381
|
}>]>>;
|
|
12382
12382
|
readonly timestamp: Type.TInteger;
|
|
12383
12383
|
}>, Type.TUnion<[Type.TObject<{
|
|
12384
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
12385
12384
|
readonly id: Type.TString;
|
|
12386
12385
|
readonly role: Type.TLiteral<"assistant">;
|
|
12387
12386
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12418,9 +12417,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12418
12417
|
}>;
|
|
12419
12418
|
}>>;
|
|
12420
12419
|
readonly timestamp: Type.TInteger;
|
|
12420
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
12421
12421
|
}>, Type.TObject<{
|
|
12422
|
-
readonly status: Type.TLiteral<"complete">;
|
|
12423
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
12424
12422
|
readonly id: Type.TString;
|
|
12425
12423
|
readonly role: Type.TLiteral<"assistant">;
|
|
12426
12424
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12457,10 +12455,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12457
12455
|
}>;
|
|
12458
12456
|
}>>;
|
|
12459
12457
|
readonly timestamp: Type.TInteger;
|
|
12458
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12459
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
12460
12460
|
}>, Type.TObject<{
|
|
12461
|
-
readonly status: Type.TLiteral<"error">;
|
|
12462
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
12463
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12464
12461
|
readonly id: Type.TString;
|
|
12465
12462
|
readonly role: Type.TLiteral<"assistant">;
|
|
12466
12463
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12497,10 +12494,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12497
12494
|
}>;
|
|
12498
12495
|
}>>;
|
|
12499
12496
|
readonly timestamp: Type.TInteger;
|
|
12500
|
-
|
|
12501
|
-
readonly
|
|
12502
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
12497
|
+
readonly status: Type.TLiteral<"error">;
|
|
12498
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
12503
12499
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12500
|
+
}>, Type.TObject<{
|
|
12504
12501
|
readonly id: Type.TString;
|
|
12505
12502
|
readonly role: Type.TLiteral<"assistant">;
|
|
12506
12503
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12537,9 +12534,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12537
12534
|
}>;
|
|
12538
12535
|
}>>;
|
|
12539
12536
|
readonly timestamp: Type.TInteger;
|
|
12537
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
12538
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
12539
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12540
12540
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
12541
|
-
readonly status: Type.TLiteral<"running">;
|
|
12542
|
-
readonly isError: Type.TLiteral<false>;
|
|
12543
12541
|
readonly id: Type.TString;
|
|
12544
12542
|
readonly role: Type.TLiteral<"tool">;
|
|
12545
12543
|
readonly toolCallId: Type.TString;
|
|
@@ -12570,9 +12568,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12570
12568
|
}>;
|
|
12571
12569
|
}>>;
|
|
12572
12570
|
readonly timestamp: Type.TInteger;
|
|
12573
|
-
|
|
12574
|
-
readonly status: Type.TLiteral<"complete">;
|
|
12571
|
+
readonly status: Type.TLiteral<"running">;
|
|
12575
12572
|
readonly isError: Type.TLiteral<false>;
|
|
12573
|
+
}>, Type.TObject<{
|
|
12576
12574
|
readonly id: Type.TString;
|
|
12577
12575
|
readonly role: Type.TLiteral<"tool">;
|
|
12578
12576
|
readonly toolCallId: Type.TString;
|
|
@@ -12603,9 +12601,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12603
12601
|
}>;
|
|
12604
12602
|
}>>;
|
|
12605
12603
|
readonly timestamp: Type.TInteger;
|
|
12604
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12605
|
+
readonly isError: Type.TLiteral<false>;
|
|
12606
12606
|
}>, Type.TObject<{
|
|
12607
|
-
readonly status: Type.TLiteral<"error">;
|
|
12608
|
-
readonly isError: Type.TLiteral<true>;
|
|
12609
12607
|
readonly id: Type.TString;
|
|
12610
12608
|
readonly role: Type.TLiteral<"tool">;
|
|
12611
12609
|
readonly toolCallId: Type.TString;
|
|
@@ -12636,6 +12634,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12636
12634
|
}>;
|
|
12637
12635
|
}>>;
|
|
12638
12636
|
readonly timestamp: Type.TInteger;
|
|
12637
|
+
readonly status: Type.TLiteral<"error">;
|
|
12638
|
+
readonly isError: Type.TLiteral<true>;
|
|
12639
12639
|
}>]>]>>;
|
|
12640
12640
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
12641
12641
|
readonly id: Type.TString;
|
|
@@ -12727,7 +12727,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12727
12727
|
}>]>>;
|
|
12728
12728
|
readonly timestamp: Type.TInteger;
|
|
12729
12729
|
}>, Type.TUnion<[Type.TObject<{
|
|
12730
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
12731
12730
|
readonly id: Type.TString;
|
|
12732
12731
|
readonly role: Type.TLiteral<"assistant">;
|
|
12733
12732
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12764,9 +12763,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12764
12763
|
}>;
|
|
12765
12764
|
}>>;
|
|
12766
12765
|
readonly timestamp: Type.TInteger;
|
|
12766
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
12767
12767
|
}>, Type.TObject<{
|
|
12768
|
-
readonly status: Type.TLiteral<"complete">;
|
|
12769
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
12770
12768
|
readonly id: Type.TString;
|
|
12771
12769
|
readonly role: Type.TLiteral<"assistant">;
|
|
12772
12770
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12803,10 +12801,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12803
12801
|
}>;
|
|
12804
12802
|
}>>;
|
|
12805
12803
|
readonly timestamp: Type.TInteger;
|
|
12804
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12805
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
12806
12806
|
}>, Type.TObject<{
|
|
12807
|
-
readonly status: Type.TLiteral<"error">;
|
|
12808
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
12809
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12810
12807
|
readonly id: Type.TString;
|
|
12811
12808
|
readonly role: Type.TLiteral<"assistant">;
|
|
12812
12809
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12843,10 +12840,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12843
12840
|
}>;
|
|
12844
12841
|
}>>;
|
|
12845
12842
|
readonly timestamp: Type.TInteger;
|
|
12846
|
-
|
|
12847
|
-
readonly
|
|
12848
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
12843
|
+
readonly status: Type.TLiteral<"error">;
|
|
12844
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
12849
12845
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12846
|
+
}>, Type.TObject<{
|
|
12850
12847
|
readonly id: Type.TString;
|
|
12851
12848
|
readonly role: Type.TLiteral<"assistant">;
|
|
12852
12849
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -12883,9 +12880,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12883
12880
|
}>;
|
|
12884
12881
|
}>>;
|
|
12885
12882
|
readonly timestamp: Type.TInteger;
|
|
12883
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
12884
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
12885
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
12886
12886
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
12887
|
-
readonly status: Type.TLiteral<"running">;
|
|
12888
|
-
readonly isError: Type.TLiteral<false>;
|
|
12889
12887
|
readonly id: Type.TString;
|
|
12890
12888
|
readonly role: Type.TLiteral<"tool">;
|
|
12891
12889
|
readonly toolCallId: Type.TString;
|
|
@@ -12916,9 +12914,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12916
12914
|
}>;
|
|
12917
12915
|
}>>;
|
|
12918
12916
|
readonly timestamp: Type.TInteger;
|
|
12919
|
-
|
|
12920
|
-
readonly status: Type.TLiteral<"complete">;
|
|
12917
|
+
readonly status: Type.TLiteral<"running">;
|
|
12921
12918
|
readonly isError: Type.TLiteral<false>;
|
|
12919
|
+
}>, Type.TObject<{
|
|
12922
12920
|
readonly id: Type.TString;
|
|
12923
12921
|
readonly role: Type.TLiteral<"tool">;
|
|
12924
12922
|
readonly toolCallId: Type.TString;
|
|
@@ -12949,9 +12947,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12949
12947
|
}>;
|
|
12950
12948
|
}>>;
|
|
12951
12949
|
readonly timestamp: Type.TInteger;
|
|
12950
|
+
readonly status: Type.TLiteral<"complete">;
|
|
12951
|
+
readonly isError: Type.TLiteral<false>;
|
|
12952
12952
|
}>, Type.TObject<{
|
|
12953
|
-
readonly status: Type.TLiteral<"error">;
|
|
12954
|
-
readonly isError: Type.TLiteral<true>;
|
|
12955
12953
|
readonly id: Type.TString;
|
|
12956
12954
|
readonly role: Type.TLiteral<"tool">;
|
|
12957
12955
|
readonly toolCallId: Type.TString;
|
|
@@ -12982,6 +12980,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
12982
12980
|
}>;
|
|
12983
12981
|
}>>;
|
|
12984
12982
|
readonly timestamp: Type.TInteger;
|
|
12983
|
+
readonly status: Type.TLiteral<"error">;
|
|
12984
|
+
readonly isError: Type.TLiteral<true>;
|
|
12985
12985
|
}>]>]>>;
|
|
12986
12986
|
readonly queuedSteer: Type.TArray<Type.TObject<{
|
|
12987
12987
|
readonly id: Type.TString;
|
|
@@ -13016,7 +13016,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13016
13016
|
}>]>>;
|
|
13017
13017
|
readonly timestamp: Type.TInteger;
|
|
13018
13018
|
}>, Type.TUnion<[Type.TObject<{
|
|
13019
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
13020
13019
|
readonly id: Type.TString;
|
|
13021
13020
|
readonly role: Type.TLiteral<"assistant">;
|
|
13022
13021
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13053,9 +13052,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13053
13052
|
}>;
|
|
13054
13053
|
}>>;
|
|
13055
13054
|
readonly timestamp: Type.TInteger;
|
|
13055
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
13056
13056
|
}>, Type.TObject<{
|
|
13057
|
-
readonly status: Type.TLiteral<"complete">;
|
|
13058
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
13059
13057
|
readonly id: Type.TString;
|
|
13060
13058
|
readonly role: Type.TLiteral<"assistant">;
|
|
13061
13059
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13092,10 +13090,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13092
13090
|
}>;
|
|
13093
13091
|
}>>;
|
|
13094
13092
|
readonly timestamp: Type.TInteger;
|
|
13093
|
+
readonly status: Type.TLiteral<"complete">;
|
|
13094
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
13095
13095
|
}>, Type.TObject<{
|
|
13096
|
-
readonly status: Type.TLiteral<"error">;
|
|
13097
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
13098
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13099
13096
|
readonly id: Type.TString;
|
|
13100
13097
|
readonly role: Type.TLiteral<"assistant">;
|
|
13101
13098
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13132,10 +13129,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13132
13129
|
}>;
|
|
13133
13130
|
}>>;
|
|
13134
13131
|
readonly timestamp: Type.TInteger;
|
|
13135
|
-
|
|
13136
|
-
readonly
|
|
13137
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
13132
|
+
readonly status: Type.TLiteral<"error">;
|
|
13133
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
13138
13134
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13135
|
+
}>, Type.TObject<{
|
|
13139
13136
|
readonly id: Type.TString;
|
|
13140
13137
|
readonly role: Type.TLiteral<"assistant">;
|
|
13141
13138
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13172,9 +13169,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13172
13169
|
}>;
|
|
13173
13170
|
}>>;
|
|
13174
13171
|
readonly timestamp: Type.TInteger;
|
|
13172
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
13173
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
13174
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13175
13175
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
13176
|
-
readonly status: Type.TLiteral<"running">;
|
|
13177
|
-
readonly isError: Type.TLiteral<false>;
|
|
13178
13176
|
readonly id: Type.TString;
|
|
13179
13177
|
readonly role: Type.TLiteral<"tool">;
|
|
13180
13178
|
readonly toolCallId: Type.TString;
|
|
@@ -13205,9 +13203,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13205
13203
|
}>;
|
|
13206
13204
|
}>>;
|
|
13207
13205
|
readonly timestamp: Type.TInteger;
|
|
13208
|
-
|
|
13209
|
-
readonly status: Type.TLiteral<"complete">;
|
|
13206
|
+
readonly status: Type.TLiteral<"running">;
|
|
13210
13207
|
readonly isError: Type.TLiteral<false>;
|
|
13208
|
+
}>, Type.TObject<{
|
|
13211
13209
|
readonly id: Type.TString;
|
|
13212
13210
|
readonly role: Type.TLiteral<"tool">;
|
|
13213
13211
|
readonly toolCallId: Type.TString;
|
|
@@ -13238,9 +13236,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13238
13236
|
}>;
|
|
13239
13237
|
}>>;
|
|
13240
13238
|
readonly timestamp: Type.TInteger;
|
|
13239
|
+
readonly status: Type.TLiteral<"complete">;
|
|
13240
|
+
readonly isError: Type.TLiteral<false>;
|
|
13241
13241
|
}>, Type.TObject<{
|
|
13242
|
-
readonly status: Type.TLiteral<"error">;
|
|
13243
|
-
readonly isError: Type.TLiteral<true>;
|
|
13244
13242
|
readonly id: Type.TString;
|
|
13245
13243
|
readonly role: Type.TLiteral<"tool">;
|
|
13246
13244
|
readonly toolCallId: Type.TString;
|
|
@@ -13271,6 +13269,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13271
13269
|
}>;
|
|
13272
13270
|
}>>;
|
|
13273
13271
|
readonly timestamp: Type.TInteger;
|
|
13272
|
+
readonly status: Type.TLiteral<"error">;
|
|
13273
|
+
readonly isError: Type.TLiteral<true>;
|
|
13274
13274
|
}>]>]>;
|
|
13275
13275
|
}>, Type.TObject<{
|
|
13276
13276
|
readonly type: Type.TLiteral<"assistant_delta">;
|
|
@@ -13281,7 +13281,6 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13281
13281
|
}>, Type.TObject<{
|
|
13282
13282
|
readonly type: Type.TLiteral<"item_updated">;
|
|
13283
13283
|
readonly item: Type.TUnion<[Type.TUnion<[Type.TObject<{
|
|
13284
|
-
readonly status: Type.TLiteral<"streaming">;
|
|
13285
13284
|
readonly id: Type.TString;
|
|
13286
13285
|
readonly role: Type.TLiteral<"assistant">;
|
|
13287
13286
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13318,9 +13317,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13318
13317
|
}>;
|
|
13319
13318
|
}>>;
|
|
13320
13319
|
readonly timestamp: Type.TInteger;
|
|
13320
|
+
readonly status: Type.TLiteral<"streaming">;
|
|
13321
13321
|
}>, Type.TObject<{
|
|
13322
|
-
readonly status: Type.TLiteral<"complete">;
|
|
13323
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
13324
13322
|
readonly id: Type.TString;
|
|
13325
13323
|
readonly role: Type.TLiteral<"assistant">;
|
|
13326
13324
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13357,10 +13355,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13357
13355
|
}>;
|
|
13358
13356
|
}>>;
|
|
13359
13357
|
readonly timestamp: Type.TInteger;
|
|
13358
|
+
readonly status: Type.TLiteral<"complete">;
|
|
13359
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
13360
13360
|
}>, Type.TObject<{
|
|
13361
|
-
readonly status: Type.TLiteral<"error">;
|
|
13362
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
13363
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13364
13361
|
readonly id: Type.TString;
|
|
13365
13362
|
readonly role: Type.TLiteral<"assistant">;
|
|
13366
13363
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13397,10 +13394,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13397
13394
|
}>;
|
|
13398
13395
|
}>>;
|
|
13399
13396
|
readonly timestamp: Type.TInteger;
|
|
13400
|
-
|
|
13401
|
-
readonly
|
|
13402
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
13397
|
+
readonly status: Type.TLiteral<"error">;
|
|
13398
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
13403
13399
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13400
|
+
}>, Type.TObject<{
|
|
13404
13401
|
readonly id: Type.TString;
|
|
13405
13402
|
readonly role: Type.TLiteral<"assistant">;
|
|
13406
13403
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13437,9 +13434,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13437
13434
|
}>;
|
|
13438
13435
|
}>>;
|
|
13439
13436
|
readonly timestamp: Type.TInteger;
|
|
13437
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
13438
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
13439
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13440
13440
|
}>]>, Type.TUnion<[Type.TObject<{
|
|
13441
|
-
readonly status: Type.TLiteral<"running">;
|
|
13442
|
-
readonly isError: Type.TLiteral<false>;
|
|
13443
13441
|
readonly id: Type.TString;
|
|
13444
13442
|
readonly role: Type.TLiteral<"tool">;
|
|
13445
13443
|
readonly toolCallId: Type.TString;
|
|
@@ -13470,9 +13468,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13470
13468
|
}>;
|
|
13471
13469
|
}>>;
|
|
13472
13470
|
readonly timestamp: Type.TInteger;
|
|
13473
|
-
|
|
13474
|
-
readonly status: Type.TLiteral<"complete">;
|
|
13471
|
+
readonly status: Type.TLiteral<"running">;
|
|
13475
13472
|
readonly isError: Type.TLiteral<false>;
|
|
13473
|
+
}>, Type.TObject<{
|
|
13476
13474
|
readonly id: Type.TString;
|
|
13477
13475
|
readonly role: Type.TLiteral<"tool">;
|
|
13478
13476
|
readonly toolCallId: Type.TString;
|
|
@@ -13503,9 +13501,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13503
13501
|
}>;
|
|
13504
13502
|
}>>;
|
|
13505
13503
|
readonly timestamp: Type.TInteger;
|
|
13504
|
+
readonly status: Type.TLiteral<"complete">;
|
|
13505
|
+
readonly isError: Type.TLiteral<false>;
|
|
13506
13506
|
}>, Type.TObject<{
|
|
13507
|
-
readonly status: Type.TLiteral<"error">;
|
|
13508
|
-
readonly isError: Type.TLiteral<true>;
|
|
13509
13507
|
readonly id: Type.TString;
|
|
13510
13508
|
readonly role: Type.TLiteral<"tool">;
|
|
13511
13509
|
readonly toolCallId: Type.TString;
|
|
@@ -13536,12 +13534,12 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13536
13534
|
}>;
|
|
13537
13535
|
}>>;
|
|
13538
13536
|
readonly timestamp: Type.TInteger;
|
|
13537
|
+
readonly status: Type.TLiteral<"error">;
|
|
13538
|
+
readonly isError: Type.TLiteral<true>;
|
|
13539
13539
|
}>]>]>;
|
|
13540
13540
|
}>, Type.TObject<{
|
|
13541
13541
|
readonly type: Type.TLiteral<"item_finished">;
|
|
13542
13542
|
readonly item: Type.TUnion<[Type.TObject<{
|
|
13543
|
-
readonly status: Type.TLiteral<"complete">;
|
|
13544
|
-
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
13545
13543
|
readonly id: Type.TString;
|
|
13546
13544
|
readonly role: Type.TLiteral<"assistant">;
|
|
13547
13545
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13578,10 +13576,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13578
13576
|
}>;
|
|
13579
13577
|
}>>;
|
|
13580
13578
|
readonly timestamp: Type.TInteger;
|
|
13579
|
+
readonly status: Type.TLiteral<"complete">;
|
|
13580
|
+
readonly stopReason: Type.TUnion<[Type.TLiteral<"stop">, Type.TLiteral<"length">, Type.TLiteral<"toolUse">]>;
|
|
13581
13581
|
}>, Type.TObject<{
|
|
13582
|
-
readonly status: Type.TLiteral<"error">;
|
|
13583
|
-
readonly stopReason: Type.TLiteral<"error">;
|
|
13584
|
-
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13585
13582
|
readonly id: Type.TString;
|
|
13586
13583
|
readonly role: Type.TLiteral<"assistant">;
|
|
13587
13584
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13618,10 +13615,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13618
13615
|
}>;
|
|
13619
13616
|
}>>;
|
|
13620
13617
|
readonly timestamp: Type.TInteger;
|
|
13621
|
-
|
|
13622
|
-
readonly
|
|
13623
|
-
readonly stopReason: Type.TLiteral<"aborted">;
|
|
13618
|
+
readonly status: Type.TLiteral<"error">;
|
|
13619
|
+
readonly stopReason: Type.TLiteral<"error">;
|
|
13624
13620
|
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13621
|
+
}>, Type.TObject<{
|
|
13625
13622
|
readonly id: Type.TString;
|
|
13626
13623
|
readonly role: Type.TLiteral<"assistant">;
|
|
13627
13624
|
readonly content: Type.TArray<Type.TUnion<[Type.TObject<{
|
|
@@ -13658,9 +13655,10 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13658
13655
|
}>;
|
|
13659
13656
|
}>>;
|
|
13660
13657
|
readonly timestamp: Type.TInteger;
|
|
13658
|
+
readonly status: Type.TLiteral<"aborted">;
|
|
13659
|
+
readonly stopReason: Type.TLiteral<"aborted">;
|
|
13660
|
+
readonly errorMessage: Type.TOptional<Type.TString>;
|
|
13661
13661
|
}>, Type.TObject<{
|
|
13662
|
-
readonly status: Type.TLiteral<"complete">;
|
|
13663
|
-
readonly isError: Type.TLiteral<false>;
|
|
13664
13662
|
readonly id: Type.TString;
|
|
13665
13663
|
readonly role: Type.TLiteral<"tool">;
|
|
13666
13664
|
readonly toolCallId: Type.TString;
|
|
@@ -13691,9 +13689,9 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13691
13689
|
}>;
|
|
13692
13690
|
}>>;
|
|
13693
13691
|
readonly timestamp: Type.TInteger;
|
|
13692
|
+
readonly status: Type.TLiteral<"complete">;
|
|
13693
|
+
readonly isError: Type.TLiteral<false>;
|
|
13694
13694
|
}>, Type.TObject<{
|
|
13695
|
-
readonly status: Type.TLiteral<"error">;
|
|
13696
|
-
readonly isError: Type.TLiteral<true>;
|
|
13697
13695
|
readonly id: Type.TString;
|
|
13698
13696
|
readonly role: Type.TLiteral<"tool">;
|
|
13699
13697
|
readonly toolCallId: Type.TString;
|
|
@@ -13724,6 +13722,8 @@ export declare const ServerMessageSchema: Type.TUnion<[Type.TObject<{
|
|
|
13724
13722
|
}>;
|
|
13725
13723
|
}>>;
|
|
13726
13724
|
readonly timestamp: Type.TInteger;
|
|
13725
|
+
readonly status: Type.TLiteral<"error">;
|
|
13726
|
+
readonly isError: Type.TLiteral<true>;
|
|
13727
13727
|
}>]>;
|
|
13728
13728
|
}>]>;
|
|
13729
13729
|
}>, Type.TObject<{
|