extendable-agents / tools /get_env_vars.py
NeuralNotwork's picture
Update get_env_vars.py
e8cee4c verified
raw
history blame
165 Bytes
"""Template for custom function or Pydantic model."""
import os
def get_env_vars() -> dict:
"""Get the environment variables."""
return dict(os.environ())