Skip to content

Add dedicated configure_default_client API#82

Merged
ncoghlan merged 2 commits intomainfrom
convenience-api-host-config
Apr 24, 2025
Merged

Add dedicated configure_default_client API#82
ncoghlan merged 2 commits intomainfrom
convenience-api-host-config

Conversation

@ncoghlan
Copy link
Copy Markdown
Contributor

Closes #67

@github-actions github-actions bot added the CLA signed Indicates that all contributors have signed label Apr 24, 2025
Comment thread src/lmstudio/json_api.py
return ToolCallResultData(
content=json.dumps(call_result, ensure_ascii=False), tool_call_id=tool_call_id
content=json.dumps(call_result, ensure_ascii=False),
tool_call_id=tool_call_id,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code formatting fix from a previous PR

@ncoghlan ncoghlan merged commit a11502b into main Apr 24, 2025
10 checks passed
@ncoghlan ncoghlan deleted the convenience-api-host-config branch April 24, 2025 17:24
@github-actions github-actions bot locked and limited conversation to collaborators Apr 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

CLA signed Indicates that all contributors have signed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the API host config mechanism for the convenience API

1 participant