Change the version of an assistant.
client = get_client(url="http://localhost:2024")
new_version_assistant = await client.assistants.set_latest(
assistant_id="my_assistant_id",
version=3
)Optional custom headers to include with the request.
Optional query parameters to include with the request.