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