Skip to content

Commit

Permalink
chore: update initial LLM prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
emcelroy committed Nov 26, 2024
1 parent 52985fe commit a4a74aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const App = () => {
const allItems = await getAllItems(dataContext.values.name);
console.log("All items: ", allItems);

Check warning on line 50 in src/components/App.tsx

View workflow job for this annotation

GitHub Actions / Build and Run Jest Tests

Unexpected console statement
attributeList.current = await getAttributeList(dataContext.values.name, rootCollection.name);
const assistantInstructions = "You are an intermediary for a user who is blind who wants to interact with data tables in a data analysis app named CODAP. ";
const assistantInstructions = "You are DAVAI, an Data Analysis through Voice and Artificial Intelligence partner. You are an intermediary for a user who is blind who wants to interact with data tables in a data analysis app named CODAP. ";
const tools = getTools();

const newAssistant = await davai.beta.assistants.create({
Expand Down

0 comments on commit a4a74aa

Please sign in to comment.