Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit b2710cf

Browse files
Update OpenAPI to version generated from ref d8b7cbf (#1145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d8b7cbf commit b2710cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

api/openapi.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,10 +1642,11 @@
16421642
"enum": [
16431643
"catch_all",
16441644
"filename_match",
1645-
"request_type_match"
1645+
"fim_filename",
1646+
"chat_filename"
16461647
],
16471648
"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."
16491650
},
16501651
"MuxRule": {
16511652
"properties": {

0 commit comments

Comments
 (0)