Skip to content

Re-usable views #430

@idosal

Description

@idosal

Currently, the spec assumes a new view is rendered per tool call. Hosts may decide to implement variations of their own layout (e.g., a persistent side panel), but each invocation would still create a new instance under the hood. This approach was chosen to simplify the model for the MVP (#62).

Now that the spec is stable, we can examine deferred approaches, such as referencing previously rendered instances using viewSessionId (#295).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions