-
Notifications
You must be signed in to change notification settings - Fork 3
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: SITES-26526 Import Assistant service phase 1 #573
Conversation
…apper for Firefall
…apper for Firefall - imports.assistant
…apper for Firefall - html input removal, tests, docs
…apper for Firefall - docs
…apper for Firefall - more doc tweaks & corrections
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.
This is coming along nicely! Is that endpoint already accessible on stage?
…apper for Firefall - PR comments
…apper for Firefall - PR comments
This PR will trigger no release when merged. |
…apper for Firefall - Hardcode Stage Firefall API for now
…apper for Firefall - imageUrls was array of 1 undefined
…apper for Firefall - coverage missing 1 line
…apper for Firefall - setting IMS GRP ID and assistant configuration
…apper for Firefall - assistant configuration validating
…apper for Firefall - more logging
…apper for Firefall - llmModel & responseFormat
…apper for Firefall - PR: deconstruct, test llmModel
…apper for Firefall - merge and api docs
src/controllers/assistant.js
Outdated
* There are certain commands that can be executed by the assistant. Depending on the command | ||
* there has to be certain inputs such as prompt and imageUrl. A call is made to | ||
* Firefall, and the response is returned. |
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.
* There are certain commands that can be executed by the assistant. Depending on the command | |
* there has to be certain inputs such as prompt and imageUrl. A call is made to | |
* Firefall, and the response is returned. | |
* There are specific commands that can be executed by the assistant. Depending on the command | |
* there will be required inputs, such as prompt and imageUrl. A call is made to | |
* Firefall, and the response is returned. |
src/support/assistant-support.js
Outdated
findBlockCells: { | ||
parameters: ['prompt', 'imageUrl'], | ||
firefallArgs: { | ||
llmModel: 'gpt-4-vision', |
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.
llmModel: 'gpt-4-vision', | |
llmModel: 'gpt-4-turbo', |
src/support/assistant-support.js
Outdated
}, | ||
}, | ||
findBlockCells: { | ||
parameters: ['prompt', 'imageUrl'], |
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.
parameters: ['prompt', 'imageUrl'], | |
parameters: ['prompt'], |
src/support/assistant-support.js
Outdated
parameters: ['prompt'], | ||
firefallArgs: { | ||
llmModel: 'gpt-4-turbo', | ||
responseFormat: 'json_object', |
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.
remove this line
responseFormat: 'json_object', |
…apper for Firefall - javadocs & parameter touch-ups
# [1.76.0](v1.75.19...v1.76.0) (2024-11-18) ### Features * SITES-26526 Import Assistant service phase 1 ([#573](#573)) ([a7b5f0c](a7b5f0c))
🎉 This PR is included in version 1.76.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Implementing the Import Assistant endpoint (phase 1). See Jira for more details.
Related Issues
https://jira.corp.adobe.com/browse/SITES-26526