-
Notifications
You must be signed in to change notification settings - Fork 24
Append api prefix #211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Append api prefix #211
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Reviewed everything up to 4ecee47 in 17 seconds
More details
- Looked at
1456
lines of code in11
files - Skipped
3
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_4Mv0llCXhsEHzPIZ
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Incremental review on d07cb1f in 20 seconds
More details
- Looked at
88
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. src/zep_python/client.py:53
- Draft comment:
The string formatting on this line uses$
instead of{}
. It should be:
api_url = f"{base_url}/{api_suffix}"
- Reason this comment was not posted:
Marked as duplicate.
Workflow ID: wflow_c49CyMDHmkzT4zp5
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
base_url = f"{env_api_url}/api/v2" | ||
api_url = f"{env_api_url}/{api_suffix}" | ||
else: | ||
api_url = f"${base_url}/{api_suffix}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The string formatting on this line uses $
instead of {}
. It should be:
api_url = f"${base_url}/{api_suffix}" | |
api_url = f"{base_url}/{api_suffix}" |
* SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * Append api prefix (#211) * chore: rm chainlit example * chore: Add base url suffix in client constructor * fix: Assignment * chore: Version bump --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
* SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * Append api prefix (#211) * chore: rm chainlit example * chore: Add base url suffix in client constructor * fix: Assignment * chore: Version bump * chore: Remove $ from fstring * chore: Fix typing --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
* SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * SDK regeneration * Append api prefix (#211) * chore: rm chainlit example * chore: Add base url suffix in client constructor * fix: Assignment * chore: Version bump * chore: Remove $ from fstring * chore: Fix typing * SDK regeneration * SDK regeneration * chore: Remove fernignore from poetry toml and lock * SDK regeneration * chore: Readd pyproject.toml and poetry lock to fernignore --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Important
Remove
ecommerce-chainlit
example and appendapi/v2
prefix tobase_url
inclient.py
.ecommerce-chainlit
example, includingconfig.toml
,translations
,README.md
,app.py
,chainlit.md
,chat_history_shoe_purchase.py
,ingest.py
,pyproject.toml
, andshoe_data.py
.api/v2
prefix tobase_url
inZep
andAsyncZep
classes inclient.py
.This description was created by
for d07cb1f. It will automatically update as commits are pushed.