Skip to content

Commit

Permalink
fixes assistant service registration (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrabach authored Feb 21, 2025
1 parent 3f03876 commit 5e158e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
{% if mcp_env_vars %}# Required for the service
{% for var in mcp_env_vars %}{{ var }}=
{% endfor %}{% endif %}

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 5e158e6

Please sign in to comment.