File tree 2 files changed +2
-3
lines changed
templates/components/agents/python/blog
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,7 @@ export type TemplateUseCase =
54
54
| "blog"
55
55
| "form_filling"
56
56
| "extractor"
57
- | "contract_review"
58
- | "blog" ;
57
+ | "contract_review" ;
59
58
// Config for both file and folder
60
59
export type FileSourceConfig =
61
60
| {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ The workflow writes blog posts based on documents in the [data](./data) director
30
30
After starting the server, go to [ http://localhost:8000 ] ( http://localhost:8000 ) and send a message to the agent to write a blog post.
31
31
E.g: "Write a post about AI investment in 2024"
32
32
33
- To update the workflow, you can edit the [ workflow .py] ( ./app/workflows/writer.py ) file.
33
+ To update the workflow, you can edit the [ writer .py] ( ./app/workflows/writer.py ) file.
34
34
35
35
## Deployments
36
36
You can’t perform that action at this time.
0 commit comments