Skip to content

Commit 02b38e8

Browse files
committed
CR fix
1 parent 5792c27 commit 02b38e8

File tree

1 file changed

+0
-1
lines changed
  • agents/agents-features/agents-features-snapshot/src/commonMain/kotlin/ai/koog/agents/snapshot/feature

1 file changed

+0
-1
lines changed

agents/agents-features/agents-features-snapshot/src/commonMain/kotlin/ai/koog/agents/snapshot/feature/Persistence.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ public class Persistence(
180180
return null
181181
}
182182

183-
agentContext.executionInfo.path()
184183
val checkpoint = agentContext.llm.readSession {
185184
return@readSession AgentCheckpointData(
186185
checkpointId = checkpointId ?: Uuid.random().toString(),

0 commit comments

Comments
 (0)