Skip to content

Commit

Permalink
comment on request format
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest authored Mar 10, 2022
1 parent 7fa6bcf commit 529373b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api-bridging/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Need to product some description of a protocol, to be used over a websocket, for
context?: Context,
//fields for other possible arguments
},
sourceAgent?: string //optional as filled in by server and subsequently used to route responses
/** Agent request received from, filled in by server on receipt of message */
sourceAgent?: string
}
```

Expand Down

0 comments on commit 529373b

Please sign in to comment.