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

Some settings are not inherited at the chat block or cell level which should be #563

Closed
rhennigan opened this issue Jan 23, 2024 · 0 comments · Fixed by #564
Closed

Some settings are not inherited at the chat block or cell level which should be #563

rhennigan opened this issue Jan 23, 2024 · 0 comments · Fixed by #564
Assignees
Labels
bug Something isn't working

Comments

@rhennigan
Copy link
Member

For example, "ChatHistoryLength" should be settable at the chat block level, but this doesn't work as expected:

CreateChatNotebook @ {
    Cell[ "", "ChatDelimiter", TaggingRules -> <| "ChatNotebookSettings" -> <| "ChatHistoryLength" -> 1 |> |> ],
    Cell[ "This should not be included", "Text" ],
    Cell[ "Test chat, please ignore", "ChatInput" ]
}
image
@rhennigan rhennigan added the bug Something isn't working label Jan 23, 2024
@rhennigan rhennigan self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant