mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
- Updated `syncNotionMetadataToBackend` to include additional Notion data (pages and summaries) for backend integration. - Refactored `syncNotionStateToSlice` to handle profile, pages, and summaries more effectively. - Revised `TOOLS.md` to improve clarity and organization of parameters for Gmail and Notion tools. - Added new entries to `.gitignore` for prebuilt TDLib files.
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Generated by Tauri
|
|
# will have schema files for capabilities auto-completion
|
|
/gen/schemas
|
|
|
|
# TDLib and dependencies copied by build.rs for macOS bundling
|
|
/libraries/
|
|
|
|
# TDLib built from source (see scripts/build-tdlib-from-source.sh)
|
|
/tdlib-local/
|
|
/tdlib-build/
|
|
# TDLib downloaded by scripts/download-tdlib.sh (avoids build timeout)
|
|
/tdlib-cache/
|
|
/tdlib-prebuilt
|