mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 09:50:13 +00:00
feat(backend): copilot agent runtime, tool registry, and /api/v1/ai API with SSE
This commit is contained in:
parent
757125e727
commit
84140f31b1
11 changed files with 917 additions and 5 deletions
|
|
@ -65,7 +65,8 @@ http {
|
|||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
proxy_set_header Connection "";
|
||||
proxy_read_timeout 30s;
|
||||
proxy_buffering off;
|
||||
proxy_read_timeout 600s;
|
||||
}
|
||||
|
||||
# ---- Public health / readiness (unversioned) ----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue