Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR expands upon #52 to do the following:
chatlas
recently added to better scale to very long input parameters.This PR also drops a couple more advanced things from #52 since they don't seem necessarily for a v1, and it's also not obvious to me if/how best to support these features
extras = list(display = list(html = , md = , text = ))
.ContentToolRequest
, it's not obvious to me that this is worth also supporting.extras
and can teach it as a place for passing information from your tool call to the content extractor(s), but I'm not loving this "special extras" concept.extras = list(display_tool_request = FALSE)
intent
.annotation.title
, it would be that hard to do something similar through that?TODO
Before reviewing/merging, I would still like to:
export
isn't working in the TS