Skip to content

Commit 8e83568

Browse files
committed
minor fixes
1 parent df66f07 commit 8e83568

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

helpers/types.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ export type TemplateUseCase =
5454
| "blog"
5555
| "form_filling"
5656
| "extractor"
57-
| "contract_review"
58-
| "blog";
57+
| "contract_review";
5958
// Config for both file and folder
6059
export type FileSourceConfig =
6160
| {

templates/components/agents/python/blog/README-template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The workflow writes blog posts based on documents in the [data](./data) director
3030
After starting the server, go to [http://localhost:8000](http://localhost:8000) and send a message to the agent to write a blog post.
3131
E.g: "Write a post about AI investment in 2024"
3232

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.
3434

3535
## Deployments
3636

0 commit comments

Comments
 (0)