Skip to content
Merged

jeez #1152

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/slackbot/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"api:app",
host=settings.host,
port=settings.port,
reload=settings.test_mode,
reload_dirs=["examples/slackbot"] if settings.test_mode else None,
# reload=settings.test_mode,
# reload_dirs=["examples/slackbot"] if settings.test_mode else None,
Comment on lines +18 to +19

Copilot AI May 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] If the reload functionality is no longer necessary, consider removing the commented-out code to improve code clarity, or reinstate it if it was disabled by mistake.

Suggested change
# reload=settings.test_mode,
# reload_dirs=["examples/slackbot"] if settings.test_mode else None,

Copilot uses AI. Check for mistakes.
)
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ dev = [
[project.optional-dependencies]
audio = ["pyaudio>=0.2.14"]

slackbot = ["pydantic-ai", "prefect", "numpy", "raggy[tpuf]>=0.3.2"]
slackbot = [
"pydantic-ai",
"prefect",
"numpy",
"raggy[tpuf]@git+https://github.com/zzstoatzz/raggy.git",
]

mcp = ["fastmcp"]

Expand Down
Loading
Loading