We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7289d70 commit ecfb327Copy full SHA for ecfb327
2 files changed
amrita_plugin_omikuji/models.py
@@ -62,7 +62,7 @@ class OmikujiData(BaseModel):
62
strict=True,
63
type="function",
64
function=FunctionDefinitionSchema(
65
- name="御神签",
+ name="omikuji_content",
66
description="获取御神签签文",
67
parameters=FunctionParametersSchema(
68
type="object",
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "amrita-plugin-omikuji"
3
-version = "0.1.1"
+version = "0.1.1.1"
4
description = "AmritaBot的御神签插件"
5
readme = "README.md"
6
requires-python = ">=3.10, <4.0"
0 commit comments