Skip to content

Commit

Permalink
Rename file accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Feb 20, 2024
1 parent 34893b9 commit d29f3a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Web UI package
app module
-----------------------------

.. automodule:: agentscope.web_ui.app
.. automodule:: agentscope.web.app
:members:
:undoc-members: gradio_groupchat
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ AgentScope Documentation
agentscope.service
agentscope.rpc
agentscope.utils
agentscope.web_ui
agentscope.web
agentscope

Indices and tables
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/tutorial/102-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ AgentScope
| ├── service # Services offering functions independent of memory and state.
| ├── utils # Auxiliary utilities and helper functions.
| ├── message.py # Definitions and implementations of messaging between agents.
| | ├── web # WebUI used to show dialogs.
| | ├── web # WebUI used to show dialogs.
| ├── prompt.py # Prompt engineering module for model input.
| ├── ... ..
| ├── ... ..
Expand Down

0 comments on commit d29f3a1

Please sign in to comment.