Merge branch 'main' into dotnet

This commit is contained in:
Xiaoyun Zhang 2024-04-25 13:49:33 -07:00 committed by GitHub
commit cc4564f45b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 2 deletions

View File

@ -30,6 +30,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}

View File

@ -29,6 +29,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.9", "3.10", "3.11"]
exclude:
- os: macos-latest
python-version: "3.9"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
@ -79,7 +82,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.8"]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
@ -267,6 +270,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
python-version: "3.9"
steps:
- uses: actions/checkout@v4
with:

View File

@ -24,6 +24,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
exclude:
- os: macos-latest
python-version: "3.9"
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}

View File

@ -35,7 +35,7 @@
"1. `NEVER`: human input is never requested.\n",
"2. `TERMINATE` (default): human input is only requested when a termination condition is\n",
" met. Note that in this mode if the human chooses to intercept and reply, the conversation continues\n",
" and the counter used by `max_consectuive_auto_reply` is reset.\n",
" and the counter used by `max_consecutive_auto_reply` is reset.\n",
"3. `ALWAYS`: human input is always requested and the human can choose to skip and trigger an auto-reply,\n",
" intercept and provide feedback, or terminate the conversation. Note that in this mode\n",
" termination based on `max_consecutive_auto_reply` is ignored.\n",