mirror of
https://github.com/GuDaStudio/codexmcp.git
synced 2026-02-05 02:00:24 +08:00
v0.6.5:更新相关提示词为“严禁使用”
This commit is contained in:
@@ -157,7 +157,7 @@ async def codex(
|
|||||||
model: Annotated[
|
model: Annotated[
|
||||||
Optional[str],
|
Optional[str],
|
||||||
Field(
|
Field(
|
||||||
description="The model to use for the codex session. Default user configuration is applied; this parameter remains inactive unless explicitly specified by the user.",
|
description="The model to use for the codex session. This parameter is strictly prohibited unless explicitly specified by the user.",
|
||||||
),
|
),
|
||||||
] = None,
|
] = None,
|
||||||
yolo: Annotated[
|
yolo: Annotated[
|
||||||
@@ -168,7 +168,7 @@ async def codex(
|
|||||||
] = False,
|
] = False,
|
||||||
profile: Annotated[
|
profile: Annotated[
|
||||||
Optional[str],
|
Optional[str],
|
||||||
"Configuration profile name to load from `~/.codex/config.toml`. Default user configuration is applied; this parameter remains inactive unless explicitly specified by the user.",
|
"Configuration profile name to load from `~/.codex/config.toml`. This parameter is strictly prohibited unless explicitly specified by the user.",
|
||||||
] = None,
|
] = None,
|
||||||
) -> Dict[str, Any]:
|
) -> Dict[str, Any]:
|
||||||
"""Execute a Codex CLI session and return the results."""
|
"""Execute a Codex CLI session and return the results."""
|
||||||
|
|||||||
Reference in New Issue
Block a user