mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 02:01:35 +00:00
wip(foundry): continue actor refactor
This commit is contained in:
parent
e97c502d28
commit
6f85b59f31
7 changed files with 236 additions and 200 deletions
|
|
@ -244,6 +244,7 @@ export interface TaskWorkspaceRenameInput {
|
|||
}
|
||||
|
||||
export interface TaskWorkspaceSendMessageInput {
|
||||
repoId: string;
|
||||
taskId: string;
|
||||
sessionId: string;
|
||||
text: string;
|
||||
|
|
@ -252,6 +253,7 @@ export interface TaskWorkspaceSendMessageInput {
|
|||
}
|
||||
|
||||
export interface TaskWorkspaceSessionInput {
|
||||
repoId: string;
|
||||
taskId: string;
|
||||
sessionId: string;
|
||||
authSessionId?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue