Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c147504
Initial routes feature
Luisotee Apr 20, 2024
fbd79e0
Update field masks, removed json mapping
Luisotee Apr 21, 2024
f75b63e
Fixed JSON return and better fieldMask
Luisotee Apr 21, 2024
9b6b7b5
working condition for all types of transport
Luisotee Apr 21, 2024
c0afbbf
Removed departure and arrival time due to timezone issues
Luisotee Apr 22, 2024
455c048
Better prompt, better typescript, remove warning, fixed duplicated la…
Luisotee Apr 22, 2024
3db1fa2
Working routes tool
Luisotee Apr 26, 2024
ce5eeb4
merged langchain updates
Luisotee Apr 27, 2024
6375acd
Add GoogleRoutesAPI interface and remove console.log statements
Luisotee Apr 27, 2024
e2e2e4a
Update Google Routes Tool documentation
Luisotee Apr 27, 2024
7a1c2d0
Updated example to include a example output
Luisotee Apr 27, 2024
f0120cd
Helper functions for better readability
Luisotee Apr 27, 2024
09497df
testing for google routes tool
Luisotee Apr 28, 2024
c977c96
Changed tool to StructuredTool, input is now an object
Luisotee Apr 28, 2024
1466f66
Updates tests for google routes tool
Luisotee Apr 28, 2024
b95ce84
Better description
Luisotee Apr 29, 2024
6a74f9b
Removed some lines to make explanation simpler
Luisotee Apr 29, 2024
91be7ed
Add TollInfo interface and update filteredRoutes function in google_r…
Luisotee May 1, 2024
591c95d
Working version with other features
Luisotee May 1, 2024
1e17f91
Fix handling of past departure and arrival times in GoogleRoutesAPI
Luisotee May 10, 2024
88c5e0d
Merge
jacoblee93 May 20, 2024
2d28db4
Format
jacoblee93 May 20, 2024
4fa12dd
Skip tests by default
jacoblee93 May 20, 2024
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
merged langchain updates
  • Loading branch information
Luisotee committed Apr 27, 2024
commit ce5eeb4d4ea84f48af8c67c1483d64a71971fc51
4 changes: 0 additions & 4 deletions docs/core_docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,6 @@ docs/use_cases/extraction/how_to/examples.md
docs/use_cases/extraction/how_to/examples.mdx
docs/modules/model_io/output_parsers/custom.md
docs/modules/model_io/output_parsers/custom.mdx
docs/modules/model_io/chat/response_metadata.md
docs/modules/model_io/chat/response_metadata.mdx
docs/modules/model_io/chat/function_calling.md
docs/modules/model_io/chat/function_calling.mdx
docs/modules/memory/chat_messages/custom.md
docs/modules/memory/chat_messages/custom.mdx
docs/modules/model_io/chat/response_metadata.md
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.