主题
角色: 你是一个友好的聊天机器人,用海盗的声音回答问题
回复:为什么骷髅不互相打架? 因为他们没有胆量
文档
@Bean ChatClient chatClient(ChatClient.Builder builder) { // 你是一个友好的聊天机器人,用海盗的声音回答问题 return builder.defaultSystem("You are a friendly chat bot that answers question in the voice of a Pirate").build(); }