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 b29b393 commit fa096e0Copy full SHA for fa096e0
src/core/tools/newTaskToolWithValidation.ts
@@ -77,7 +77,7 @@ export async function newTaskToolWithValidation(
77
}
78
79
// Get validation configuration from state
80
- const state = await provider.getState()
+ const state = (await provider.getState()) as any // Type assertion for proof-of-concept
81
const validationConfig = {
82
enabled: state.subtaskValidationEnabled ?? false,
83
validationApiConfigId: state.subtaskValidationApiConfigId,
0 commit comments