Skip to content

Separate L.assistant into L.assistantText and L.assistantStruct#340

Merged
harrysolovay merged 4 commits intomainfrom
assistant-object
Jul 29, 2025
Merged

Separate L.assistant into L.assistantText and L.assistantStruct#340
harrysolovay merged 4 commits intomainfrom
assistant-object

Conversation

@harrysolovay
Copy link
Owner

Before:

yield* L.assistant()
yield* L.assistant(Schema.Struct({ /* ... */ }))

Now:

yield* L.assistantText
yield* L.assistantStruct(
  Schema.Struct({ /* ... */ })
)

@changeset-bot
Copy link

changeset-bot bot commented Jul 29, 2025

🦋 Changeset detected

Latest commit: f883431

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
liminal Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@harrysolovay harrysolovay merged commit df8861a into main Jul 29, 2025
1 check passed
@harrysolovay harrysolovay deleted the assistant-object branch July 29, 2025 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant