Skip to content

Custom promp provider is not applied #1240

@czpilar

Description

@czpilar

Given defined prompt provider:

@Configuration
public class MyPromptProviderConfiguration {

	@Bean
	public PromptProvider myPromptProvider() {
		return () -> new AttributedString("myprompt:>", AttributedStyle.DEFAULT.foreground(AttributedStyle.YELLOW));
	}

}

does not apply custom prompt provider. It always uses default one.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions