You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: api/openapi.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1642,10 +1642,11 @@
1642
1642
"enum": [
1643
1643
"catch_all",
1644
1644
"filename_match",
1645
-
"request_type_match"
1645
+
"fim_filename",
1646
+
"chat_filename"
1646
1647
],
1647
1648
"title": "MuxMatcherType",
1648
-
"description": "Represents the different types of matchers we support."
1649
+
"description": "Represents the different types of matchers we support.\n\nThe 3 rules present match filenames and request types. They're used in conjunction with the\nmatcher field in the MuxRule model.\nE.g.\n- catch_all-> Always match\n- filename_match and match: requests.py -> Match the request if the filename is requests.py\n- fim_filename and match: main.py -> Match the request if the request type is fim\nand the filename is main.py\n\nNOTE: Removing or updating fields from this enum will require a migration.\nAdding new fields is safe."
0 commit comments