Skip to content

Commit

Permalink
deploy: 6624105
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed Jun 13, 2024
1 parent 2c8bdfa commit 7bfdc37
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
Binary file modified en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified en/.doctrees/index.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions en/_modules/agentscope/service/service_toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ <h1>Source code for agentscope.service.service_toolkit</h1><div class="highlight
type_str = &quot;array&quot;
elif cls is None.__class__:
type_str = &quot;null&quot;
elif cls is Any:
type_str = &quot;Any&quot;
else:
type_str = cls.__name__

Expand Down
Binary file modified zh_CN/.doctrees/environment.pickle
Binary file not shown.
Binary file modified zh_CN/.doctrees/index.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions zh_CN/_modules/agentscope/service/service_toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ <h1>agentscope.service.service_toolkit 源代码</h1><div class="highlight"><pre
type_str = &quot;array&quot;
elif cls is None.__class__:
type_str = &quot;null&quot;
elif cls is Any:
type_str = &quot;Any&quot;
else:
type_str = cls.__name__

Expand Down

0 comments on commit 7bfdc37

Please sign in to comment.