Skip to content

Commit

Permalink
syncing with main (conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonSmith committed Jun 17, 2024
1 parent 51d38a0 commit c84d6ca
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/backend/schemas/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CreateAgent(BaseModel):
preamble: Optional[str] = None
temperature: Optional[float] = None
model: AgentModel
deployment: AgentDeployment
deployment: Optional[AgentDeployment] = None
tools: Optional[list[ToolName]] = None

class Config:
Expand Down

0 comments on commit c84d6ca

Please sign in to comment.