James

Results 2 issues of James

AttributeError: 'NoneType' object has no attribute 'startswith' Traceback: ``` File "/usr/local/lib/python3.8/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File "/profile-gpt/dashboard.py", line 60, in num_tokens = functions.get_number_of_tokens(str(processed_messages), FAST_MODEL) File "/profile-gpt/utils/functions.py", line 91,...

**Is your feature request related to a problem? Please describe.** Right now if there is a hosted instance of the inspector (https://inspect.mcp.garden) there is no convenient way to link to...

enhancement