Skip to content

Commit c4b1f7c

Browse files
authored
fix: some random quickstart issues (#127)
* fix(quickstarts): general fixes for DX on quickstarts Signed-off-by: Samantha Coyle <[email protected]> * style: clean this up for now Signed-off-by: Samantha Coyle <[email protected]> --------- Signed-off-by: Samantha Coyle <[email protected]>
1 parent f87e27f commit c4b1f7c

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,6 @@ cython_debug/
166166
#.idea/
167167
.idea
168168

169-
.ruff_cache/
169+
.ruff_cache/
170+
171+
quickstarts/05-multi-agent-workflow-dapr-workflows/services/**/*_state.json

quickstarts/04-agentic-workflow/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@ dapr init
4343

4444
4. Create the workflow state store component:
4545

46-
```bash
47-
mkdir -p components
48-
```
49-
50-
Look at the `workflowstate.yaml` file in the components' directory:
46+
Look at the `workflowstate.yaml` file in the `components` directory:
5147

5248
```yaml
5349
apiVersion: dapr.io/v1alpha1

quickstarts/04-agentic-workflow/workflow_dapr_agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def get_character() -> str:
3030
description="What is a famous line by {character}",
3131
)
3232
def get_line(character: str) -> str:
33-
print(f"Character: {character}")
3433
pass
3534

3635

0 commit comments

Comments
 (0)