Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat (ai/core): url source support #4745

Merged
merged 29 commits into from
Feb 9, 2025
Merged

feat (ai/core): url source support #4745

merged 29 commits into from
Feb 9, 2025

Conversation

lgrammel
Copy link
Collaborator

@lgrammel lgrammel commented Feb 6, 2025

Background

Several model providers (Google, Vertex, Perplexity, Anthropic) support citations and sources. As a first step towards supporting full citations, we are adding basic web sources.

Tasks

  • implementation
    • source ids
    • generate
      • provider spec
      • generateText
      • generateText steps
      • multi-step behavior
      • google implementation
    • stream
      • provider spec
      • streamText
      • streamText steps
      • streamText finish
      • streamText sources promise
      • multi-step behavior
      • google implementation
      • onChunk callback
  • examples
    • generate
    • stream
  • documentation
    • generating text guide
    • generateText reference
    • streamText reference
  • changeset

@lgrammel lgrammel changed the title temp feat (ai/core): url source support Feb 6, 2025
@lgrammel lgrammel marked this pull request as ready for review February 9, 2025 12:07
@lgrammel lgrammel merged commit 6eb7fc4 into main Feb 9, 2025
9 checks passed
@lgrammel lgrammel deleted the lg/jAknyaxf branch February 9, 2025 12:38
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