Add retryable normalization fallbacks
This commit is contained in:
7
internal/framework/contracts/errors.go
Normal file
7
internal/framework/contracts/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package contracts
|
||||
|
||||
import "errors"
|
||||
|
||||
// ErrInvalidStructuredOutput identifies a provider response that cannot satisfy
|
||||
// the caller's declared structured-output contract.
|
||||
var ErrInvalidStructuredOutput = errors.New("invalid structured output")
|
||||
Reference in New Issue
Block a user