バナー調整
This commit is contained in:
parent
d8b18b57e6
commit
452300c565
1 changed files with 3 additions and 3 deletions
|
|
@ -103,9 +103,9 @@ func (cb *ContextBuilder) getIdentity() string {
|
|||
// Build prompt with optional orchestration banner
|
||||
var prompt string
|
||||
if cb.orchestrationEnabled {
|
||||
prompt = `/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
|
||||
O R C H E S T R A M O D E
|
||||
\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
|
||||
prompt = ` /_/_/_/_/_/_/_/_/_/_/_/_/_/_/
|
||||
O R C H E S T R A M O D E
|
||||
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
|
||||
|
||||
`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue