-
Notifications
You must be signed in to change notification settings - Fork 44.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(blocks): Add Exa API Blocks #8835
base: dev
Are you sure you want to change the base?
Conversation
β Deploy Preview for auto-gpt-docs-dev canceled.
|
β Deploy Preview for auto-gpt-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! π A maintainer will review the pull request shortly. |
PR Reviewer Guide πHere are some key observations to aid the review process:
|
@@ -252,6 +337,19 @@ export const NodeGenericInputField: FC<{ | |||
|
|||
switch (propSchema.type) { | |||
case "string": | |||
if ("format" in propSchema && propSchema.format === "date-time") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jsonschema converts data time to type string with format date-time
Adding Exa API blocks because it does very cool search and web scrapping
Changes ποΈ
Adding Exa API blocks:
Search
Added a new calendar and time input
Added _auth.py for Exa API too.
Checklist π
For code changes:
Example test plan
For configuration changes:
.env.example
is updated or already compatible with my changesdocker-compose.yml
is updated or already compatible with my changesExamples of configuration changes