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