Skip to content

Commit

Permalink
fix(assistants): use updated syntax for no delegates
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed May 14, 2024
1 parent 96ec8a7 commit 8b169e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion assistants/builtin/insert-block-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ instruction-type: insert-blocks
instruction-examples:
- insert an inline image
- insert a inline picture
delegates: [none]

# Does not delegate to generic assistant, only renders the following system prompt
delegates: false
---

An assistant specialized for inserting a new `Paragraph` containing a single inline `ImageObject`. Intended for when a user wants to insert a block level image that is not encapsulated within a `Figure`.
Expand Down
3 changes: 2 additions & 1 deletion assistants/builtin/insert-image-figure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ instruction-type: insert-blocks
instruction-examples:
- figure with image

delegates: [none]
# Does not delegate to generic assistant, only renders the following system prompt
delegates: false
---

An assistant specialized for inserting a new `Figure` containing a `ImageObject` and a caption.
Expand Down

0 comments on commit 8b169e6

Please sign in to comment.