Materials Engineer AI #7
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Title: [Add Your Title Here]
Overview
The endpoint addresses the characteristics such as durability, weight, cost, and environmental impact. Materials engineering knowledge is important for stages of product development.
Provide a brief overview of your endpoint. What problem does it solve? How does it fit into the overall project?
Endpoint Details
/material-device{ "context": "A new lightweight, durable, and affordable smartphone designed for teenagers." }Prompt Engineering Strategy
Describe your approach to prompt engineering. What strategies did you use to craft the prompt? Why did you choose this
approach?
Changed out specific characteristics within the already given prompt to see what changes AI would produce.
Trial and error strategy
Implementation Details
Code Changes: List the files and key changes made in your implementation.
src/routes/yourEndpoint.js: Created a new route for the endpoint.src/app.js: Registered the new endpoint route.Testing
Describe the testing process for your endpoint. How did you ensure it works as expected? Include any test cases or
scenarios you covered.
Used prior knowledge from engineering materials class to confirm the produced response was accurate.