MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / release

Method release

uncommon_route/proxy.py:252–254  ·  view source on GitHub ↗
(self, reservation_id: str)

Source from the content-addressed store, hash-verified

250 self._spend.record(actual_cost, model=model, action=action)
251
252 async def release(self, reservation_id: str) -> None:
253 async with self._lock:
254 self._pending.pop(reservation_id, None)
255
256_SETUP_GUIDE = """\
257No upstream API configured. UncommonRoute is a routing layer — it needs an upstream LLM API to forward requests to.

Callers 4

_bundle_manifestFunction · 0.80
_record_stream_failureFunction · 0.80
_record_stream_abortedFunction · 0.80
_handle_chat_coreFunction · 0.80

Calls 1

popMethod · 0.80

Tested by

no test coverage detected