llama-fs
llama-fs copied to clipboard
ValueError: If multiple sessions exists, `session` is a required parameter in the function decorated by @record_action
After struggeling not getting fastapi to work on ubuntu
uvicorn server:app --reload
added agentops into .env
works... but get this error;
ValueError: If multiple sessions exists, session
is a required parameter in the function decorated by @record_action
when sending "curl" as in example