- Load JWT token from LLM_AUTH_TOKEN environment variable
- Fallback to activity input if env var not set
- Fixes 'unable to find activityType' by ensuring correct binary
- Ready for testing with valid JWT token
- Changed workflow.ExecuteActivity(actCtx, activity.LLMInferenceActivity, ...)
to workflow.ExecuteActivity(actCtx, "LLMInferenceActivity", ...)
- Fixes WorkflowTaskFailed error on first execution
- Matches Temporal Go SDK best practices (determinism requirement)
- Workflow now executes cleanly on first attempt without retries
- Timeline: 5 events instead of 8, 0 failures instead of 1
Line 101: fmt.Println with %d directive changed to fmt.Printf.
Println doesn't interpret format directives; Printf required for %d.
Fixes go vet error.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Embedded file loading singleton CRAP 2.4. All tests pass.