We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c574a commit 2b37e37Copy full SHA for 2b37e37
1 file changed
apps/electron/src/renderer/components/agent/AgentView.tsx
@@ -147,7 +147,6 @@ function createUserSDKMessage(text: string, uuid?: string, createdAt = Date.now(
147
function resolveRunContextWindow(modelId: string | undefined, previous: number | undefined): number | undefined {
148
return inferContextWindow(modelId) ?? previous
149
}
150
-}
151
152
interface SDKMessageRecord {
153
type?: string
0 commit comments