Update Assistant Configuration File Names in Documentation
- Renamed assistant configuration files from `assistant.yao` to `package.yao` in the documentation for both demo and another assistants, ensuring consistency and clarity in file naming conventions.
This commit is contained in:
parent
097fb73416
commit
bd8e91d434
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Agent SUI is a special SUI configuration designed for AI Agent applications. It
|
|||
│
|
||||
└── assistants/ # Assistants directory
|
||||
├── demo/ # Assistant: demo
|
||||
│ ├── assistant.yao # Assistant configuration
|
||||
│ ├── package.yao # Assistant configuration
|
||||
│ └── pages/ # Assistant-specific pages
|
||||
│ ├── index/
|
||||
│ │ ├── index.html
|
||||
|
|
@ -32,7 +32,7 @@ Agent SUI is a special SUI configuration designed for AI Agent applications. It
|
|||
│ └── __assets/ # Optional assistant-specific assets
|
||||
│
|
||||
└── another/ # Assistant: another
|
||||
├── assistant.yao
|
||||
├── package.yao
|
||||
└── pages/
|
||||
└── settings/
|
||||
└── settings.html
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue