Skip to content

Conversation

@ncoghlan
Copy link
Collaborator

Closes #67

@github-actions github-actions bot added the CLA signed Indicates that all contributors have signed label Apr 24, 2025
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
Collaborator 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

2 participants