Skip to content

Commit

Permalink
feat(aih): add assistant workflow for lists with context about its re…
Browse files Browse the repository at this point in the history
…sources
  • Loading branch information
vojtaholik committed Jan 9, 2025
1 parent ec7d9a9 commit b8dcdde
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ export function EditListForm({ list }: Omit<EditListFormProps, 'form'>) {
// autoUpdateResource={autoUpdatePost}
form={form}
bodyPanelSlot={<ListResoucesEdit list={list} />}
availableWorkflows={[]}
availableWorkflows={[
{
value: 'prompt_list1',
label: 'List Chat',
default: true,
},
]}
sendResourceChatMessage={sendResourceChatMessage}
hostUrl={env.NEXT_PUBLIC_PARTY_KIT_URL}
user={session?.data?.user}
Expand Down

0 comments on commit b8dcdde

Please sign in to comment.