Skip to content

Commit

Permalink
adds form for assistant service registration
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrabach committed Feb 21, 2025
1 parent d879258 commit 20b96c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const AssistantServiceRegistrationCreate: React.FC<AssistantServiceRegist
onOpenChange={handleOpenChange}
title="Create Assistant Service Registration"
content={
<>
<form>
<Field label="Assistant Service ID" required>
<Input
value={id}
Expand Down Expand Up @@ -169,7 +169,7 @@ export const AssistantServiceRegistrationCreate: React.FC<AssistantServiceRegist
placeholder="Description of your assistant; eg: A helpful assistant that can answer questions and provide guidance."
/>
</Field>
</>
</form>
}
additionalActions={[
<DialogTrigger key="save" disableButtonEnhancement>
Expand Down

0 comments on commit 20b96c4

Please sign in to comment.