Preserve comparison failures during cancellation
This commit is contained in:
@@ -24,6 +24,7 @@ type Config struct {
|
||||
}
|
||||
|
||||
// Adapter owns one Promptkit engine and its opaque prepared execution handles.
|
||||
// It supports concurrent Execute calls on the shared executor.
|
||||
type Adapter struct {
|
||||
engine *promptkit.Engine
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user