Commit 46e5fbf
fix(tutorials): wire model credential + deployment agent metadata for at130-langgraph
Greptile review on #428: the 130_langgraph temporal tutorial's graph.py builds
ChatOpenAI(model=MODEL_NAME) but the manifest only mapped REDIS_URL, so a
deployed worker would fail on its first model call. Add the OPENAI_API_KEY
credential and the deployment.global.agent name/description block to match the
sibling migrated tutorials (e.g. at110-pydantic-ai).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 9b36537 commit 46e5fbf
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
44 | 52 | | |
45 | 53 | | |
46 | 54 | | |
| |||
0 commit comments