bvolpato commented on code in PR #37956:
URL: https://github.com/apache/beam/pull/37956#discussion_r3027912705
##########
sdks/python/test-suites/dataflow/common.gradle:
##########
@@ -537,6 +537,34 @@ task geminiInferenceTest {
}
}
+// Anthropic RunInference IT tests
+task anthropicInferenceTest {
Review Comment:
Done — added the `anthropicInferenceTest` task definition in `common.gradle`
following the same pattern as `geminiInferenceTest`, but without wiring it into
`inferencePostCommitIT`. It can be invoked manually or wired in later once an
`ANTHROPIC_API_KEY` secret is available.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]