Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CJackHwang/AIstudioProxyAPI
/ set_request_id
Function
set_request_id
logging_utils/core/logger.py:129–131 ·
view source on GitHub ↗
Set the request ID for subsequent logs.
(request_id: str)
Source
from the content-addressed store, hash-verified
127
128
129
def
set_request_id(request_id: str) -> None:
130
""
"Set the request ID for subsequent logs."
""
131
request_id_var.set(request_id)
132
133
134
def
get_source() -> str:
Callers
15
save_comprehensive_snapshot
Function · 0.90
detect_and_extract_page_error
Function · 0.90
submit_prompt
Method · 0.90
get_response
Method · 0.90
get_response_with_function_calls
Method · 0.90
_verify_ui_state_settings
Function · 0.90
grid_logger.py
File · 0.90
analyze_model_requirements
Function · 0.90
handle_model_switching
Function · 0.90
handle_parameter_cache
Function · 0.90
initialize_request_context
Function · 0.90
gen_sse_from_aux_stream
Function · 0.90
Calls
1
set
Method · 0.80
Tested by
1
test_set_request_id
Method · 0.68